Preparing search index...
The search index is not available
biorate
biorate
proxy
IProxyConfig
Interface IProxyConfig
interface
IProxyConfig
{
checkInterval
?:
number
;
clients
:
IClientOption
[]
;
name
:
string
;
retry
?:
number
;
server
:
{
address
:
ListenOptions
;
options
?:
ServerOpts
;
}
;
timeout
?:
number
;
}
Hierarchy (
view full
)
IConnectorConfig
IProxyConfig
Index
Properties
check
Interval?
clients
name
retry?
server
timeout?
Properties
Optional
check
Interval
check
Interval
?:
number
clients
clients
:
IClientOption
[]
name
name
:
string
Optional
retry
retry
?:
number
server
server
:
{
address
:
ListenOptions
;
options
?:
ServerOpts
;
}
Type declaration
address
:
ListenOptions
Optional
options
?:
ServerOpts
Optional
timeout
timeout
?:
number
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
check
Interval
clients
name
retry
server
timeout
biorate
Loading...