Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: UrlHook(string, bool, bool, Protocols)

Declaration

public UrlHook(
    string pathOrDomain,
    bool useDomain,
    bool specific = false,
    Protocols protocols = Protocols.All
)

Summary

Initializes a new UrlHook.

Parameters

stringpathOrDomain Specifies the path or the domain this hook shall apply to.
booluseDomain Specifies whether pathOrDomain is a path or a domain.
boolspecific If false, the hook applies to all subpaths/subdomains of the path/domain specified by pathOrDomain. Otherwise it applies to the specific path/domain only.
Protocolsprotocols Specifies the protocol(s) to hook to. Default is all supported protocols.