public TransferCodingHeaderValue(System.Net.Http.Headers.TransferCodingHeaderValue containedObject)
 {
     if ((containedObject == null))
     {
         throw new System.ArgumentNullException("containedObject");
     }
     this.containedObject = containedObject;
 }
Exemple #2
0
 public static bool TryParse(string input, out System.Net.Http.Headers.TransferCodingHeaderValue parsedValue)
 {
     throw null;
 }
Exemple #3
0
 protected TransferCodingHeaderValue(System.Net.Http.Headers.TransferCodingHeaderValue source)
 {
 }