Method | Description | |
---|---|---|
ChannelStub ( ISession session, uint localChannelNumber, uint localWindowSize, uint localPacketSize ) : System |
Initializes a new ChannelStub instance.
|
|
InitializeRemoteChannelInfo ( uint remoteChannelNumber, uint remoteWindowSize, uint remotePacketSize ) : void | ||
SetIsOpen ( bool value ) : void |
Method | Description | |
---|---|---|
OnClose ( ) : void | ||
OnData ( byte data ) : void | ||
OnDisconnected ( ) : void | ||
OnEof ( ) : void | ||
OnErrorOccured ( |
||
OnExtendedData ( byte data, uint dataTypeCode ) : void | ||
OnFailure ( ) : void | ||
OnRequest ( |
||
OnSuccess ( ) : void | ||
OnWindowAdjust ( uint bytesToAdd ) : void |
public ChannelStub ( ISession session, uint localChannelNumber, uint localWindowSize, uint localPacketSize ) : System | ||
session | ISession | The session. |
localChannelNumber | uint | The local channel number. |
localWindowSize | uint | Size of the window. |
localPacketSize | uint | Size of the packet. |
return | System |
public InitializeRemoteChannelInfo ( uint remoteChannelNumber, uint remoteWindowSize, uint remotePacketSize ) : void | ||
remoteChannelNumber | uint | |
remoteWindowSize | uint | |
remotePacketSize | uint | |
return | void |
protected OnErrorOccured ( |
||
exp | ||
return | void |
protected OnExtendedData ( byte data, uint dataTypeCode ) : void | ||
data | byte | |
dataTypeCode | uint | |
return | void |
protected OnRequest ( |
||
info | ||
return | void |
protected OnWindowAdjust ( uint bytesToAdd ) : void | ||
bytesToAdd | uint | |
return | void |