You've already forked linux-packaging-mono
Imported Upstream version 6.0.0.172
Former-commit-id: f3cc9b82f3e5bd8f0fd3ebc098f789556b44e9cd
This commit is contained in:
parent
8016999e4d
commit
64ac736ec5
@ -4,7 +4,7 @@
|
||||
|
||||
[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
|
||||
[assembly:System.CLSCompliantAttribute(true)]
|
||||
[assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
|
||||
[assembly:System.Diagnostics.DebuggableAttribute(System.Diagnostics.DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]
|
||||
[assembly:System.Reflection.AssemblyCompanyAttribute("Mono development team")]
|
||||
[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) Various Mono authors")]
|
||||
[assembly:System.Reflection.AssemblyDefaultAliasAttribute("System.Net.Http.dll")]
|
||||
@ -17,8 +17,12 @@
|
||||
[assembly:System.Resources.SatelliteContractVersionAttribute("4.0.0.0")]
|
||||
[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
|
||||
[assembly:System.Runtime.CompilerServices.InternalsVisibleToAttribute("System.Net.Http.WebRequest, PublicKey=002400000480000094000000060200000024000052534131000400000100010007d1fa57c4aed9f0a32e84aa0faefd0de9e8fd6aec8f87fb03766c834c99921eb23be79ad9d5dcc1dd9ad236132102900b723cf980957fc4e177108fc607774f29e8320e92ea05ece4e821c0a5efe8f1645c4c0c93c1ab99285d622caa652c1dfad63d745d6f2de5f17e5eaf0fc4963d261c8a12436518206dc093344d5ad293")]
|
||||
[assembly:System.Runtime.CompilerServices.InternalsVisibleToAttribute("Xamarin.iOS, PublicKey=0024000004800000940000000602000000240000525341310004000011000000438ac2a5acfbf16cbd2b2b47a62762f273df9cb2795ceccdf77d10bf508e69e7a362ea7a45455bbf3ac955e1f2e2814f144e5d817efc4c6502cc012df310783348304e3ae38573c6d658c234025821fda87a0be8a0d504df564e2c93b2b878925f42503e9d54dfef9f9586d9e6f38a305769587b1de01f6c0410328b2c9733db")]
|
||||
[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
|
||||
[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
|
||||
[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.Http.CFNetworkHandler))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Net.Http.NSUrlSessionHandler))]
|
||||
namespace System.Net.Http
|
||||
{
|
||||
public partial class ByteArrayContent : System.Net.Http.HttpContent
|
||||
@ -27,7 +31,7 @@ namespace System.Net.Http
|
||||
public ByteArrayContent(byte[] content, int offset, int count) { }
|
||||
protected override System.Threading.Tasks.Task<System.IO.Stream> CreateContentReadStreamAsync() { throw null; }
|
||||
protected internal override System.Threading.Tasks.Task SerializeToStreamAsync(System.IO.Stream stream, System.Net.TransportContext context) { throw null; }
|
||||
protected internal override bool TryComputeLength(out long length) { length = default(long); throw null; }
|
||||
protected internal override bool TryComputeLength(out long length) { throw null; }
|
||||
}
|
||||
public enum ClientCertificateOption
|
||||
{
|
||||
@ -228,7 +232,7 @@ namespace System.Net.Http
|
||||
public System.Collections.Generic.IEnumerator<System.Net.Http.HttpContent> GetEnumerator() { throw null; }
|
||||
protected internal override System.Threading.Tasks.Task SerializeToStreamAsync(System.IO.Stream stream, System.Net.TransportContext context) { throw null; }
|
||||
System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
|
||||
protected internal override bool TryComputeLength(out long length) { length = default(long); throw null; }
|
||||
protected internal override bool TryComputeLength(out long length) { throw null; }
|
||||
}
|
||||
public partial class MultipartFormDataContent : System.Net.Http.MultipartContent
|
||||
{
|
||||
@ -245,7 +249,7 @@ namespace System.Net.Http
|
||||
protected override System.Threading.Tasks.Task<System.IO.Stream> CreateContentReadStreamAsync() { throw null; }
|
||||
protected override void Dispose(bool disposing) { }
|
||||
protected internal override System.Threading.Tasks.Task SerializeToStreamAsync(System.IO.Stream stream, System.Net.TransportContext context) { throw null; }
|
||||
protected internal override bool TryComputeLength(out long length) { length = default(long); throw null; }
|
||||
protected internal override bool TryComputeLength(out long length) { throw null; }
|
||||
}
|
||||
public partial class StringContent : System.Net.Http.ByteArrayContent
|
||||
{
|
||||
@ -267,7 +271,7 @@ namespace System.Net.Http.Headers
|
||||
public static System.Net.Http.Headers.AuthenticationHeaderValue 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.AuthenticationHeaderValue parsedValue) { parsedValue = default(System.Net.Http.Headers.AuthenticationHeaderValue); throw null; }
|
||||
public static bool TryParse(string input, out System.Net.Http.Headers.AuthenticationHeaderValue parsedValue) { throw null; }
|
||||
}
|
||||
public partial class CacheControlHeaderValue : System.ICloneable
|
||||
{
|
||||
@ -293,7 +297,7 @@ namespace System.Net.Http.Headers
|
||||
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, out System.Net.Http.Headers.CacheControlHeaderValue parsedValue) { parsedValue = default(System.Net.Http.Headers.CacheControlHeaderValue); throw null; }
|
||||
public static bool TryParse(string input, out System.Net.Http.Headers.CacheControlHeaderValue parsedValue) { throw null; }
|
||||
}
|
||||
public partial class ContentDispositionHeaderValue : System.ICloneable
|
||||
{
|
||||
@ -313,7 +317,7 @@ namespace System.Net.Http.Headers
|
||||
public static System.Net.Http.Headers.ContentDispositionHeaderValue 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.ContentDispositionHeaderValue parsedValue) { parsedValue = default(System.Net.Http.Headers.ContentDispositionHeaderValue); throw null; }
|
||||
public static bool TryParse(string input, out System.Net.Http.Headers.ContentDispositionHeaderValue parsedValue) { throw null; }
|
||||
}
|
||||
public partial class ContentRangeHeaderValue : System.ICloneable
|
||||
{
|
||||
@ -331,7 +335,7 @@ namespace System.Net.Http.Headers
|
||||
public static System.Net.Http.Headers.ContentRangeHeaderValue 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.ContentRangeHeaderValue parsedValue) { parsedValue = default(System.Net.Http.Headers.ContentRangeHeaderValue); throw null; }
|
||||
public static bool TryParse(string input, out System.Net.Http.Headers.ContentRangeHeaderValue parsedValue) { throw null; }
|
||||
}
|
||||
public partial class EntityTagHeaderValue : System.ICloneable
|
||||
{
|
||||
@ -345,7 +349,7 @@ namespace System.Net.Http.Headers
|
||||
public static System.Net.Http.Headers.EntityTagHeaderValue 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.EntityTagHeaderValue parsedValue) { parsedValue = default(System.Net.Http.Headers.EntityTagHeaderValue); throw null; }
|
||||
public static bool TryParse(string input, out System.Net.Http.Headers.EntityTagHeaderValue parsedValue) { throw null; }
|
||||
}
|
||||
public sealed partial class HttpContentHeaders : System.Net.Http.Headers.HttpHeaders
|
||||
{
|
||||
@ -376,7 +380,7 @@ namespace System.Net.Http.Headers
|
||||
public override string ToString() { throw null; }
|
||||
public bool TryAddWithoutValidation(string name, System.Collections.Generic.IEnumerable<string> values) { throw null; }
|
||||
public bool TryAddWithoutValidation(string name, string value) { throw null; }
|
||||
public bool TryGetValues(string name, out System.Collections.Generic.IEnumerable<string> values) { values = default(System.Collections.Generic.IEnumerable<string>); throw null; }
|
||||
public bool TryGetValues(string name, out System.Collections.Generic.IEnumerable<string> values) { throw null; }
|
||||
}
|
||||
public sealed partial class HttpHeaderValueCollection<T> : System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable where T : class
|
||||
{
|
||||
@ -465,7 +469,7 @@ namespace System.Net.Http.Headers
|
||||
public static System.Net.Http.Headers.MediaTypeHeaderValue 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.MediaTypeHeaderValue parsedValue) { parsedValue = default(System.Net.Http.Headers.MediaTypeHeaderValue); throw null; }
|
||||
public static bool TryParse(string input, out System.Net.Http.Headers.MediaTypeHeaderValue parsedValue) { throw null; }
|
||||
}
|
||||
public sealed partial class MediaTypeWithQualityHeaderValue : System.Net.Http.Headers.MediaTypeHeaderValue
|
||||
{
|
||||
@ -473,7 +477,7 @@ namespace System.Net.Http.Headers
|
||||
public MediaTypeWithQualityHeaderValue(string mediaType, double quality) : base (default(string)) { }
|
||||
public System.Nullable<double> Quality { get { throw null; } set { } }
|
||||
public static new System.Net.Http.Headers.MediaTypeWithQualityHeaderValue Parse(string input) { throw null; }
|
||||
public static bool TryParse(string input, out System.Net.Http.Headers.MediaTypeWithQualityHeaderValue parsedValue) { parsedValue = default(System.Net.Http.Headers.MediaTypeWithQualityHeaderValue); throw null; }
|
||||
public static bool TryParse(string input, out System.Net.Http.Headers.MediaTypeWithQualityHeaderValue parsedValue) { throw null; }
|
||||
}
|
||||
public partial class NameValueHeaderValue : System.ICloneable
|
||||
{
|
||||
@ -487,7 +491,7 @@ namespace System.Net.Http.Headers
|
||||
public static System.Net.Http.Headers.NameValueHeaderValue 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.NameValueHeaderValue parsedValue) { parsedValue = default(System.Net.Http.Headers.NameValueHeaderValue); throw null; }
|
||||
public static bool TryParse(string input, out System.Net.Http.Headers.NameValueHeaderValue parsedValue) { throw null; }
|
||||
}
|
||||
public partial class NameValueWithParametersHeaderValue : System.Net.Http.Headers.NameValueHeaderValue, System.ICloneable
|
||||
{
|
||||
@ -500,7 +504,7 @@ namespace System.Net.Http.Headers
|
||||
public static new System.Net.Http.Headers.NameValueWithParametersHeaderValue 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.NameValueWithParametersHeaderValue parsedValue) { parsedValue = default(System.Net.Http.Headers.NameValueWithParametersHeaderValue); throw null; }
|
||||
public static bool TryParse(string input, out System.Net.Http.Headers.NameValueWithParametersHeaderValue parsedValue) { throw null; }
|
||||
}
|
||||
public partial class ProductHeaderValue : System.ICloneable
|
||||
{
|
||||
@ -513,7 +517,7 @@ namespace System.Net.Http.Headers
|
||||
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) { parsedValue = default(System.Net.Http.Headers.ProductHeaderValue); throw null; }
|
||||
public static bool TryParse(string input, out System.Net.Http.Headers.ProductHeaderValue parsedValue) { throw null; }
|
||||
}
|
||||
public partial class ProductInfoHeaderValue : System.ICloneable
|
||||
{
|
||||
@ -527,7 +531,7 @@ namespace System.Net.Http.Headers
|
||||
public static System.Net.Http.Headers.ProductInfoHeaderValue 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.ProductInfoHeaderValue parsedValue) { parsedValue = default(System.Net.Http.Headers.ProductInfoHeaderValue); throw null; }
|
||||
public static bool TryParse(string input, out System.Net.Http.Headers.ProductInfoHeaderValue parsedValue) { throw null; }
|
||||
}
|
||||
public partial class RangeConditionHeaderValue : System.ICloneable
|
||||
{
|
||||
@ -541,7 +545,7 @@ namespace System.Net.Http.Headers
|
||||
public static System.Net.Http.Headers.RangeConditionHeaderValue 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.RangeConditionHeaderValue parsedValue) { parsedValue = default(System.Net.Http.Headers.RangeConditionHeaderValue); throw null; }
|
||||
public static bool TryParse(string input, out System.Net.Http.Headers.RangeConditionHeaderValue parsedValue) { throw null; }
|
||||
}
|
||||
public partial class RangeHeaderValue : System.ICloneable
|
||||
{
|
||||
@ -554,7 +558,7 @@ namespace System.Net.Http.Headers
|
||||
public static System.Net.Http.Headers.RangeHeaderValue 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.RangeHeaderValue parsedValue) { parsedValue = default(System.Net.Http.Headers.RangeHeaderValue); throw null; }
|
||||
public static bool TryParse(string input, out System.Net.Http.Headers.RangeHeaderValue parsedValue) { throw null; }
|
||||
}
|
||||
public partial class RangeItemHeaderValue : System.ICloneable
|
||||
{
|
||||
@ -577,7 +581,7 @@ namespace System.Net.Http.Headers
|
||||
public static System.Net.Http.Headers.RetryConditionHeaderValue 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.RetryConditionHeaderValue parsedValue) { parsedValue = default(System.Net.Http.Headers.RetryConditionHeaderValue); throw null; }
|
||||
public static bool TryParse(string input, out System.Net.Http.Headers.RetryConditionHeaderValue parsedValue) { throw null; }
|
||||
}
|
||||
public partial class StringWithQualityHeaderValue : System.ICloneable
|
||||
{
|
||||
@ -590,7 +594,7 @@ namespace System.Net.Http.Headers
|
||||
public static System.Net.Http.Headers.StringWithQualityHeaderValue 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.StringWithQualityHeaderValue parsedValue) { parsedValue = default(System.Net.Http.Headers.StringWithQualityHeaderValue); throw null; }
|
||||
public static bool TryParse(string input, out System.Net.Http.Headers.StringWithQualityHeaderValue parsedValue) { throw null; }
|
||||
}
|
||||
public partial class TransferCodingHeaderValue : System.ICloneable
|
||||
{
|
||||
@ -603,7 +607,7 @@ namespace System.Net.Http.Headers
|
||||
public static System.Net.Http.Headers.TransferCodingHeaderValue 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.TransferCodingHeaderValue parsedValue) { parsedValue = default(System.Net.Http.Headers.TransferCodingHeaderValue); throw null; }
|
||||
public static bool TryParse(string input, out System.Net.Http.Headers.TransferCodingHeaderValue parsedValue) { throw null; }
|
||||
}
|
||||
public sealed partial class TransferCodingWithQualityHeaderValue : System.Net.Http.Headers.TransferCodingHeaderValue
|
||||
{
|
||||
@ -611,7 +615,7 @@ namespace System.Net.Http.Headers
|
||||
public TransferCodingWithQualityHeaderValue(string value, double quality) : base (default(string)) { }
|
||||
public System.Nullable<double> Quality { get { throw null; } set { } }
|
||||
public static new System.Net.Http.Headers.TransferCodingWithQualityHeaderValue Parse(string input) { throw null; }
|
||||
public static bool TryParse(string input, out System.Net.Http.Headers.TransferCodingWithQualityHeaderValue parsedValue) { parsedValue = default(System.Net.Http.Headers.TransferCodingWithQualityHeaderValue); throw null; }
|
||||
public static bool TryParse(string input, out System.Net.Http.Headers.TransferCodingWithQualityHeaderValue parsedValue) { throw null; }
|
||||
}
|
||||
public partial class ViaHeaderValue : System.ICloneable
|
||||
{
|
||||
@ -627,7 +631,7 @@ namespace System.Net.Http.Headers
|
||||
public static System.Net.Http.Headers.ViaHeaderValue 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.ViaHeaderValue parsedValue) { parsedValue = default(System.Net.Http.Headers.ViaHeaderValue); throw null; }
|
||||
public static bool TryParse(string input, out System.Net.Http.Headers.ViaHeaderValue parsedValue) { throw null; }
|
||||
}
|
||||
public partial class WarningHeaderValue : System.ICloneable
|
||||
{
|
||||
@ -642,6 +646,6 @@ namespace System.Net.Http.Headers
|
||||
public static System.Net.Http.Headers.WarningHeaderValue 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.WarningHeaderValue parsedValue) { parsedValue = default(System.Net.Http.Headers.WarningHeaderValue); throw null; }
|
||||
public static bool TryParse(string input, out System.Net.Http.Headers.WarningHeaderValue parsedValue) { throw null; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user