IConnectionFactory Interface

Definition

A factory abstraction for creating connections to an endpoint.

public interface class IConnectionFactory
public interface IConnectionFactory
type IConnectionFactory = interface
Public Interface IConnectionFactory
Derived

Methods

ConnectAsync(EndPoint, CancellationToken)

Creates a new connection to an endpoint.

Applies to