다음을 통해 공유


HttpPipelineTransport.Process(HttpMessage) Method

Definition

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

public abstract void Process (Azure.Core.HttpMessage message);
abstract member Process : Azure.Core.HttpMessage -> unit
Public MustOverride Sub Process (message As HttpMessage)

Parameters

message
HttpMessage

The HttpMessage containing request and response.

Applies to