共用方式為


NegotiationResponse.AvailableTransports 屬性

定義

伺服器支援的傳輸清單。

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)

屬性值

適用於