Attaches client to specified socket.
Namespace: Limilabs.ClientAssembly: Mail (in Mail.dll) Version: 3.0.12102.1426
Syntax
| C# |
|---|
public void Attach( Socket socket ) |
| Visual Basic |
|---|
Public Sub Attach ( _ socket As Socket _ ) |
| Visual C++ |
|---|
public: void Attach( Socket^ socket ) |
Parameters
- socket
- Type: System.Net.Sockets..::..Socket
Socket to attach to.