IHubProtocol.TransferFormat 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 the transfer format of the protocol.
public:
property Microsoft::AspNetCore::Connections::TransferFormat TransferFormat { Microsoft::AspNetCore::Connections::TransferFormat get(); };
public Microsoft.AspNetCore.Connections.TransferFormat TransferFormat { get; }
member this.TransferFormat : Microsoft.AspNetCore.Connections.TransferFormat
Public ReadOnly Property TransferFormat As TransferFormat