Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: HttpUrl(string, string)

Declaration

public HttpUrl(
    string httpHost,
    string httpLocation
)

Summary

Constructor.

Parameters

stringhttpHost The value of the HTTP "Host" header.
stringhttpLocation The value of the HTTP resource location field.