Method | Description | |
---|---|---|
BeginClientHandshake ( string targetHost, AsyncCallback asyncCallback, Object asyncState ) : IAsyncResult | ||
BeginReceive ( AsyncCallback asyncCallback, Object asyncState ) : IAsyncResult | ||
BeginSend ( byte buffer, int offset, int count, AsyncCallback asyncCallback, Object asyncState ) : IAsyncResult | ||
BeginServerHandshake ( |
||
Close ( ) : void | ||
EndClientHandshake ( IAsyncResult asyncResult ) : void | ||
EndReceive ( IAsyncResult asyncResult ) : byte[] | ||
EndSend ( IAsyncResult asyncResult ) : void | ||
EndServerHandshake ( IAsyncResult asyncResult ) : void | ||
PerformClientHandshake ( string targetHost ) : void | ||
PerformServerHandshake ( |
||
Receive ( ) : byte[] | ||
SecureSession ( Stream stream, SecurityParameters securityParameters ) : System | ||
Send ( byte buffer ) : void | ||
Send ( byte buffer, int offset, int count ) : void |
Method | Description | |
---|---|---|
EndHandshake ( IAsyncResult asyncResult ) : void | ||
ProcessAlertRecord ( Record record, AaltoTLS.AsyncGenericResult asyncGenericResult ) : void | ||
ProcessChangeCipherSpecRecord ( Record record, |
||
ProcessHandshakeRecord ( Record record, |
||
ProcessSendChangeCipherSpec ( |
||
ProcessSendFatalAlert ( AaltoTLS.Alerts.Alert alert ) : void | ||
ProcessSendHandshakePacket ( |
||
ProcessUnknownRecord ( Record record, AaltoTLS.AsyncGenericResult asyncGenericResult ) : void | ||
ReceiveDataCallback ( IAsyncResult asyncResult ) : void | ||
ReceiveHandshakeCallback ( IAsyncResult asyncResult ) : void | ||
SendDataCallback ( IAsyncResult asyncResult ) : void | ||
SendHandshakeCallback ( IAsyncResult asyncResult ) : void |
public BeginClientHandshake ( string targetHost, AsyncCallback asyncCallback, Object asyncState ) : IAsyncResult | ||
targetHost | string | |
asyncCallback | AsyncCallback | |
asyncState | Object | |
return | IAsyncResult |
public BeginReceive ( AsyncCallback asyncCallback, Object asyncState ) : IAsyncResult | ||
asyncCallback | AsyncCallback | |
asyncState | Object | |
return | IAsyncResult |
public BeginSend ( byte buffer, int offset, int count, AsyncCallback asyncCallback, Object asyncState ) : IAsyncResult | ||
buffer | byte | |
offset | int | |
count | int | |
asyncCallback | AsyncCallback | |
asyncState | Object | |
return | IAsyncResult |
public BeginServerHandshake ( |
||
serverCertificate | ||
asyncCallback | AsyncCallback | |
asyncState | Object | |
return | IAsyncResult |
public EndClientHandshake ( IAsyncResult asyncResult ) : void | ||
asyncResult | IAsyncResult | |
return | void |
public EndReceive ( IAsyncResult asyncResult ) : byte[] | ||
asyncResult | IAsyncResult | |
return | byte[] |
public EndSend ( IAsyncResult asyncResult ) : void | ||
asyncResult | IAsyncResult | |
return | void |
public EndServerHandshake ( IAsyncResult asyncResult ) : void | ||
asyncResult | IAsyncResult | |
return | void |
public PerformClientHandshake ( string targetHost ) : void | ||
targetHost | string | |
return | void |
public PerformServerHandshake ( |
||
serverCertificate | ||
return | void |
public SecureSession ( Stream stream, SecurityParameters securityParameters ) : System | ||
stream | Stream | |
securityParameters | SecurityParameters | |
return | System |
public Send ( byte buffer, int offset, int count ) : void | ||
buffer | byte | |
offset | int | |
count | int | |
return | void |