ConnectionInfo Class

Definition

Represents the underlying connection for a request.

public ref class ConnectionInfo abstract
public abstract class ConnectionInfo
type ConnectionInfo = class
Public MustInherit Class ConnectionInfo
Inheritance
ConnectionInfo

Constructors

ConnectionInfo()

Properties

ClientCertificate

Gets or sets the client certificate.

Id

Gets or sets a unique identifier to represent this connection.

LocalIpAddress

Gets or sets the IP address of the local host.

LocalPort

Gets or sets the port of the local host.

RemoteIpAddress

Gets or sets the IP address of the remote target. Can be null.

RemotePort

Gets or sets the port of the remote target.

Methods

GetClientCertificateAsync(CancellationToken)

Retrieves the client certificate.

RequestClose()

Close connection gracefully.

Applies to