Method | Description | |
---|---|---|
BeginConnect ( System endPoint, AsyncCallback callback, Object state ) : IAsyncResult | ||
BeginConnect ( System address, |
||
Connect ( System endPoint ) : void | ||
Connect ( System address, |
||
EndConnect ( IAsyncResult ar ) : void | ||
InitializeClientConnection ( ) : void | ||
SslConnection ( |
||
SslConnection ( |
||
SslConnection ( |
Method | Description | |
---|---|---|
BeginInitializeClientConnection ( AsyncCallback callback, Object state ) : IAsyncResult | ||
BeginInitializeServerConnection ( AsyncCallback callback, Object state ) : IAsyncResult | ||
DataSocketClose ( ) : void | ||
DataSocketClose ( System.Boolean dispose ) : void | ||
DataSocketReceiveWhatsAvaiable ( Byte buffer, |
||
DataSocketSendAsMuchAsPossible ( Byte buffer, |
||
EndInitializeClientConnection ( IAsyncResult ar ) : void | ||
EndInitializeServerConnection ( IAsyncResult ar ) : void | ||
InitializeServerConnection ( ) : void | ||
IntBeginRead ( Byte buffer, |
||
IntBeginWrite ( Byte buffer, |
||
IntEndRead ( IAsyncResult ar ) : |
||
IntEndWrite ( IAsyncResult ar ) : void |
Method | Description | |
---|---|---|
BeginMonoSslRead ( Byte buffer, |
||
BeginMonoSslWrite ( Byte buffer, |
||
CreateSslClientStream ( ) : void | ||
CreateSslServerStream ( ) : void | ||
EndMonoSslRead ( IAsyncResult ar ) : |
||
EndMonoSslWrite ( IAsyncResult ar ) : void | ||
GetNetSecurityProtocol ( ) : System.Security.Authentication.SslProtocols | ||
InnerConnection_AsyncDisconnect ( Object sender, |
||
InnerConnection_AsyncHaveIncompleteData ( Object sender, |
||
MonoDataSocketReceiveWhatsAvaiable ( Byte buffer, |
||
MonoDataSocketSendAsMuchAsPossible ( Byte buffer, |
||
NativeDataSocketReceiveWhatsAvaiable ( Byte buffer, |
||
NativeDataSocketSendAsMuchAsPossible ( Byte buffer, |
||
NetSsl_RemoteCertificateValidation ( Object sender, |
public BeginConnect ( System endPoint, AsyncCallback callback, Object state ) : IAsyncResult | ||
endPoint | System | |
callback | AsyncCallback | |
state | Object | |
return | IAsyncResult |
public BeginConnect ( System address, |
||
address | System | |
port | ||
callback | AsyncCallback | |
state | Object | |
return | IAsyncResult |
protected BeginInitializeClientConnection ( AsyncCallback callback, Object state ) : IAsyncResult | ||
callback | AsyncCallback | |
state | Object | |
return | IAsyncResult |
protected BeginInitializeServerConnection ( AsyncCallback callback, Object state ) : IAsyncResult | ||
callback | AsyncCallback | |
state | Object | |
return | IAsyncResult |
public Connect ( System address, |
||
address | System | |
port | ||
return | void |
protected DataSocketClose ( System.Boolean dispose ) : void | ||
dispose | System.Boolean | |
return | void |
protected DataSocketReceiveWhatsAvaiable ( Byte buffer, |
||
buffer | Byte | |
offset | ||
size | ||
return |
protected DataSocketSendAsMuchAsPossible ( Byte buffer, |
||
buffer | Byte | |
offset | ||
size | ||
return |
protected EndInitializeClientConnection ( IAsyncResult ar ) : void | ||
ar | IAsyncResult | |
return | void |
protected EndInitializeServerConnection ( IAsyncResult ar ) : void | ||
ar | IAsyncResult | |
return | void |
protected InitializeServerConnection ( ) : void | ||
return | void |
protected IntBeginRead ( Byte buffer, |
||
buffer | Byte | |
offset | ||
count | ||
callback | AsyncCallback | |
state | Object | |
return | IAsyncResult |
protected IntBeginWrite ( Byte buffer, |
||
buffer | Byte | |
offset | ||
count | ||
callback | AsyncCallback | |
state | Object | |
return | IAsyncResult |
protected IntEndRead ( IAsyncResult ar ) : |
||
ar | IAsyncResult | |
return |
protected IntEndWrite ( IAsyncResult ar ) : void | ||
ar | IAsyncResult | |
return | void |
public SslConnection ( |
||
factory | ||
binding | ||
return | System |
public SslConnection ( |
||
factory | ||
connection | ||
return | System |
public SslConnection ( |
||
factory | ||
socket | ||
return | System |