ITransferFormatFeature.SupportedFormats 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 supported TransferFormat.
public:
property Microsoft::AspNetCore::Connections::TransferFormat SupportedFormats { Microsoft::AspNetCore::Connections::TransferFormat get(); };
public Microsoft.AspNetCore.Connections.TransferFormat SupportedFormats { get; }
member this.SupportedFormats : Microsoft.AspNetCore.Connections.TransferFormat
Public ReadOnly Property SupportedFormats As TransferFormat