internal override bool EqualsData(TcpOption other)
 {
     return(other is TcpOptionSelectiveAcknowledgmentPermitted);
 }
Exemplo n.º 2
0
 internal override bool EqualsData(TcpOption other)
 {
     return(EqualsData(other as TcpOptionTimestamp));
 }
Exemplo n.º 3
0
 internal override bool EqualsData(TcpOption other)
 {
     return(EqualsData(other as TcpOptionEchoReply));
 }
Exemplo n.º 4
0
 internal override bool EqualsData(TcpOption other)
 {
     return(EqualsData(other as TcpOptionMaximumSegmentSize));
 }
 internal override bool EqualsData(TcpOption other)
 {
     return(EqualsData(other as TcpOptionPartialOrderServiceProfile));
 }
Exemplo n.º 6
0
 internal override bool EqualsData(TcpOption other)
 {
     return(EqualsData(other as TcpOptionAlternateChecksumData));
 }
Exemplo n.º 7
0
 internal override bool EqualsData(TcpOption other)
 {
     return(EqualsData(other as TcpOptionMood));
 }
Exemplo n.º 8
0
 internal override bool EqualsData(TcpOption other)
 {
     return(EqualsData(other as TcpOptionAuthentication));
 }
Exemplo n.º 9
0
 internal override bool EqualsData(TcpOption other)
 {
     return(EqualsData(other as TcpOptionWindowScale));
 }
Exemplo n.º 10
0
 internal override bool EqualsData(TcpOption other)
 {
     return(other is TcpOptionPartialOrderConnectionPermitted);
 }
Exemplo n.º 11
0
 internal override bool EqualsData(TcpOption other)
 {
     return(EqualsData(other as TcpOptionMd5Signature));
 }
 internal override bool EqualsData(TcpOption other)
 {
     return(EqualsData(other as TcpOptionSelectiveAcknowledgment));
 }