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

HttpPipelineTransport Class

Definition

Represents an HTTP pipeline transport used to send HTTP requests and receive responses.

public abstract class HttpPipelineTransport
type HttpPipelineTransport = class
Public MustInherit Class HttpPipelineTransport
Inheritance
HttpPipelineTransport
Derived

Constructors

HttpPipelineTransport()

Methods

CreateRequest()

Creates a new transport specific instance of Request. This should not be called directly, CreateRequest() or CreateMessage() should be used instead.

Process(HttpMessage)

Sends the request contained by the message and sets the Response property to received response synchronously.

ProcessAsync(HttpMessage)

Sends the request contained by the message and sets the Response property to received response asynchronously.

Applies to