次の方法で共有


NewtonsoftJsonHubProtocol コンストラクター

定義

オーバーロード

NewtonsoftJsonHubProtocol()

NewtonsoftJsonHubProtocol クラスの新しいインスタンスを初期化します。

NewtonsoftJsonHubProtocol(IOptions<NewtonsoftJsonHubProtocolOptions>)

NewtonsoftJsonHubProtocol クラスの新しいインスタンスを初期化します。

NewtonsoftJsonHubProtocol()

ソース:
NewtonsoftJsonHubProtocol.cs
ソース:
NewtonsoftJsonHubProtocol.cs
ソース:
NewtonsoftJsonHubProtocol.cs
ソース:
NewtonsoftJsonHubProtocol.cs
ソース:
NewtonsoftJsonHubProtocol.cs
ソース:
NewtonsoftJsonHubProtocol.cs

NewtonsoftJsonHubProtocol クラスの新しいインスタンスを初期化します。

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

適用対象

NewtonsoftJsonHubProtocol(IOptions<NewtonsoftJsonHubProtocolOptions>)

ソース:
NewtonsoftJsonHubProtocol.cs
ソース:
NewtonsoftJsonHubProtocol.cs
ソース:
NewtonsoftJsonHubProtocol.cs
ソース:
NewtonsoftJsonHubProtocol.cs
ソース:
NewtonsoftJsonHubProtocol.cs
ソース:
NewtonsoftJsonHubProtocol.cs

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>

プロトコルの初期化に使用されるオプション。

適用対象