C# Класс System.ServiceModel.Dispatcher.WebMessageFormatter

Показать файл Открыть проект

Открытые методы

Метод Описание
WebMessageFormatter ( OperationDescription operation, ServiceEndpoint endpoint, System.ServiceModel.Dispatcher.QueryStringConverter converter, WebHttpBehavior behavior ) : System

Защищенные методы

Метод Описание
CheckMessageVersion ( System.ServiceModel.Channels.MessageVersion messageVersion ) : void
DeserializeObject ( Object serializer, Message message, MessageDescription md, bool isWrapped, WebContentFormat fmt ) : object
GetMediaTypeString ( WebContentFormat fmt ) : string
GetMessageDescription ( MessageDirection dir ) : MessageDescription
GetSerializer ( WebContentFormat msgfmt, bool isWrapped, System.ServiceModel.Description.MessagePartDescription part ) : Object
ReadObjectBody ( Object serializer, XmlReader reader ) : object
ToContentFormat ( WebMessageFormat src, object result ) : WebContentFormat

Приватные методы

Метод Описание
ApplyWebAttribute ( ) : void

Описание методов

CheckMessageVersion() защищенный Метод

protected CheckMessageVersion ( System.ServiceModel.Channels.MessageVersion messageVersion ) : void
messageVersion System.ServiceModel.Channels.MessageVersion
Результат void

DeserializeObject() защищенный Метод

protected DeserializeObject ( Object serializer, Message message, MessageDescription md, bool isWrapped, WebContentFormat fmt ) : object
serializer System.Object
message System.Globalization.Message
md System.ServiceModel.Description.MessageDescription
isWrapped bool
fmt WebContentFormat
Результат object

GetMediaTypeString() защищенный Метод

protected GetMediaTypeString ( WebContentFormat fmt ) : string
fmt WebContentFormat
Результат string

GetMessageDescription() защищенный Метод

protected GetMessageDescription ( MessageDirection dir ) : MessageDescription
dir MessageDirection
Результат System.ServiceModel.Description.MessageDescription

GetSerializer() защищенный Метод

protected GetSerializer ( WebContentFormat msgfmt, bool isWrapped, System.ServiceModel.Description.MessagePartDescription part ) : Object
msgfmt WebContentFormat
isWrapped bool
part System.ServiceModel.Description.MessagePartDescription
Результат System.Object

ReadObjectBody() защищенный Метод

protected ReadObjectBody ( Object serializer, XmlReader reader ) : object
serializer System.Object
reader XmlReader
Результат object

ToContentFormat() защищенный Метод

protected ToContentFormat ( WebMessageFormat src, object result ) : WebContentFormat
src WebMessageFormat
result object
Результат WebContentFormat

WebMessageFormatter() публичный Метод

public WebMessageFormatter ( OperationDescription operation, ServiceEndpoint endpoint, System.ServiceModel.Dispatcher.QueryStringConverter converter, WebHttpBehavior behavior ) : System
operation System.ServiceModel.Description.OperationDescription
endpoint System.ServiceModel.Description.ServiceEndpoint
converter System.ServiceModel.Dispatcher.QueryStringConverter
behavior System.ServiceModel.Description.WebHttpBehavior
Результат System