Contains information used to make TCP/IP connections.
More...
Contains information used to make TCP/IP connections.
◆ InetAddress() [1/2]
CWSWrapper.InetAddress.InetAddress |
( |
string |
host, |
|
|
int |
port, |
|
|
string |
eS |
|
) |
| |
|
inline |
Initializes an INET address to be used for a TCP/IP connection.
- Parameters
-
host | The IP of the host machine. |
port | The port used to communicate over. |
eS | The encryption scheme used. |
◆ InetAddress() [2/2]
CWSWrapper.InetAddress.InetAddress |
( |
string |
host, |
|
|
int |
port, |
|
|
EncryptionScheme |
eS |
|
) |
| |
|
inline |
Initializes an INET address to be used for a TCP/IP connection.
- Parameters
-
host | The IP of the host machine. |
port | The port used to communicate over. |
eS | The encryption scheme used. |
◆ EncryptionSchemefromString()
static EncryptionScheme CWSWrapper.InetAddress.EncryptionSchemefromString |
( |
string |
text | ) |
|
|
inlinestatic |
Returns the corresponding EncryptionScheme of the given string. If the string can not be parsed into a valid EncryptionScheme, the NONE EncryptionScheme is returned.
- Parameters
-
text | The string to be parsed. |
- Returns
- The appropriate encryption scheme for the string.
◆ encryptionSchemeStringValue
string CWSWrapper.InetAddress.encryptionSchemeStringValue |
The encryption scheme used to communicate (e.g. TLS_12).
◆ encryptionScheme
The encryption scheme used to communicate (e.g. TLS_12).
◆ host
string CWSWrapper.InetAddress.host |
|
getset |
The IP adddress of the host machine.
◆ port
int CWSWrapper.InetAddress.port |
|
getset |
The port on the host machine used to communicate.
The documentation for this class was generated from the following file:
- JSONObjects/InetAddress.cs