References the callback method to be called when the Client
object disconnects from the local client and the remote server.
[Visual Basic]Public Delegate Sub DestroyDelegate( _
ByVal client As Org.Mentalis.Proxy.Client _
)
[C#]
public delegate void DestroyDelegate(
Client client
);
Parameters
- client
- The
Client
that has closed its connections.
Requirements
Namespace: Org.Mentalis.Proxy Namespace
Assembly: Proxy.exe