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
| Name | Description |
|---|---|
| SslConnection() | |
Properties
| Name | Description |
|---|---|
| ConnectionId | |
Methods
| Name | Description |
|---|---|
| Dispose() |
Releases the resources used by the SslConnection object. |
| Dispose(Boolean) |
Releases the resources used by the SslConnection object. |
| Finalize() | |
| Read(IntPtr, IntPtr) | |
| Write(IntPtr, IntPtr) | |