Compartilhar via


HttpConnectionOptions.DefaultTransferFormat Propriedade

Definição

Obtém ou define o padrão TransferFormat a ser usado se StartAsync(CancellationToken) for chamado em vez de StartAsync(TransferFormat, CancellationToken).

public:
 property Microsoft::AspNetCore::Connections::TransferFormat DefaultTransferFormat { Microsoft::AspNetCore::Connections::TransferFormat get(); void set(Microsoft::AspNetCore::Connections::TransferFormat value); };
public Microsoft.AspNetCore.Connections.TransferFormat DefaultTransferFormat { get; set; }
member this.DefaultTransferFormat : Microsoft.AspNetCore.Connections.TransferFormat with get, set
Public Property DefaultTransferFormat As TransferFormat

Valor da propriedade

Aplica-se a