共用方式為


HttpClientTransport.Process(HttpMessage) Method

Definition

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

public override void Process (Azure.Core.HttpMessage message);
override this.Process : Azure.Core.HttpMessage -> unit
Public Overrides Sub Process (message As HttpMessage)

Parameters

message
HttpMessage

The HttpMessage containing request and response.

Applies to