Свойство | Тип | Описание | |
---|---|---|---|
jidPrepender | String | ||
port |
Свойство | Тип | Описание | |
---|---|---|---|
certificate | |||
client | |||
ct | |||
cts | |||
decoder | |||
isSsl | System.Boolean | ||
listener | |||
log | log4net.ILog | ||
personaId | |||
sslStream | |||
stream | |||
utf8Encoding |
Метод | Описание | |
---|---|---|
calculateHash ( String messageResponse ) : System.Int64 | ||
doHandshake ( ) : void | ||
doLogin ( |
||
doLogout ( |
||
initialize ( ) : void | ||
listenLoop ( ) : void | ||
read ( System.Boolean forceNoSsl = false ) : Task |
||
shutdown ( ) : void | ||
write ( String message, System.Boolean forceNoSsl = false ) : Task |
public abstract calculateHash ( String messageResponse ) : System.Int64 | ||
messageResponse | String | |
Результат | System.Int64 |
public abstract doLogin ( |
||
newPersonaId | ||
Результат | void |
public abstract doLogout ( |
||
personaId | ||
Результат | void |
public read ( System.Boolean forceNoSsl = false ) : Task |
||
forceNoSsl | System.Boolean | |
Результат | Task |
public write ( String message, System.Boolean forceNoSsl = false ) : Task | ||
message | String | |
forceNoSsl | System.Boolean | |
Результат | Task |
protected X509Certificate,System.Security.Cryptography.X509Certificates certificate | ||
Результат |
protected TcpClient,System.Net.Sockets client | ||
Результат |
protected CancellationToken,System.Threading ct | ||
Результат |
protected CancellationTokenSource,System.Threading cts | ||
Результат |
protected TcpListener,System.Net.Sockets listener | ||
Результат |
protected SslStream,System.Net.Security sslStream | ||
Результат |
protected NetworkStream,System.Net.Sockets stream | ||
Результат |