edgeport - v1.0.3
Preparing search index...
ssh
SshChannelHandle
Interface SshChannelHandle
A live duplex channel (interactive shell or subsystem).
interface
SshChannelHandle
{
exit
:
Promise
<
ChannelExit
>
;
stderr
:
ReadableStream
<
Uint8Array
<
ArrayBufferLike
>
>
;
stdout
:
ReadableStream
<
Uint8Array
<
ArrayBufferLike
>
>
;
"[asyncDispose]"
()
:
PromiseLike
<
void
>
;
close
()
:
Promise
<
void
>
;
eof
()
:
Promise
<
void
>
;
write
(
data
:
Uint8Array
)
:
Promise
<
void
>
;
}
Hierarchy
AsyncDisposable
SshChannelHandle
Index
Properties
exit
stderr
stdout
Methods
[async
Dispose]
close
eof
write
Properties
Readonly
exit
exit
:
Promise
<
ChannelExit
>
Readonly
stderr
stderr
:
ReadableStream
<
Uint8Array
<
ArrayBufferLike
>
>
Readonly
stdout
stdout
:
ReadableStream
<
Uint8Array
<
ArrayBufferLike
>
>
Methods
[async
Dispose]
"[asyncDispose]"
()
:
PromiseLike
<
void
>
Returns
PromiseLike
<
void
>
close
close
()
:
Promise
<
void
>
Returns
Promise
<
void
>
eof
eof
()
:
Promise
<
void
>
Returns
Promise
<
void
>
write
write
(
data
:
Uint8Array
)
:
Promise
<
void
>
Parameters
data
:
Uint8Array
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
exit
stderr
stdout
Methods
[async
Dispose]
close
eof
write
edgeport - v1.0.3
Loading...
A live duplex channel (interactive shell or subsystem).