All types
|
All members
RT.Servers
RT.Servers
Ajax
Converter
Attribute
Ajax
Exception
Ajax
Handler
<TApi>
Ajax
Handler
Options
Ajax
Invalid
Parameter
Data
Exception
Ajax
Invalid
Parameter
Exception
Ajax
Invalid
Return
Value
Exception
Ajax
Method
Attribute
Ajax
Method
Invalid
Exception
Ajax
Method
Not
Found
Exception
Ajax
Missing
Parameter
Exception
Ajax
Request
Attribute
Authenticator
Cookie
Directory
Listing
Style
File
Authenticator
File
Session
File
System
Handler
File
System
Options
File
System
Response
Type
File
Upload
Http
Accept
Ranges
Http
Cache
Control
Http
Cache
Control
State
Http
Connection
Http
Content
Disposition
Http
Content
Disposition
Mode
Http
Content
Encoding
Http
Content
Range
Http
Cookie
Same
Site
Http
Endpoint
Http
Enums
Parser
Http
Exception
Http
Helper
Http
Method
Http
Not
Found
Exception
Http
Post
Content
Type
Http
Protocol
Version
Http
Range
Http
Request
Http
Request
Headers
Http
Request
Parse
Exception
Http
Response
Http
Response
Content
Http
Response
Headers
Http
Response
Web
Socket
Http
Server
Http
Server
Certificate
Info
Http
Server
Options
Http
Status
Code
Http
Status
Code
Extensions
Http
Transfer
Encoding
Http
Url
Http
Url
(
http
Host
,
http
Location
)
Http
Url
(
https
,
http
Host
,
http
Location
)
Http
Url
(
source
)
AppendQueryString
(
sb
,
first
)
QueryValues
(
name
)
ToString
()
Domain
Has
Query
Https
this
[
name
]
Parent
Domains
Parent
Paths
Path
Port
Query
Query
String
IHttp
Url
IHttp
Url
Extensions
ISession
Equatable
<TSession>
Name
Values
Collection
<TValue>
Name
Values
Collection
Extensions
Protocols
QValue
<T>
Session
Session
Action
Session
Extensions
Simple
Session
Url
Hook
Url
Mapping
Url
Resolver
Use
Gzip
Option
Values
Collection
<TValue>
Web
Socket
WValue
PropellerApi
PuzzleSolvers
RT.ArithmeticCoding
RT.BigInteger
RT.CommandLine
RT.Coordinates
RT.Dijkstra
RT.Generex
RT.Json
RT.Lingo
RT.Lingo.Base
RT.NUnitDirect
RT.PostBuild
RT.SelfService
RT.Serialization
RT.Serialization.Binary
RT.Serialization.Json
RT.Serialization.Xml
RT.TagSoup
RT.Util
RT.Util.Core
RT.Util.Legacy
Legend
Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field
Sealed class:
RT.Servers.
HttpUrl
Assembly:
RT.Servers, Version=1.0.1686.0, Culture=neutral, PublicKeyToken=null
Namespace:
RT.Servers
Show inherited types...
Inherits from:
object
Show implemented interfaces...
Implements:
RT.Servers.
IHttpUrl
(directly)
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
)
HttpUrl
(
IHttpUrl
source
)
Creates a new instance based on the specified other URL.
Instance methods
void
AppendQueryString
(
StringBuilder
sb
,
bool
first
)
Implements:
IHttpUrl
.
AppendQueryString
(
StringBuilder
,
bool
)
Implements
IHttpUrl
.
AppendQueryString
(
StringBuilder
,
bool
)
.
IEnumerable<string>
QueryValues
(
string
name
)
Implements:
IHttpUrl
.
QueryValues
(
string
)
Implements
IHttpUrl
.
QueryValues
(
string
)
.
string
ToString
()
Overrides:
object
.
ToString
()
Returns the full URL.
Instance properties
string
Domain
Implements:
IHttpUrl
.
Domain
Implements
IHttpUrl
.
Domain
.
bool
Has
Query
Implements:
IHttpUrl
.
Has
Query
Implements
IHttpUrl
.
Has
Query
.
bool
Https
Implements:
IHttpUrl
.
Https
Implements
IHttpUrl
.
Https
.
string
this
[
string
name
]
Implements:
IHttpUrl
.
this
[
string
]
Implements
IHttpUrl
.
this
[
string
]
.
string[]
Parent
Domains
Implements:
IHttpUrl
.
Parent
Domains
Implements
IHttpUrl
.
Parent
Domains
.
string[]
Parent
Paths
Implements:
IHttpUrl
.
Parent
Paths
Implements
IHttpUrl
.
Parent
Paths
.
string
Path
Implements:
IHttpUrl
.
Path
Implements
IHttpUrl
.
Path
.
int
Port
Implements:
IHttpUrl
.
Port
Implements
IHttpUrl
.
Port
.
IEnumerable<KeyValuePair<string, string>>
Query
Implements:
IHttpUrl
.
Query
Implements
IHttpUrl
.
Query
.
string
Query
String
Implements:
IHttpUrl
.
Query
String
Implements
IHttpUrl
.
Query
String
.