RequestMessage Constructors
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.
Overloads
RequestMessage() |
Create a RequestMessage |
RequestMessage(HttpMethod, Uri) |
Create a RequestMessage |
RequestMessage()
- Source:
- RequestMessage.cs
Create a RequestMessage
public RequestMessage ();
Public Sub New ()
Applies to
RequestMessage(HttpMethod, Uri)
- Source:
- RequestMessage.cs
Create a RequestMessage
public RequestMessage (System.Net.Http.HttpMethod method, Uri requestUri);
new Microsoft.Azure.Cosmos.RequestMessage : System.Net.Http.HttpMethod * Uri -> Microsoft.Azure.Cosmos.RequestMessage
Public Sub New (method As HttpMethod, requestUri As Uri)
Parameters
- method
- HttpMethod
The http method
- requestUri
- Uri
The requested URI
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET