ProxySocket.CallBack Field

Mentalis.org ProxySocket

Mentalis.org ProxySocket Documentation

ProxySocket.CallBack Field

Holds a pointer to the method that should be called when the Socket is connected to the remote device.

[Visual Basic]Private CallBack As System.AsyncCallback
[C#]
private AsyncCallback CallBack;

See Also

ProxySocket Class | ProxySocket Members | Org.Mentalis.Network.ProxySocket Namespace