Header menu logo fable-electron-docs-api

AuthInfo Type

Constructors

Constructor Description

AuthInfo(isProxy, scheme, host, port, realm)

Full Usage: AuthInfo(isProxy, scheme, host, port, realm)

Parameters:
    isProxy : bool -
    scheme : string -
    host : string -
    port : int -
    realm : string -

Returns: AuthInfo
isProxy : bool

scheme : string

host : string

port : int

realm : string

Returns: AuthInfo

Instance members

Instance member Description

this.host

Full Usage: this.host

this.isProxy

Full Usage: this.isProxy

this.port

Full Usage: this.port

this.realm

Full Usage: this.realm

this.scheme

Full Usage: this.scheme

Type something to start searching.