Property | Type | Description | |
---|---|---|---|
SocketSetup | Socket>.Action |
Method | Description | |
---|---|---|
Client ( Protocol Protocol, ChannelSerializationMode SupportedChannelSerializationModes = ChannelSerializationMode.Json, ChannelSerializationMode PreferredChannelSerializationModes = ChannelSerializationMode.Json ) : System | ||
Connect ( string RemoteHost, int RemotePort, bool Secure, string CertificateServerName = null ) : SimpleActionResult | ||
Connect ( string RemoteHost, int RemotePort, bool Secure, string CertificateServerName = null, IEnumerable |
||
ConnectAsync ( string RemoteHost, int RemotePort, bool Secure, string CertificateServerName = null ) : Task |
||
_OnSystemShutDownRequestHandler ( object Sender ) : void |
Method | Description | |
---|---|---|
onRedirect ( string Target ) : void |
Method | Description | |
---|---|---|
_sockConnection ( string RemoteHost, int RemotePort ) : SimpleActionResult |
public Client ( Protocol Protocol, ChannelSerializationMode SupportedChannelSerializationModes = ChannelSerializationMode.Json, ChannelSerializationMode PreferredChannelSerializationModes = ChannelSerializationMode.Json ) : System | ||
Protocol | Protocol | |
SupportedChannelSerializationModes | ChannelSerializationMode | |
PreferredChannelSerializationModes | ChannelSerializationMode | |
return | System |
public Connect ( string RemoteHost, int RemotePort, bool Secure, string CertificateServerName = null ) : SimpleActionResult | ||
RemoteHost | string | |
RemotePort | int | |
Secure | bool | |
CertificateServerName | string | |
return | SimpleActionResult |
public Connect ( string RemoteHost, int RemotePort, bool Secure, string CertificateServerName = null, IEnumerable |
||
RemoteHost | string | |
RemotePort | int | |
Secure | bool | |
CertificateServerName | string | |
CustomCertificates | IEnumerable |
|
return | SimpleActionResult |
public ConnectAsync ( string RemoteHost, int RemotePort, bool Secure, string CertificateServerName = null ) : Task |
||
RemoteHost | string | |
RemotePort | int | |
Secure | bool | |
CertificateServerName | string | |
return | Task |
public _OnSystemShutDownRequestHandler ( object Sender ) : void | ||
Sender | object | |
return | void |
protected onRedirect ( string Target ) : void | ||
Target | string | |
return | void |