Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static class: RT.Servers.HttpHelper

Summary

Contains helper methods to deal with various things in HTTP.

Static methods

List<KeyValuePair<string, string>>
ParseQueryString(string input)
Parses the specified string as a URL query string. The string is expected to be either empty or start with a '?'.