![]() ![]() | The assembly containing this message definition. |
![]() ![]() | AddBasicMessageType must be called to register a basic message directly derieved from IWcfMessage or IExtensibleWcfMessage.The type WcfMessage is such an example, it is registered by the library internally. |
![]() ![]() | AddKnownType must be called to register all known WCF message types derieved from a registered, basic message type.It is recommended to register all messages of an assembly during assembly initialization.The types of AsyncWcfLib are registered internally. |
![]() ![]() | This method is used internally only. In order to run under partial trust it probably must be public. (http://msdn.microsoft.com/en-us/library/bb412186%28v=VS.100%29.aspx) |
![]() ![]() | This method is used internally only. In order to run under partial trust it probably must be public. (http://msdn.microsoft.com/en-us/library/bb412186%28v=VS.100%29.aspx) |
![]() |
Initializes a new instance of the WcfMessage class. |
![]() | |
![]() | Each WCF message may contain more data than the receiver has expected.This normally happens when the senders version is newer than the receivers version.Some data cannot be deserialized at the receiver. WCF provides this object to store this extension data.When serializing this message again (gateway functionality) the extension data is included and not lost. |
![]() | |
![]() |
![]() | |
![]() | |
![]() | |
![]() |
![]() | |
![]() |
WcfMessage Class | SourceForge.AsyncWcfLib Namespace