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