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

You are developing a Windows Communica


You are developing a Windows Communication Foundation (WCF) service. You write a method named Submit that accepts messages of the type System.ServiceModel.Channels.Message. You need to process the body of the incoming messages multiple times in the method. Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.)()

  • A Use the GetBody method of the Message class to read the content of the messages.
  • B Use the CreateBufferedCopy method of the Message class to load the messages into memory.
  • C Use the WriteBodyContents method of the BodyWriter class to make a copy of the messages.
  • D Use the CreateMessage method of the MessageBuffer class to make a copy of the messages.
参考答案
参考解析:
分类:MCTS(70-513)题库
相关推荐

1、You are developing a Windows Communic

You are developing a Windows Communication Foundation (WCF) service that does not operate on a duplex channel.You find that operations do not s...

2、You are developing a Windows Communic

You are developing a Windows Communication Foundation (WCF) service to provide an in-memory cache for many Web applications.The service contract ...

3、You are developing a Windows Communic

You are developing a Windows Communication Foundation (WCF) service that will be hosted in Microsoft Internet Services (IIS) 7.0.The service must...

4、You are developing a Windows Presenta

You are developing a Windows Presentation Foundation (WPF) application to play audio files. You add MediaElement mediaElement1 and a Button contr...

5、You are developing a Windows Communic

You are developing a Windows Communication Foundation (WCF) service. The service operation takes a customer number as the only argument and retu...

6、You are developing a Windows Communica

You are developing a Windows Communication Foundation (WCF) service that reads messages from a public non-transactional MSMQ queue.You need to co...