ConnectionContext Class

Definition

Represents information for customizing connections.

public ref class ConnectionContext
public class ConnectionContext
type ConnectionContext = class
Public Class ConnectionContext
Inheritance
ConnectionContext

Constructors

ConnectionContext(String, Int32)

Creates an instance of the object.

Properties

AddressFamilyHint

Gets or sets the information used to decide which address families to use for connections.

Host

Gets the host that should be used to connect.

Port

Gets the port that should be used to connect.

Methods

Equals(ConnectionContext)
Equals(Object)
GetHashCode()
ToString()

Operators

Equality(ConnectionContext, Object)
Inequality(ConnectionContext, Object)

Extension Methods

SetTlsTarget(ConnectionContext, String)

Applies to