Compartir a través de


HttpConnectionOptions.DefaultTransferFormat Propiedad

Definición

Obtiene o establece el valor predeterminado TransferFormat que se va a usar si StartAsync(CancellationToken) se llama a en lugar 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 de propiedad

Se aplica a