共用方式為


SignalROptions.MessagePackHubProtocol Property

Definition

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

public Microsoft.AspNetCore.SignalR.Protocol.IHubProtocol? MessagePackHubProtocol { get; set; }
member this.MessagePackHubProtocol : Microsoft.AspNetCore.SignalR.Protocol.IHubProtocol with get, set
Public Property MessagePackHubProtocol As IHubProtocol

Property Value

Applies to