TlsSocket Class
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9147)
Represents a TLS/SSL-enabled TCP socket.
Syntax
public class TlsSocket : ISocketExt, ISocket, IDisposable, IAsyncDisposable
Inherited Members
Remarks
This class is suitable for securing your socket communication using TLS 1.2, TLS 1.1 and TLS 1.0 protocols. SSL 3.0 is still supported as well, but should not be used.
Constructors
Name | Description |
---|---|
Tls |
Initializes an instance of the Tls |
Tls |
Initializes an instance of the Tls |
Tls |
Initializes an instance of the Tls |
Properties
Name | Description |
---|---|
Application |
Gets the negotiated application protocol; or null reference if no protocol was negotiated. |
Available | Gets the amount of data that has been received from the network and is available to be read. |
Cipher | Gets the active cipher. |
Client |
Gets the client's certificate chain. |
Compression |
Gets the active data compression method. |
Connected | Gets a value indicating whether a Tls |
Context | Gets or sets a custom context object associated with this Tls |
Entity | Gets the entity. |
Factory | Gets the instance of ISocket |
Information | Gets socket information on the underlying socket object. |
Is |
Gets the current security state of the connection. |
Local |
Gets the local endpoint. |
Log |
Gets or sets the logger used by this object. |
Parameters | Gets or sets the security parameters of the current socket. |
Remote |
Gets the remote endpoint. |
Server |
Gets the server's certificate chain. |
Session | Gets the connection session |
Socket | Gets the internal Socket value (only for sockets based on Socket or ProxySocket, otherwise null is returned). |
Timeout | Gets or sets the length of time, in milliseconds, until the operation times out, or the value -1 or 0 to indicate that the operation does not time out. |
Methods
Name | Description |
---|---|
Begin |
Begins an asynchronous request for a connection to a network device. |
Begin |
Begins an asynchronous request for a connection to a network device. |
Begin |
Negotiates TLS/SSL cipher. |
Begin |
Ends a pending asynchronous read. |
Begin |
Sends data asynchronously to a connected ISocket. |
Close() | Forces a Tls |
Close |
Asynchronously releases resources used by the Tls |
Connect(End |
Establishes a connection to a remote device. |
Connect(String, Int32) | Establishes a connection to a remote device. |
Dispose() | Disposes the object. |
Dispose(Boolean) | Releases the unmanaged resources used by the Tls |
Dispose |
Asynchronously releases resources used by the Tls |
Dispose |
Asynchronously releases the unmanaged resources used by the Tls |
End |
Ends a pending asynchronous connection request. |
End |
Ends a pending asynchronous negotiation. |
End |
Ends a pending asynchronous read. |
End |
Ends a pending asynchronous send. |
Get |
Gets an instance of the Channel |
Get |
Gets a value that indicates whether the Socket |
Get |
Gets a hash code of this object. |
Has |
Gets an indication whether a provider has a Channel |
Negotiate() | Negotiates TLS/SSL cipher. |
Negotiate |
Negotiates TLS/SSL cipher. |
Poll(Int32, Socket |
Determines the status of the socket. |
Receive(ArraySegment<Byte>) | Receives data from a connected Tls |
Receive(Byte[]) | Receives data from a connected Tls |
Receive(Byte[], Int32, Int32) | Receives the specified amount of data from a connected Tls |
Receive(Byte[], Int32, Int32, Socket |
Receives the specified amount of data from a connected Tls |
Receive(Byte[], Int32, Socket |
Receives the specified amount of data from a connected Tls |
Receive(Byte[], Socket |
Receives data from a connected Tls |
ReceiveAsync(ArraySegment<Byte>) | Receives data from a connected Tls |
Renegotiate() | Renegotiates TLS/SSL cipher (if allowed by the other side). Only supported by TLS 1.2 or earlier. |
Send(ArraySegment<Byte>) | Sends data to a connected Tls |
Send(Byte[]) | Sends data to a connected Tls |
Send(Byte[], Int32, Int32) | Sends the specified amount of data to a connected Tls |
Send(Byte[], Int32, Int32, Socket |
Sends the specified amount of data to a connected Tls |
Send(Byte[], Int32, Socket |
Sends the specified amount of data to a connected Tls |
Send(Byte[], Socket |
Sends data to a connected Tls |
SendAsync(ArraySegment<Byte>) | Sends data to a connected Tls |
Shutdown(Socket |
Disables sends and receives on a Tls |
Shutdown |
Disables sends on a Tls |
To |
Returns a string representation of the current Tls |
Unprotect() | Reverts back to an unencrypted socket. Usage of this method is strongly discouraged. |
Explicit Interface Implementations
Name | Description |
---|---|
IAsync |
Asynchronously releases resources used by the Tls |