C# 클래스 System.ServiceModel.Dispatcher.WebMessageFormatter

파일 보기 프로젝트 열기: kumpera/mono

공개 메소드들

메소드 설명
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