Type: String
This property is used to specify the URL location where the BrowserHawk Reports Web Service (BRWS) resides. The visitor's browser and system information as gathered by the LogData or GetLogData methods is sent to this location where it is inserted into your database by BRWS.
Note: If you have configured the BRWS location using the BrowserHawk Editor on the same machine where your code calls the LogData or GetLogData methods, than it is not necessary to set this property (BrowserHawk will use that location by default if no value is specified for BrwsUrl).
Note: If you call the PltHead or GetPltHead method from a page that may be accessed via https, make sure the web server where BRWS resides is configured to accept https requests. Otherwise PLT data from pages accessed using https will not be recorded.
This property is very similar to the PLTOptions BrwsUrl Property, except that this property controls the location where the stats collected by the LogData and GetLoadData methods are recorded, whereas PLTOptions LogData controls where the Page Load Time data is recorded. The BrwsUrl values specified in the PLTOptions class and LogOptions class will typically be the same, unless you want to report PLT data to one BRWS server and LogData to another.
See Also:
PLTOptions BrwsUrl Property (.NET)