| ClientBaseAttachSSL Method |
Attaches client to specified connected socket.
Namespace:
Limilabs.Client
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public 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
- Type: System.Net.SocketsSocket
Socket to attach to. - targetHost
- Type: SystemString
Target host used for SSL/TLS negotiation
See Also