HttpMessage(Request, ResponseClassifier) 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.
Creates a new instance of HttpMessage.
public HttpMessage (Azure.Core.Request request, Azure.Core.ResponseClassifier responseClassifier);
new Azure.Core.HttpMessage : Azure.Core.Request * Azure.Core.ResponseClassifier -> Azure.Core.HttpMessage
Public Sub New (request As Request, responseClassifier As ResponseClassifier)
Parameters
- request
- Request
The request.
- responseClassifier
- ResponseClassifier
The response classifier.
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