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( NetworkMessagecontainerMessage );