NewtonsoftJsonHubProtocol Конструкторы

Определение

Перегрузки

NewtonsoftJsonHubProtocol()

Инициализирует новый экземпляр класса NewtonsoftJsonHubProtocol.

NewtonsoftJsonHubProtocol(IOptions<NewtonsoftJsonHubProtocolOptions>)

Инициализирует новый экземпляр класса NewtonsoftJsonHubProtocol.

NewtonsoftJsonHubProtocol()

Инициализирует новый экземпляр класса NewtonsoftJsonHubProtocol.

public:
 NewtonsoftJsonHubProtocol();
public NewtonsoftJsonHubProtocol ();
Public Sub New ()

Применяется к

NewtonsoftJsonHubProtocol(IOptions<NewtonsoftJsonHubProtocolOptions>)

Инициализирует новый экземпляр класса NewtonsoftJsonHubProtocol.

public:
 NewtonsoftJsonHubProtocol(Microsoft::Extensions::Options::IOptions<Microsoft::AspNetCore::SignalR::NewtonsoftJsonHubProtocolOptions ^> ^ options);
public NewtonsoftJsonHubProtocol (Microsoft.Extensions.Options.IOptions<Microsoft.AspNetCore.SignalR.NewtonsoftJsonHubProtocolOptions> options);
new Microsoft.AspNetCore.SignalR.Protocol.NewtonsoftJsonHubProtocol : Microsoft.Extensions.Options.IOptions<Microsoft.AspNetCore.SignalR.NewtonsoftJsonHubProtocolOptions> -> Microsoft.AspNetCore.SignalR.Protocol.NewtonsoftJsonHubProtocol
Public Sub New (options As IOptions(Of NewtonsoftJsonHubProtocolOptions))

Параметры

options
IOptions<NewtonsoftJsonHubProtocolOptions>

Параметры, используемые для инициализации протокола.

Применяется к