Socket

Undocumented in source.

Constructors

this
this(string host, ushort port)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

SSLEnd
void SSLEnd()
Undocumented in source. Be warned that the author may not have intended to support it.
SSLbegin
bool SSLbegin(EncryptionMethod encMethod)
Undocumented in source. Be warned that the author may not have intended to support it.
connect
bool connect()
Undocumented in source. Be warned that the author may not have intended to support it.
disconnect
void disconnect()
Undocumented in source. Be warned that the author may not have intended to support it.
receive
string receive()
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.

Properties

hostName
string hostName [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
isCertVerified
bool isCertVerified [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
isOpen
bool isOpen [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
isSecure
bool isSecure [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta