NewtonsoftJsonHubProtocol Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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
- 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.