你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

Name Description
ConnectOptions<T>(String, T)

Represents the connect options for a generic type.

Properties

Name Description
Options

Connect options for the service.

WsEndpoint

A browser websocket endpoint to connect to.

Applies to