 | ClientBaseAttach(Socket) Method |
Attaches client to specified connected socket.
Namespace: Limilabs.ClientAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic void Attach(
Socket socket
)
Public Sub Attach (
socket As Socket
)
public:
void Attach(
Socket^ socket
)
member Attach :
socket : Socket -> unit Parameters
- socket Socket
- Socket to attach to.
See Also