AsyncWcfLib

WcfMessage Members

WcfMessage overview

Public Static Properties

CifAssembly The assembly containing this message definition.

Public Static Methods

AddBasicMessageTypeAddBasicMessageType 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.
AddKnownTypeAddKnownType 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.
z_GetKnownTypeList 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)
z_GetServiceKnownTypes 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)

Public Instance Constructors

WcfMessage Constructor Initializes a new instance of the WcfMessage class.

Public Instance Properties

BoundSyncContext
ExtensionDataEach 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.
IsSent
IsThreadSafe

Public Instance Methods

Equals (inherited from Object)
GetHashCode (inherited from Object)
GetType (inherited from Object)
ToString (inherited from Object)

Protected Instance Methods

Finalize (inherited from Object)
MemberwiseClone (inherited from Object)

See Also

WcfMessage Class | SourceForge.AsyncWcfLib Namespace