Skip to content

Commit

Permalink
System.Net.Http ref sources regenerated. (#34961)
Browse files Browse the repository at this point in the history
  • Loading branch information
ManickaP authored Apr 15, 2020
1 parent fdf812f commit 0076297
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/libraries/System.Net.Http/ref/System.Net.Http.cs
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ public SocketsHttpHandler() { }
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 { } }
Expand Down Expand Up @@ -347,7 +347,7 @@ public CacheControlHeaderValue() { }
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
{
Expand Down Expand Up @@ -569,7 +569,7 @@ public ProductHeaderValue(string name, string? version) { }
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
{
Expand Down

0 comments on commit 0076297

Please sign in to comment.