DotMSN

MSNObject.ParseContext Method (String, Boolean)

Parses a context send by the remote contact and set the corresponding class variables.

[Visual Basic]
Overridable Overloads Public Sub ParseContext( _
   ByVal context As String, _
   ByVal base64Encoded As Boolean _
)
[C#]
public virtual void ParseContext(
   string context,
   bool base64Encoded
);

Parameters

context
base64Encoded

See Also

MSNObject Class | XihSolutions.DotMSN Namespace | MSNObject.ParseContext Overload List