Partager via


NewtonsoftJsonHubProtocol Constructeurs

Définition

Surcharges

NewtonsoftJsonHubProtocol()

Initialise une nouvelle instance de la classe NewtonsoftJsonHubProtocol.

NewtonsoftJsonHubProtocol(IOptions<NewtonsoftJsonHubProtocolOptions>)

Initialise une nouvelle instance de la classe NewtonsoftJsonHubProtocol.

NewtonsoftJsonHubProtocol()

Source:
NewtonsoftJsonHubProtocol.cs
Source:
NewtonsoftJsonHubProtocol.cs
Source:
NewtonsoftJsonHubProtocol.cs
Source:
NewtonsoftJsonHubProtocol.cs
Source:
NewtonsoftJsonHubProtocol.cs
Source:
NewtonsoftJsonHubProtocol.cs
Source:
NewtonsoftJsonHubProtocol.cs

Initialise une nouvelle instance de la classe NewtonsoftJsonHubProtocol.

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

S’applique à

NewtonsoftJsonHubProtocol(IOptions<NewtonsoftJsonHubProtocolOptions>)

Source:
NewtonsoftJsonHubProtocol.cs
Source:
NewtonsoftJsonHubProtocol.cs
Source:
NewtonsoftJsonHubProtocol.cs
Source:
NewtonsoftJsonHubProtocol.cs
Source:
NewtonsoftJsonHubProtocol.cs
Source:
NewtonsoftJsonHubProtocol.cs
Source:
NewtonsoftJsonHubProtocol.cs

Initialise une nouvelle instance de la classe 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))

Paramètres

options
IOptions<NewtonsoftJsonHubProtocolOptions>

Options utilisées pour initialiser le protocole.

S’applique à