- binaryType
TCPSocketBinaryType binaryType()
Undocumented in source. Be warned that the author may not have intended to support it.
- bufferedAmount
uint bufferedAmount()
Undocumented in source. Be warned that the author may not have intended to support it.
- close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
- closeImmediately
void closeImmediately()
Undocumented in source. Be warned that the author may not have intended to support it.
- host
string host()
Undocumented in source. Be warned that the author may not have intended to support it.
- onclose
EventHandler onclose()
Undocumented in source. Be warned that the author may not have intended to support it.
- onclose
void onclose(Optional!(T0) onclose)
Undocumented in source. Be warned that the author may not have intended to support it.
- ondata
void ondata(Optional!(T0) ondata)
Undocumented in source. Be warned that the author may not have intended to support it.
- ondata
EventHandler ondata()
Undocumented in source. Be warned that the author may not have intended to support it.
- ondrain
void ondrain(Optional!(T0) ondrain)
Undocumented in source. Be warned that the author may not have intended to support it.
- ondrain
EventHandler ondrain()
Undocumented in source. Be warned that the author may not have intended to support it.
- onerror
void onerror(Optional!(T0) onerror)
Undocumented in source. Be warned that the author may not have intended to support it.
- onerror
EventHandler onerror()
Undocumented in source. Be warned that the author may not have intended to support it.
- onopen
void onopen(Optional!(T0) onopen)
Undocumented in source. Be warned that the author may not have intended to support it.
- onopen
EventHandler onopen()
Undocumented in source. Be warned that the author may not have intended to support it.
- port
ushort port()
Undocumented in source. Be warned that the author may not have intended to support it.
- readyState
TCPReadyState readyState()
Undocumented in source. Be warned that the author may not have intended to support it.
- resume
void resume()
Undocumented in source. Be warned that the author may not have intended to support it.
- send
bool send(string data)
Undocumented in source. Be warned that the author may not have intended to support it.
- send
bool send(ArrayBuffer data, uint byteOffset, uint byteLength)
Undocumented in source. Be warned that the author may not have intended to support it.
- send
bool send(ArrayBuffer data, uint byteOffset)
Undocumented in source. Be warned that the author may not have intended to support it.
- send
bool send(ArrayBuffer data)
Undocumented in source. Be warned that the author may not have intended to support it.
- ssl
bool ssl()
Undocumented in source. Be warned that the author may not have intended to support it.
- suspend
void suspend()
Undocumented in source. Be warned that the author may not have intended to support it.
- upgradeToSecure
void upgradeToSecure()
Undocumented in source. Be warned that the author may not have intended to support it.