Метод | Описание | |
---|---|---|
DirectTcpipChannelInfo ( byte data ) : System |
Initializes a new instance of the DirectTcpipChannelInfo class from the specified data.
|
|
DirectTcpipChannelInfo ( string hostToConnect, uint portToConnect, string originatorAddress, uint originatorPort ) : System |
Initializes a new instance of the DirectTcpipChannelInfo class.
|
Метод | Описание | |
---|---|---|
LoadData ( ) : void |
Called when type specific data need to be loaded.
|
|
SaveData ( ) : void |
Called when type specific data need to be saved.
|
public DirectTcpipChannelInfo ( byte data ) : System | ||
data | byte | |
Результат | System |
public DirectTcpipChannelInfo ( string hostToConnect, uint portToConnect, string originatorAddress, uint originatorPort ) : System | ||
hostToConnect | string | The host to connect. |
portToConnect | uint | The port to connect. |
originatorAddress | string | The originator address. |
originatorPort | uint | The originator port. |
Результат | System |