Beispiel #1
0
 public override bool Equals(HttpField other)
 {
     return(this.Equals(other as HttpTrailerField));
 }
 public override bool Equals(HttpField other)
 {
     return(this.Equals(other as HttpTransferEncodingField));
 }
 public override bool Equals(HttpField other)
 {
     return(this.Equals(other as HttpContentTypeField));
 }