Bundle Provides network support
TCPSecureSocketServer
Secure TCP/IP Server socket
Operations
Accept #
Accepts a client connection
method : public : Accept() ~ TCPSecureSocketReturn
| Type | Description |
|---|---|
| TCPSecureSocket | client socket interface |
GetIssuer #
Gets the X.509 certificate's issuer name
method : public : GetIssuer() ~ StringReturn
| Type | Description |
|---|---|
| String | certificate issuer name |
GetLastError # function
Get the last error
function : GetLastError() ~ StringReturn
| Type | Description |
|---|---|
| String | last error message, or Nil of no error |
GetSubject #
Gets the X.509 certificate subject name
method : public : GetSubject() ~ StringReturn
| Type | Description |
|---|---|
| String | certificate subject name |