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.8.3.286
Syntax
C#
public UrlRequestEventArgs(
	string Url,
	Dictionary<string, string> Headers,
	Dictionary<string, string> UrlVars
)

Parameters

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