Share via


SslStreamConnection Class

Definition

Class that allows reading and writing to an SSL stream connection.

public class SslStreamConnection : Security.SslConnection
type SslStreamConnection = class
    inherit SslConnection
Inheritance
SslStreamConnection

Constructors

Name Description
SslStreamConnection(Stream)

Properties

Name Description
ConnectionId (Inherited from SslConnection)
InnerStream

Methods

Name Description
Dispose()

Releases the resources used by the SslConnection object.

(Inherited from SslConnection)
Dispose(Boolean)

Releases the resources used by the SslConnection object.

(Inherited from SslConnection)
Read(IntPtr, IntPtr)
Write(IntPtr, IntPtr)

Applies to