DotMSN

MSNObject.ParseContext Method (String)

Parses a context send by the remote contact and set the corresponding class variables. Context input is assumed to be not base64 encoded.

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

Parameters

context

See Also

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