Property | Type | Description | |
---|---|---|---|
jidPrepender | String | ||
port |
Property | Type | Description | |
---|---|---|---|
certificate | |||
client | |||
ct | |||
cts | |||
decoder | |||
isSsl | System.Boolean | ||
listener | |||
log | log4net.ILog | ||
personaId | |||
sslStream | |||
stream | |||
utf8Encoding |
Method | Description | |
---|---|---|
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 | |
return | System.Int64 |
public abstract doLogin ( |
||
newPersonaId | ||
return | void |
public abstract doLogout ( |
||
personaId | ||
return | void |
public read ( System.Boolean forceNoSsl = false ) : Task |
||
forceNoSsl | System.Boolean | |
return | Task |
public write ( String message, System.Boolean forceNoSsl = false ) : Task | ||
message | String | |
forceNoSsl | System.Boolean | |
return | Task |
protected X509Certificate,System.Security.Cryptography.X509Certificates certificate | ||
return |
protected TcpClient,System.Net.Sockets client | ||
return |
protected CancellationToken,System.Threading ct | ||
return |
protected CancellationTokenSource,System.Threading cts | ||
return |
protected TcpListener,System.Net.Sockets listener | ||
return |
protected SslStream,System.Net.Security sslStream | ||
return |
protected NetworkStream,System.Net.Sockets stream | ||
return |