Partager via


HttpConnectionOptions.Transports Propriété

Définition

Obtient ou définit un masque de bits combinant une ou plusieurs HttpTransportType valeurs qui spécifient les transports que le client doit utiliser pour envoyer des requêtes 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

Valeur de propriété

S’applique à