当前位置:MCTS(70-513)题库

问题:

[单选]

A Windows Communication Foundation (WCF) solution provides a session-based counter.The service is self-hosted. The hosting code is as follows:
ServiceHost host = new ServiceHost(typeof(CounterService));
NetTcpBinding binding1 = new NetTcpBinding(SecurityMode.None);
host.AddServiceEndpoint("MyApplication.ICounterService", binding1, "net.tcp://localhost:23456");
host.Open();
This service is currently exposed over TCP, but needs to be exposed to external clients over HTTP. Therefore, a new service endpoint is created with the following code:host.AddServiceEndpoint("MyApplication.ICounterService", binding2, "http://localhost:12345");You need to complete the implementation and ensure that the session-based counter will perform over HTTP as it does over TCP.What should you do?()

A .
B .
C .
D .

You need to recommend a security strategy for WebApp2 that meets the company’s applicaton  requirements.What should you include in the recommendation?() Basic authentication and connection security rules。 Basic authentication and SSL。 Digest authentication and connection security rules。 Digest authentication and SSL。 风险回避 建设项目的安全评价是根据建设项目可行性研究报告的内容,运用科学的评价方法,依据国家法律、法规及行业标准,分析、预测该建设项目存在的危险、有害因素的种类和危险、危害程度,提出() 可操作性的安全卫生技术措施和管理对策。 科学、合理和可行的安全卫生技术措施和管理对策。 可用性的安全卫生技术措施和管理对策。 现实性的安全卫生技术措施和管理对策。 简述选拔领导人才的方法。 教育观察研究的特点是什么?

A Windows Communication Foundation (WCF) solution provides a session-based counter.The service is self-hosted. The hosting code is as follows:
ServiceHost host = new ServiceHost(typeof(CounterService));
NetTcpBinding binding1 = new NetTcpBinding(SecurityMode.None);
host.AddServiceEndpoint("MyApplication.ICounterService", binding1, "net.tcp://localhost:23456");
host.Open();
This service is currently exposed over TCP, but needs to be exposed to external clients over HTTP. Therefore, a new service endpoint is created with the following code:host.AddServiceEndpoint("MyApplication.ICounterService", binding2, "http://localhost:12345");You need to complete the implementation and ensure that the session-based counter will perform over HTTP as it does over TCP.What should you do?()

参考答案:

  参考解析

本题暂无解析

在线 客服