AMPS C# Client
5.3.5.0
AMPS C# Client for .NET
|
Implements a secure transport for communicating with AMPS over a SslStream. System.Net.Security.SslStream More...
Public Member Functions | |
TCPSTransport (Protocol protocol, TCPSTransportImpl impl) | |
Construct a TCPSTransport object for the given Protocol. More... | |
TCPSTransport (Protocol protocol, Properties properties) | |
Construct a TCPSTransport object for the given Protocol. More... | |
Protected Member Functions | |
override void | createImpl () |
Creates the underlying implementation of the TCPSTransport class. More... | |
Properties | |
static RemoteCertificateValidationCallback | RemoteCertificateValidationCallback [get, set] |
Gets or sets the callback delegate used by SslStream to validate the remote certificate from AMPS.
| |
static SslProtocols | EnabledSslProtocols [get, set] |
Gets or sets the enabled SSL protocols used for connecting to AMPS.
| |
static bool | CheckCertificateRevocation [get, set] |
Gets or sets whether certificate revocation should be checked.
| |
Implements a secure transport for communicating with AMPS over a SslStream. System.Net.Security.SslStream
|
inline |
Construct a TCPSTransport object for the given Protocol.
protocol | The protocol for communcating with AMPS. |
impl | An instance of TCPSTransportImpl |
|
inline |
Construct a TCPSTransport object for the given Protocol.
protocol | The protocol for communicating with AMPS. |
properties | Custom properties used by the underlying TCP transport. |
|
inlineprotected |
Creates the underlying implementation of the TCPSTransport class.
This method initializes the internal implementation (TCPSTransportImpl) based on the specified protocol and properties.
|
staticgetset |
Gets or sets whether certificate revocation should be checked.
|
staticgetset |
Gets or sets the enabled SSL protocols used for connecting to AMPS.
|
staticgetset |
Gets or sets the callback delegate used by SslStream to validate the remote certificate from AMPS.