Sdílet prostřednictvím


NewtonsoftJsonHubProtocol Konstruktory

Definice

Přetížení

NewtonsoftJsonHubProtocol()

Inicializuje novou instanci NewtonsoftJsonHubProtocol třídy .

NewtonsoftJsonHubProtocol(IOptions<NewtonsoftJsonHubProtocolOptions>)

Inicializuje novou instanci NewtonsoftJsonHubProtocol třídy .

NewtonsoftJsonHubProtocol()

Zdroj:
NewtonsoftJsonHubProtocol.cs
Zdroj:
NewtonsoftJsonHubProtocol.cs
Zdroj:
NewtonsoftJsonHubProtocol.cs
Zdroj:
NewtonsoftJsonHubProtocol.cs
Zdroj:
NewtonsoftJsonHubProtocol.cs
Zdroj:
NewtonsoftJsonHubProtocol.cs
Zdroj:
NewtonsoftJsonHubProtocol.cs

Inicializuje novou instanci NewtonsoftJsonHubProtocol třídy .

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

Platí pro

NewtonsoftJsonHubProtocol(IOptions<NewtonsoftJsonHubProtocolOptions>)

Zdroj:
NewtonsoftJsonHubProtocol.cs
Zdroj:
NewtonsoftJsonHubProtocol.cs
Zdroj:
NewtonsoftJsonHubProtocol.cs
Zdroj:
NewtonsoftJsonHubProtocol.cs
Zdroj:
NewtonsoftJsonHubProtocol.cs
Zdroj:
NewtonsoftJsonHubProtocol.cs
Zdroj:
NewtonsoftJsonHubProtocol.cs

Inicializuje novou instanci NewtonsoftJsonHubProtocol třídy .

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))

Parametry

options
IOptions<NewtonsoftJsonHubProtocolOptions>

Možnosti použité k inicializaci protokolu.

Platí pro