Share via


NegotiationResponse.AvailableTransports Property

Definition

A list of transports the server supports.

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)

Property Value

Applies to