ConnectionContext 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.
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) |