You develop a Windows Communication Foundation (WCF) service. It is used exclusively as an intranet application and is currently unsecured. You need to ensure that the service meets the following requirements: The service now must be exposed as an Internet application. The service must be secured at the transport level. Impersonation and delegation cannot be enabled.What should you use? ()
A. basicHttpBinding and HTTP
B. basicHttpBinding and Kerberos
C. wsHttpBinding and Kerberos
D. wsHttpBinding and HTTPS
第1题:
A.developing
B.less developed
C.developed
D.develop
第2题:
You are developing a client application that uses the following code to consume a Windows Communication Foundation (WCF) service.(Line numbers are included for reference only.)01 BasicHttpBinding myBinding = new BasicHttpBinding();02 EndpointAddress myEndpointAddress = new EndpointAddress("http://contoso.com/TaxService.svc");03 ...04 ITaxService client = channelFactory.CreateChannel();05 string data = client.GetData(1);You need to consume the service.Which code segment should you insert at line 03?()
A. var channelFactory = new ChannelFactory
B. var channelFactory = new ChannelFactory
C. var channelFactory = new ChannelFactory
D. var channelFactory = new ChannelFactory
第3题:
第4题:
A. extraordinarily
B. intensively
C. extensively
D. exclusively
第5题:
Up until that time, his interest had focused almost _____ on fully mastering the skills and techniques of his craft.
[A] restrictively
[B] radically
[C] inclusively
[D] exclusively
第6题: