 | ClientBaseAttachSSL Method |
Attaches client to specified connected socket.
Namespace: Limilabs.ClientAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic void AttachSSL(
Socket socket,
string targetHost
)
Public Sub AttachSSL (
socket As Socket,
targetHost As String
)
public:
void AttachSSL(
Socket^ socket,
String^ targetHost
)
member AttachSSL :
socket : Socket *
targetHost : string -> unit Parameters
- socket Socket
- Socket to attach to.
- targetHost String
- Target host used for SSL/TLS negotiation
See Also