Property | Type | Description | |
---|---|---|---|
Destination | |||
RemoveCallback | System.Action | ||
SnifferType | string | ||
Source |
Property | Type | Description | |
---|---|---|---|
HandleTcpReceived | void | ||
OnDataReceived | void | ||
TcpConnection | System |
Method | Description | |
---|---|---|
SequenceNumberToBytesReceived ( uint sequenceNumber ) : long | ||
ToString ( ) : string |
Method | Description | |
---|---|---|
HandleTcpReceived ( uint sequenceNumber, byte data ) : void | ||
OnDataReceived ( byte data, int needToSkip ) : void | ||
TcpConnection ( ConnectionId connectionId, uint sequenceNumber, Action |
public SequenceNumberToBytesReceived ( uint sequenceNumber ) : long | ||
sequenceNumber | uint | |
return | long |
public IPEndPoint,System.Net Destination | ||
return |