SignalROptions Class

Definition

Configuration options for SignalR extensions.

public class SignalROptions : Microsoft.Azure.WebJobs.Hosting.IOptionsFormatter
type SignalROptions = class
    interface IOptionsFormatter
Public Class SignalROptions
Implements IOptionsFormatter
Inheritance
SignalROptions
Implements
Microsoft.Azure.WebJobs.Hosting.IOptionsFormatter

Remarks

The properties in local.settings.json or application settings will override the properties here.

Constructors

SignalROptions()

Properties

HttpClientTimeout

Gets or sets the timespan for HttpClient timeout.

JsonObjectSerializer

Gets or sets the JSON object serializer.

MessagePackHubProtocol

Gets or sets the MessagePack hub IHubProtocol. Defaults to null and MessagePack hub protocol is not used.

RetryOptions

Gets or sets the retry options.

ServiceEndpoints

Gets the list of SignalR service.

ServiceTransportType

Gets or sets the service transport type.

Explicit Interface Implementations

IOptionsFormatter.Format()

Returns a string representation of this SignalROptions instance.

Applies to