Preparing search index...
The search index is not available
cloudflared
cloudflared
TunnelEvents
Interface TunnelEvents
interface
TunnelEvents
{
connected
:
(
(
connection
:
Connection
)
=>
void
)
;
disconnected
:
(
(
connection
:
Connection
)
=>
void
)
;
error
:
(
(
error
:
Error
)
=>
void
)
;
exit
:
(
(
code
:
null
|
number
,
signal
:
null
|
Signals
)
=>
void
)
;
stderr
:
(
(
data
:
string
)
=>
void
)
;
stdout
:
(
(
data
:
string
)
=>
void
)
;
url
:
(
(
url
:
string
)
=>
void
)
;
}
Index
Properties
connected
disconnected
error
exit
stderr
stdout
url
Properties
connected
connected
:
(
(
connection
:
Connection
)
=>
void
)
disconnected
disconnected
:
(
(
connection
:
Connection
)
=>
void
)
error
error
:
(
(
error
:
Error
)
=>
void
)
exit
exit
:
(
(
code
:
null
|
number
,
signal
:
null
|
Signals
)
=>
void
)
stderr
stderr
:
(
(
data
:
string
)
=>
void
)
stdout
stdout
:
(
(
data
:
string
)
=>
void
)
url
url
:
(
(
url
:
string
)
=>
void
)
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
connected
disconnected
error
exit
stderr
stdout
url
cloudflared
Loading...