Gets an object that was passed as the state parameter of the BeginXXXX method call.
[Visual Basic]NotOverridable Public ReadOnly Property AsyncState As Object
[C#]
public object AsyncState {final get;}
Property Value
The object that was passed as the state parameter of the BeginXXXX method call.
See Also
IAsyncProxyResult Class | IAsyncProxyResult Members | Org.Mentalis.Network.ProxySocket Namespace