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
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.
Azure SDK for .NET