コード例 #1
0
 internal override bool EqualsData(TcpOption other)
 {
     return(other is TcpOptionSelectiveAcknowledgmentPermitted);
 }
コード例 #2
0
 internal override bool EqualsData(TcpOption other)
 {
     return(EqualsData(other as TcpOptionTimestamp));
 }
コード例 #3
0
 internal override bool EqualsData(TcpOption other)
 {
     return(EqualsData(other as TcpOptionEchoReply));
 }
コード例 #4
0
 internal override bool EqualsData(TcpOption other)
 {
     return(EqualsData(other as TcpOptionMaximumSegmentSize));
 }
コード例 #5
0
 internal override bool EqualsData(TcpOption other)
 {
     return(EqualsData(other as TcpOptionPartialOrderServiceProfile));
 }
コード例 #6
0
 internal override bool EqualsData(TcpOption other)
 {
     return(EqualsData(other as TcpOptionAlternateChecksumData));
 }
コード例 #7
0
ファイル: TcpOptionMood.cs プロジェクト: pedoc/Pcap.Net
 internal override bool EqualsData(TcpOption other)
 {
     return(EqualsData(other as TcpOptionMood));
 }
コード例 #8
0
 internal override bool EqualsData(TcpOption other)
 {
     return(EqualsData(other as TcpOptionAuthentication));
 }
コード例 #9
0
 internal override bool EqualsData(TcpOption other)
 {
     return(EqualsData(other as TcpOptionWindowScale));
 }
コード例 #10
0
 internal override bool EqualsData(TcpOption other)
 {
     return(other is TcpOptionPartialOrderConnectionPermitted);
 }
コード例 #11
0
 internal override bool EqualsData(TcpOption other)
 {
     return(EqualsData(other as TcpOptionMd5Signature));
 }
コード例 #12
0
 internal override bool EqualsData(TcpOption other)
 {
     return(EqualsData(other as TcpOptionSelectiveAcknowledgment));
 }