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