NegotiationResponse.AvailableTransports Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Uma lista de transportes compatíveis com o servidor.
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)