Свойство | Тип | Описание | |
---|---|---|---|
m_oSocket | Socket |
Метод | Описание | |
---|---|---|
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, |
Метод | Описание | |
---|---|---|
GetHostAddress ( string hostName, bool allowIPv6 ) : |
public Connect ( |
||
ipaddress | ||
iPort | int | |
Результат | bool |
public ReadUntil ( List |
||
possibleReplies | List |
|
Результат | string |
public static ValidateServerCertificate ( object sender, |
||
sender | object | |
certificate | ||
chain | ||
sslPolicyErrors | SslPolicyErrors | |
Результат | bool |