ITransferFormatFeature.ActiveFormat プロパティ

定義

アクティブな 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

プロパティ値

適用対象