Click or drag to resize

UrlRequestEventArgs Constructor

I/O data for the URL request

Namespace:  Advanced_Combat_Tracker
Assembly:  Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.7.0.280
Syntax
C#
public UrlRequestEventArgs(
	string Url,
	Dictionary<string, string> Headers,
	Dictionary<string, string> UrlVars
)

Parameters

Url
Type: SystemString
The URL fragment requested by the client
Headers
Type: System.Collections.GenericDictionaryString, String
The HTTP headers
UrlVars
Type: System.Collections.GenericDictionaryString, String
The variables passed from the URL (Ex: http://host/url?var1=one&var2=two)
See Also