共用方式為


HttpConnectionOptions.Transports 屬性

定義

取得或設定位元遮罩,結合一或多個 HttpTransportType 值,指定用戶端應該用來傳送 HTTP 要求的傳輸。

public:
 property Microsoft::AspNetCore::Http::Connections::HttpTransportType Transports { Microsoft::AspNetCore::Http::Connections::HttpTransportType get(); void set(Microsoft::AspNetCore::Http::Connections::HttpTransportType value); };
public Microsoft.AspNetCore.Http.Connections.HttpTransportType Transports { get; set; }
member this.Transports : Microsoft.AspNetCore.Http.Connections.HttpTransportType with get, set
Public Property Transports As HttpTransportType

屬性值

適用於