 | ClientBaseAttach(Socket, Boolean) Method |
Attaches client to specified connected socket.
Namespace: Limilabs.ClientAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic void Attach(
Socket socket,
bool useSSL
)
Public Sub Attach (
socket As Socket,
useSSL As Boolean
)
public:
void Attach(
Socket^ socket,
bool useSSL
)
member Attach :
socket : Socket *
useSSL : bool -> unit Parameters
- socket Socket
- Socket to attach to.
- useSSL Boolean
- If true starts SSL/TLS negotiation (Please use SSLConfiguration to specify TargetHost).
See Also