Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

JsonHubProtocolOptions.PayloadSerializerSettings Property

Definition

Namespace:
Microsoft.AspNetCore.SignalR
Assembly:
Microsoft.AspNetCore.SignalR.Protocols.Json.dll
Package:
Microsoft.AspNetCore.SignalR.Protocols.Json v1.1.0
Source:
JsonHubProtocolOptions.cs

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.

Gets or sets the settings used to serialize invocation arguments and return values.

public:
 property Newtonsoft::Json::JsonSerializerSettings ^ PayloadSerializerSettings { Newtonsoft::Json::JsonSerializerSettings ^ get(); void set(Newtonsoft::Json::JsonSerializerSettings ^ value); };
public Newtonsoft.Json.JsonSerializerSettings PayloadSerializerSettings { get; set; }
member this.PayloadSerializerSettings : Newtonsoft.Json.JsonSerializerSettings with get, set
Public Property PayloadSerializerSettings As JsonSerializerSettings

Property Value

Newtonsoft.Json.JsonSerializerSettings

Applies to


Feedback

Was this page helpful?