cloudflared
Preparing search index...
TunnelEvents
Interface TunnelEvents
interface
TunnelEvents
{
connected
:
(
connection
:
Connection
)
=>
void
;
disconnected
:
(
connection
:
Connection
)
=>
void
;
error
:
(
error
:
Error
)
=>
void
;
exit
:
(
code
:
number
|
null
,
signal
:
Signals
|
null
)
=>
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
:
number
|
null
,
signal
:
Signals
|
null
)
=>
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...