RequestMessage Constructor (String)
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(
	string address
)

Parameters

address
Type: SystemString
The request address.
See Also