RestClient.Send(PipelineMessage, RequestOptions) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sends a request with the specified message.
public System.ClientModel.Primitives.PipelineResponse Send(System.ClientModel.Primitives.PipelineMessage message, System.ClientModel.Primitives.RequestOptions options = default);
member this.Send : System.ClientModel.Primitives.PipelineMessage * System.ClientModel.Primitives.RequestOptions -> System.ClientModel.Primitives.PipelineResponse
Public Function Send (message As PipelineMessage, Optional options As RequestOptions = Nothing) As PipelineResponse
Parameters
- message
- PipelineMessage
- options
- RequestOptions