Method | Description | |
---|---|---|
WebMessageFormatter ( |
Method | Description | |
---|---|---|
CheckMessageVersion ( System.ServiceModel.Channels.MessageVersion messageVersion ) : void | ||
DeserializeObject ( |
||
GetMediaTypeString ( WebContentFormat fmt ) : string | ||
GetMessageDescription ( MessageDirection dir ) : |
||
GetSerializer ( WebContentFormat msgfmt, bool isWrapped, System.ServiceModel.Description.MessagePartDescription part ) : |
||
ReadObjectBody ( |
||
ToContentFormat ( WebMessageFormat src, object result ) : WebContentFormat |
Method | Description | |
---|---|---|
ApplyWebAttribute ( ) : void |
protected CheckMessageVersion ( System.ServiceModel.Channels.MessageVersion messageVersion ) : void | ||
messageVersion | System.ServiceModel.Channels.MessageVersion | |
return | void |
protected DeserializeObject ( |
||
serializer | ||
message | ||
md | ||
isWrapped | bool | |
fmt | WebContentFormat | |
return | object |
protected GetMediaTypeString ( WebContentFormat fmt ) : string | ||
fmt | WebContentFormat | |
return | string |
protected GetMessageDescription ( MessageDirection dir ) : |
||
dir | MessageDirection | |
return |
protected GetSerializer ( WebContentFormat msgfmt, bool isWrapped, System.ServiceModel.Description.MessagePartDescription part ) : |
||
msgfmt | WebContentFormat | |
isWrapped | bool | |
part | System.ServiceModel.Description.MessagePartDescription | |
return |
protected ReadObjectBody ( |
||
serializer | ||
reader | XmlReader | |
return | object |
protected ToContentFormat ( WebMessageFormat src, object result ) : WebContentFormat | ||
src | WebMessageFormat | |
result | object | |
return | WebContentFormat |
public WebMessageFormatter ( |
||
operation | ||
endpoint | ||
converter | System.ServiceModel.Dispatcher.QueryStringConverter | |
behavior | ||
return | System |