Interface INatsTlsUpgradeableSocketConnection
Represents a NATS socket connection that can be upgraded to use TLS.
public interface INatsTlsUpgradeableSocketConnection : INatsSocketConnection, IAsyncDisposable
- Inherited Members
Remarks
This interface extends INatsSocketConnection to provide access to the underlying socket that is used to create a SslStream.
Properties
- Socket
Gets the underlying Socket instance for the connection.