次の方法で共有


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)

プロパティ値

適用対象