NegotiationResponse.AvailableTransports Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Liste des transports pris en charge par le serveur.
public:
property System::Collections::Generic::IList<Microsoft::AspNetCore::Http::Connections::AvailableTransport ^> ^ AvailableTransports { System::Collections::Generic::IList<Microsoft::AspNetCore::Http::Connections::AvailableTransport ^> ^ get(); void set(System::Collections::Generic::IList<Microsoft::AspNetCore::Http::Connections::AvailableTransport ^> ^ value); };
public System.Collections.Generic.IList<Microsoft.AspNetCore.Http.Connections.AvailableTransport> AvailableTransports { get; set; }
public System.Collections.Generic.IList<Microsoft.AspNetCore.Http.Connections.AvailableTransport>? AvailableTransports { get; set; }
member this.AvailableTransports : System.Collections.Generic.IList<Microsoft.AspNetCore.Http.Connections.AvailableTransport> with get, set
Public Property AvailableTransports As IList(Of AvailableTransport)