Click or drag to resize

VaserSSLClient Constructor (String)

Called by clients to authenticate the server and optionally the client in a client-server connection.

Namespace:  Vaser.ConnectionSettings
Assembly:  Vaser (in Vaser.dll) Version: 1.1.23.0 (1.1.23.0)
Syntax
C#
public VaserSSLClient( 	string targetHost )

Parameters

targetHost
Type: SystemString
The name of the server that shares this SslStream.
See Also