Method | Description | |
---|---|---|
Connect ( SslProtocols sslProtocols ) : void |
Connect to the registry end point
|
|
Disconnect ( ) : void |
Disconnect from the registry end point
|
|
Dispose ( ) : void | ||
Read ( ) : byte[] |
Read the command response
|
|
TcpTransport ( string host, int port, X509Certificate clientCertificate, bool loggingEnabled = false, int readTimeout = Timeout.Infinite, int writeTimeout = Timeout.Infinite ) : System | ||
Write ( |
Writes an XmlDocument to the transport stream
|
Method | Description | |
---|---|---|
GetBytes ( |
||
ValidateServerCertificate ( object sender, X509Certificate certificate, X509Chain chain, SslPolicyErrors sslPolicyErrors ) : bool |
public Connect ( SslProtocols sslProtocols ) : void | ||
sslProtocols | SslProtocols | |
return | void |
public TcpTransport ( string host, int port, X509Certificate clientCertificate, bool loggingEnabled = false, int readTimeout = Timeout.Infinite, int writeTimeout = Timeout.Infinite ) : System | ||
host | string | |
port | int | |
clientCertificate | X509Certificate | |
loggingEnabled | bool | |
readTimeout | int | |
writeTimeout | int | |
return | System |