Property | Type | Description | |
---|---|---|---|
BeginInitStream | IAsyncResult | ||
CreateSslStream | |||
INegotiateSocketSession | void | ||
OnBeginInitStream | void | ||
OnBeginInitStream | void | ||
OnBeginInitStreamOnSessionConnected | void | ||
OnEndWrite | void | ||
OnNegotiateCompleted | void | ||
OnSessionStarting | void | ||
OnStreamEndRead | void | ||
ValidateClientCertificate | bool |
Method | Description | |
---|---|---|
ApplySecureProtocol ( ) : void | ||
AsyncStreamSocketSession ( |
||
AsyncStreamSocketSession ( |
||
Start ( ) : void |
Starts this session communication.
|
Method | Description | |
---|---|---|
OnSendingCompleted ( SendingQueue queue ) : void | ||
SendAsync ( SendingQueue queue ) : void | ||
SendSync ( SendingQueue queue ) : void |
Method | Description | |
---|---|---|
BeginInitStream ( AsyncCallback asyncCallback ) : IAsyncResult | ||
CreateSslStream ( ICertificateConfig certConfig ) : |
||
INegotiateSocketSession ( ) : void | ||
OnBeginInitStream ( IAsyncResult result ) : void | ||
OnBeginInitStream ( IAsyncResult result, bool connect ) : void | ||
OnBeginInitStreamOnSessionConnected ( IAsyncResult result ) : void | ||
OnEndWrite ( IAsyncResult result ) : void | ||
OnNegotiateCompleted ( bool negotiateResult ) : void | ||
OnSessionStarting ( ) : void | ||
OnStreamEndRead ( IAsyncResult result ) : void | ||
ValidateClientCertificate ( object sender, |
public AsyncStreamSocketSession ( |
||
client | ||
security | SslProtocols | |
bufferStatePool | IPool |
|
return | System |
public AsyncStreamSocketSession ( |
||
client | ||
security | SslProtocols | |
bufferStatePool | IPool |
|
isReset | bool | |
return | System |
protected OnSendingCompleted ( SendingQueue queue ) : void | ||
queue | SendingQueue | |
return | void |
protected SendAsync ( SendingQueue queue ) : void | ||
queue | SendingQueue | |
return | void |
protected SendSync ( SendingQueue queue ) : void | ||
queue | SendingQueue | |
return | void |