Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: HttpUrl(bool, string, string)

Declaration

public HttpUrl(
    bool https,
    string httpHost,
    string httpLocation
)

Summary

Constructor.

Parameters

boolhttps Whether this is an HTTPS URL.
stringhttpHost The value of the HTTP "Host" header.
stringhttpLocation The value of the HTTP resource location field.