コード例 #1
0
 public override bool Equals(HttpField other)
 {
     return(this.Equals(other as HttpTrailerField));
 }
コード例 #2
0
 public override bool Equals(HttpField other)
 {
     return(this.Equals(other as HttpTransferEncodingField));
 }
コード例 #3
0
 public override bool Equals(HttpField other)
 {
     return(this.Equals(other as HttpContentTypeField));
 }