public bool AllowAutoRedirect { get { throw null; } set { } }
public System.Net.DecompressionMethods AutomaticDecompression { get { throw null; } set { } }
public System.TimeSpan ConnectTimeout { get { throw null; } set { } }
- [System.Diagnostics.CodeAnalysis.AllowNull]
+ [System.Diagnostics.CodeAnalysis.AllowNullAttribute]
public System.Net.CookieContainer CookieContainer { get { throw null; } set { } }
public System.Net.ICredentials? Credentials { get { throw null; } set { } }
public System.Net.ICredentials? DefaultProxyCredentials { get { throw null; } set { } }
public static System.Net.Http.Headers.CacheControlHeaderValue Parse(string? input) { throw null; }
object System.ICloneable.Clone() { throw null; }
public override string ToString() { throw null; }
- public static bool TryParse(string? input, [System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] out System.Net.Http.Headers.CacheControlHeaderValue? parsedValue) { throw null; }
+ public static bool TryParse(string? input, out System.Net.Http.Headers.CacheControlHeaderValue? parsedValue) { throw null; }
}
public partial class ContentDispositionHeaderValue : System.ICloneable
{
public static System.Net.Http.Headers.ProductHeaderValue Parse(string? input) { throw null; }
object System.ICloneable.Clone() { throw null; }
public override string ToString() { throw null; }
- public static bool TryParse(string? input, out System.Net.Http.Headers.ProductHeaderValue? parsedValue) { throw null; }
+ public static bool TryParse(string? input, [System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] out System.Net.Http.Headers.ProductHeaderValue? parsedValue) { throw null; }
}
public partial class ProductInfoHeaderValue : System.ICloneable
{