Attaches client to specified socket.
Namespace: Limilabs.WHOIS.ClientAssembly: Whois (in Whois.dll) Version: 2.0.1238.1610
Syntax
| C# |
|---|
public void Attach( Socket socket, bool useSSL ) |
| Visual Basic |
|---|
Public Sub Attach ( _ socket As Socket, _ useSSL As Boolean _ ) |
| Visual C++ |
|---|
public: void Attach( Socket^ socket, bool useSSL ) |
Parameters
- socket
- Type: System.Net.Sockets..::..Socket
Socket to attach to.
- useSSL
- Type: System..::..Boolean
If true starts SSL negotiation (Please use SSLConfiguration to specify TargetHost).