Méthode | Description | |
---|---|---|
ForwardedTcpipChannelInfo ( byte data ) : System |
Initializes a new instance of the ForwardedTcpipChannelInfo class from the specified data.
|
|
ForwardedTcpipChannelInfo ( string connectedAddress, uint connectedPort, string originatorAddress, uint originatorPort ) : System |
Initializes a new ForwardedTcpipChannelInfo instance with the specified connector address and port, and originator address and port.
|
Méthode | Description | |
---|---|---|
LoadData ( ) : void |
Called when type specific data need to be loaded.
|
|
SaveData ( ) : void |
Called when type specific data need to be saved.
|
public ForwardedTcpipChannelInfo ( byte data ) : System | ||
data | byte | |
Résultat | System |
public ForwardedTcpipChannelInfo ( string connectedAddress, uint connectedPort, string originatorAddress, uint originatorPort ) : System | ||
connectedAddress | string | |
connectedPort | uint | |
originatorAddress | string | |
originatorPort | uint | |
Résultat | System |