| ClientBaseAttach Method (Socket) |
Attaches client to specified connected socket.
Namespace:
Limilabs.Client
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public void Attach(
Socket socket
)
Public Sub Attach (
socket As Socket
)
public:
void Attach(
Socket^ socket
)
member Attach :
socket : Socket -> unit
Parameters
- socket
- Type: System.Net.SocketsSocket
Socket to attach to.
See Also