SslConnection Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Class that represents an SSL connection.
public abstract class SslConnection : IDisposable
type SslConnection = class
interface IDisposable
- Inheritance
-
SslConnection
- Derived
- Implements
Constructors
SslConnection() |
Properties
ConnectionId |
Methods
Dispose() |
Releases the resources used by the SslConnection object. |
Dispose(Boolean) |
Releases the resources used by the SslConnection object. |
Finalize() |
Finalizer for the SslConnection object |
Read(IntPtr, nint) | |
Write(IntPtr, nint) |