AsyncWcfLib

WcfMessage.AddBasicMessageType Method

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.

public static void AddBasicMessageType(
   Type wcfMessageType
);

Parameters

wcfMessageType
A basic message type used in WCF communication

See Also

WcfMessage Class | SourceForge.AsyncWcfLib Namespace