HttpRequestMessageWrapper(HttpRequestMessage, String) Constructor
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.
public HttpRequestMessageWrapper (System.Net.Http.HttpRequestMessage httpRequest, string content);
new Microsoft.Rest.HttpRequestMessageWrapper : System.Net.Http.HttpRequestMessage * string -> Microsoft.Rest.HttpRequestMessageWrapper
Public Sub New (httpRequest As HttpRequestMessage, content As String)
Parameters
- httpRequest
- HttpRequestMessage
- content
- String