DotMSN

NetworkMessage.CreateFromMessage Method 

Creates the networkmessage based on the inner contents of the parent message. It invokes the ParseBytes method to parse the inner body contents of the parent message.

[Visual Basic]
Overridable Public Sub CreateFromMessage( _
   ByVal containerMessage As NetworkMessage _
)
[C#]
public virtual void CreateFromMessage(
   NetworkMessage containerMessage
);

Parameters

containerMessage

See Also

NetworkMessage Class | XihSolutions.DotMSN.Core Namespace