Request Reference Property C# API
Gets the reference id that was passed to the CreateRequest(HttpMethod, Url, Int32) method when this Request object was created.

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

public int Reference { get; }

Field Value

The reference number of this Request.
See Also