![]() |
Diffusion .NET Classic API - Core and Common
5.9.4
|
Public Member Functions | |
Socket | DoHandshake (IServerDetails serverDetails) |
Implementations must provide this method to make a connection via a Proxy server and return the SocketChannel. More... | |
The interface for an object that can provide connection via a Proxy Server.
Such a connector may be set for Server Details using IServerDetails.ProxyConnector.
Socket PushTechnology.DiffusionCore.Connection.IProxyConnector.DoHandshake | ( | IServerDetails | serverDetails | ) |
Implementations must provide this method to make a connection via a Proxy server and return the SocketChannel.
serverDetails | serverDetails the server details specifying details of the Diffusion server to connect to |