Share via


NewtonsoftJsonHubProtocol Constructors

Definition

Overloads

NewtonsoftJsonHubProtocol()

Initializes a new instance of the NewtonsoftJsonHubProtocol class.

NewtonsoftJsonHubProtocol(IOptions<NewtonsoftJsonHubProtocolOptions>)

Initializes a new instance of the NewtonsoftJsonHubProtocol class.

NewtonsoftJsonHubProtocol()

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

Initializes a new instance of the NewtonsoftJsonHubProtocol class.

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

Applies to

NewtonsoftJsonHubProtocol(IOptions<NewtonsoftJsonHubProtocolOptions>)

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

Initializes a new instance of the NewtonsoftJsonHubProtocol class.

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

Parameters

options
IOptions<NewtonsoftJsonHubProtocolOptions>

The options used to initialize the protocol.

Applies to