Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Sealed class: RT.Servers.HttpUrl

Summary

Encapsulates information about a URL that identifies a resource on an HTTP server.

Constructors

HttpUrl(string httpHost, string httpLocation)
Constructor.
HttpUrl(bool https, string httpHost, string httpLocation)
Creates a new instance based on the specified other URL.

Instance methods

void
AppendQueryString(StringBuilder sb, bool first)
Implements IHttpUrl.AppendQueryString(StringBuilder, bool).
IEnumerable<string>
QueryValues(string name)
Implements IHttpUrl.QueryValues(string).
string
  • Overrides: object.ToString()
Returns the full URL.

Instance properties

stringImplements IHttpUrl.Domain.
boolImplements IHttpUrl.HasQuery.
boolImplements IHttpUrl.Https.
string
this[string name]
Implements IHttpUrl.this[string].
string[]Implements IHttpUrl.ParentDomains.
string[]Implements IHttpUrl.ParentPaths.
stringImplements IHttpUrl.Path.
intImplements IHttpUrl.Port.
IEnumerable<KeyValuePair<string, string>>Implements IHttpUrl.Query.
stringImplements IHttpUrl.QueryString.