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.2.285
Syntax 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