可学答题网 > 问答 > MCTS(70-513)题库
目录: 标题| 题干| 答案| 搜索| 相关
问题

You have a Windows Communication Foun


You have a Windows Communication Foundation (WCF) service that accepts the following message contract.[MessageContract(WrapperNamespace="http://www.movies.com", ProtectionLevel=ProtectionLevel.None)] public class Ticket{ [MessageBodyMember(Namespace="http://www.movietheater.com", Order=1)] public DateTime ShowTime = DateTime.Now; [MessageBodyMember(Namespace="http://www.movietheater.com")] public string ReservationName = "Smith"; [MessageBodyMember(Namespace="http://www.movietheater.com")] public int NumberOfSeats = 0;} You need to ensure that the client sends a SOAP body that is accepted by the service.()

  • A
  • B
  • C
  • D
参考答案
参考解析:
分类:MCTS(70-513)题库
相关推荐

1、You have a secured Windows Communicati

You have a secured Windows Communication Foundation (WCF) service. You need to track unsuccessful attempts to access the service. What should yo...

2、You have a Windows&#

You have a Windows Server 2008 that has the Active Directory Certificate Services serve...

3、You develop a Windows Communication F

You develop a Windows Communication Foundation (WCF) service. You name the service MovieService in the Movie namespace. The service is hosted in...

4、You develop a Windows Communication F

You develop a Windows Communication Foundation (WCF) service. You enable all performance counters and run multiple calls to the service.The servi...

5、You develop a Windows Communication F

You develop a Windows Communication Foundation (WCF) service to generate reports. Client applications call the service to initiate report generati...

6、You develop a Windows Communication F

You develop a Windows Communication Foundation (WCF) service that uses basic authentication for client credentials. This service is currently conf...