你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ClientPipelineOptions.Transport Property

Definition

Gets or sets the PipelineTransport to be used by the ClientPipeline for sending and receiving HTTP messages.

public System.ClientModel.Primitives.PipelineTransport? Transport { get; set; }
member this.Transport : System.ClientModel.Primitives.PipelineTransport with get, set
Public Property Transport As PipelineTransport

Property Value

Remarks

In most cases, this property will be set to an instance of HttpClientPipelineTransport.

Applies to