ITransferFormatFeature.ActiveFormat 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 active TransferFormat.
public:
property Microsoft::AspNetCore::Connections::TransferFormat ActiveFormat { Microsoft::AspNetCore::Connections::TransferFormat get(); void set(Microsoft::AspNetCore::Connections::TransferFormat value); };
public Microsoft.AspNetCore.Connections.TransferFormat ActiveFormat { get; set; }
member this.ActiveFormat : Microsoft.AspNetCore.Connections.TransferFormat with get, set
Public Property ActiveFormat As TransferFormat