Share via


HttpConnectionDispatcherOptions.Transports Propriedade

Definição

Obtém ou define uma máscara de bits combinando um ou mais HttpTransportType valores que especificam quais transportes o servidor deve usar para receber solicitações HTTP.

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

Valor da propriedade

Aplica-se a