【单选题】You work as the enterprise exchange administrator at Company.com.The Company.com network consists of a single Active Directory domain named Company.com.Company.com has an Exchange Server 2010 organiza...
A.
The best option is to set the external URL for Microsoft-Server-ActiveSync to $NULL.
B.
The best option is to set the external URL for Microsoft-Server-ActiveSync to https:// ExamWays-ex16.com/Microsoft - Server - ActiveSync.
C.
The best option is to set the external URL for Microsoft-Server-ActiveSync to https://mail. Company.com/Microsoft- Server- ActiveSync.
D.
The best option is to set the external URL for Microsoft-Server-ActiveSync to http://autodiscover. Company.com/Microsoft- Server- ActiveSync.
【单选题】A Windows Communication Foundation (WCF) service listens for messages at net.tcp://www.contoso.com/MyService.It has a logical address at http://www.contoso.com/MyService. The configuration for the WCF...
A.
In the client configuration, change the value of the address attribute to net.tcp://www.contoso.com/MyService
B.
In the client configuration, change the value of the address attribute to net.tcp://www.contoso.com/MyService listen=http://www.contoso.com/MyService.
C.
After instantiating the client and before invoking any service operation, add this line of code. EndpointBehaviors.Add(new EndpointDiscoveryBehavior(){ Enabled = true });
D.
After instantiating the client and before invoking any service operation, add this line of code. client.Endpoint.Behaviors.Add(new ClientViaBehavior(new Uri("net.tcp://www.contoso.com/IMyService")));