ae v0.0.1981 (2017-07-03T22:25:46Z)
Home
Dub
Repo
PortForwarder
ae
demo
portforward
portforward
Undocumented in source.
class
PortForwarder {
ushort
localPort
;
string
remoteHost
;
ushort
remotePort
;
this
(string localHost, ushort localPort, string remoteHost, ushort remotePort);
void
onAccept
(TcpConnection incoming);
}
Constructors
this
this
(string localHost, ushort localPort, string remoteHost, ushort remotePort)
Undocumented in source.
Members
Functions
onAccept
void
onAccept
(TcpConnection incoming)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
localPort
ushort
localPort
;
Undocumented in source.
remoteHost
string
remoteHost
;
Undocumented in source.
remotePort
ushort
remotePort
;
Undocumented in source.
Meta
Source
See Implementation
ae
demo
portforward
portforward
classes
Connection
PortForwarder
functions
hexEscape
main
variables
log
logData
record
recordLog