SSHMessage

Undocumented in source.

Constructors

this
this(SSHSession parent, ssh_message message)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

dispose
void dispose()
Undocumented in source. Be warned that the author may not have intended to support it.
replyDefault
void replyDefault()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

authMethods
AuthMethod authMethods [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
authPassword
string authPassword [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
authPubKey
SSHKey authPubKey [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
authUser
string authUser [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
subtype
int subtype [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
type
int type [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_message
ssh_message _message;
Undocumented in source.
_parent
SSHSession _parent;
Undocumented in source.

Inherited Members

From Disposable

dispose
void dispose()
Undocumented in source.

Meta