RestClient.Create(String, Uri) 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.
Creates a new PipelineMessage with the specified method and URI.
public System.ClientModel.Primitives.PipelineMessage Create(string method, Uri uri);
member this.Create : string * Uri -> System.ClientModel.Primitives.PipelineMessage
Public Function Create (method As String, uri As Uri) As PipelineMessage
Parameters
- method
- String
- uri
- Uri