Свойство | Type | Description | |
---|---|---|---|
m_oSocket | Socket |
Méthode | Description | |
---|---|---|
CanConnect ( int iPort ) : bool | ||
Connect ( |
||
Connect ( int iPort ) : bool | ||
Disconnect ( ) : void | ||
Peek ( ) : bool | ||
ReadUntil ( List |
||
ReadUntil ( string text ) : string | ||
Receive ( ) : string | ||
Send ( string s ) : void | ||
TCPSocket ( ) : System | ||
TCPSocket ( bool useSSL ) : System | ||
ValidateServerCertificate ( object sender, |
Méthode | Description | |
---|---|---|
GetHostAddress ( string hostName, bool allowIPv6 ) : |
public Connect ( |
||
ipaddress | ||
iPort | int | |
Résultat | bool |
public ReadUntil ( List |
||
possibleReplies | List |
|
Résultat | string |
public static ValidateServerCertificate ( object sender, |
||
sender | object | |
certificate | ||
chain | ||
sslPolicyErrors | SslPolicyErrors | |
Résultat | bool |