Home
last modified time | relevance | path

Searched refs:SingleBodyParameterMessageFormatter (Results 1 – 5 of 5) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel.Web/System/ServiceModel/Dispatcher/
H A DSingleBodyParameterMessageFormatter.cs17 …abstract class SingleBodyParameterMessageFormatter : IDispatchMessageFormatter, IClientMessageForm… class
25 …protected SingleBodyParameterMessageFormatter(OperationDescription operation, bool isRequestFormat… in SingleBodyParameterMessageFormatter() method in System.ServiceModel.Dispatcher.SingleBodyParameterMessageFormatter
243 …public static SingleBodyParameterMessageFormatter CreateXmlFormatter(OperationDescription operatio… in CreateXmlFormatter()
258 …public static SingleBodyParameterMessageFormatter CreateJsonFormatter(OperationDescription operati… in CreateJsonFormatter()
H A DHttpStreamFormatter.cs53 SingleBodyParameterMessageFormatter.SuppressReplyEntityBody(message); in SerializeReply()
63 SingleBodyParameterMessageFormatter.SuppressRequestEntityBody(message); in SerializeRequest()
H A DSingleBodyParameterXmlSerializerMessageFormatter.cs17 class SingleBodyParameterXmlSerializerMessageFormatter : SingleBodyParameterMessageFormatter
H A DSingleBodyParameterDataContractMessageFormatter.cs18 class SingleBodyParameterDataContractMessageFormatter : SingleBodyParameterMessageFormatter
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel.Web/System/ServiceModel/Description/
H A DWebHttpBehavior.cs578 …return SingleBodyParameterMessageFormatter.CreateXmlAndJsonClientFormatter(operationDescription, p… in GetReplyClientFormatter()
629 …formatters.Add(WebMessageFormat.Xml, SingleBodyParameterMessageFormatter.CreateDispatchFormatter(o… in GetReplyDispatchFormatter()
632 …formatters.Add(WebMessageFormat.Json, SingleBodyParameterMessageFormatter.CreateDispatchFormatter(… in GetReplyDispatchFormatter()
692 …baseFormatter = SingleBodyParameterMessageFormatter.CreateClientFormatter(operationDescription, pa… in GetRequestClientFormatter()
766 …result = SingleBodyParameterMessageFormatter.CreateXmlAndJsonDispatchFormatter(operationDescriptio… in GetRequestDispatchFormatter()