Method | Description | |
---|---|---|
ChannelOpenConfirmationMessage ( ) |
Initializes a new instance of the ChannelOpenConfirmationMessage class.
|
|
ChannelOpenConfirmationMessage ( uint localChannelNumber, uint initialWindowSize, uint maximumPacketSize, uint remoteChannelNumber ) |
Initializes a new instance of the ChannelOpenConfirmationMessage class.
|
Method | Description | |
---|---|---|
LoadData ( ) : void |
Called when type specific data need to be loaded.
|
|
SaveData ( ) : void |
Called when type specific data need to be saved.
|
Method | Description | |
---|---|---|
Process ( Session session ) : void |
public ChannelOpenConfirmationMessage ( uint localChannelNumber, uint initialWindowSize, uint maximumPacketSize, uint remoteChannelNumber ) | ||
localChannelNumber | uint | The local channel number. |
initialWindowSize | uint | Initial size of the window. |
maximumPacketSize | uint | Maximum size of the packet. |
remoteChannelNumber | uint | The remote channel number. |