SignalROptions.MessagePackHubProtocol Property
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.
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