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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET