HttpConnectionDispatcherOptions.Transports Propiedad

Definición

Obtiene o establece una máscara de bits que combina uno o varios HttpTransportType valores que especifican qué transporte debe usar el servidor para recibir solicitudes 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 de propiedad

Se aplica a