RequestMessage Constructor (Url)
Initializes a new instance of the RequestMessage class.

Namespace: Aspose.Html.Net
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public RequestMessage(
	Url uri
)

Parameters

uri
Type: Aspose.HtmlUrl
The request URL.
See Also