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