Поделиться через


ConnectOptions<T> Class

Definition

Represents the connect options for a generic type.

public class ConnectOptions<T> where T : class, new()
type ConnectOptions<'T (requires 'T : null and 'T : (new : unit -> 'T))> = class
Public Class ConnectOptions(Of T)

Type Parameters

T

The type parameter.

Inheritance
ConnectOptions<T>

Remarks

Initializes a new instance of the ConnectOptions<T> class.

Constructors

ConnectOptions<T>(String, T)

Represents the connect options for a generic type.

Properties

Options

Connect options for the service.

WsEndpoint

A browser websocket endpoint to connect to.

Applies to