CachedResponse Constructor (String)C# API
Initialises a new instance of the CachedResponse class, using the specified url.

Namespace: Facilita.Web
Assembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.5.77 (1.0.0.0)
Syntax

public CachedResponse(
	string url
)

Parameters

url
Type: System String
The URL to use.
See Also