You've already forked linux-packaging-mono
Imported Upstream version 6.4.0.137
Former-commit-id: 943baa9f16a098c33e129777827f3a9d20da00d6
This commit is contained in:
parent
e9207cf623
commit
ef583813eb
@@ -29,6 +29,7 @@
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.ImmutableObjectAttribute))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.InitializationEventAttribute))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.ISite))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.ISupportInitialize))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.LocalizableAttribute))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.MergablePropertyAttribute))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.NotifyParentPropertyAttribute))]
|
||||
|
||||
@@ -26,6 +26,7 @@
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.CollectionChangeEventArgs))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.CollectionChangeEventHandler))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.CollectionConverter))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.Container))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.CustomTypeDescriptor))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.DateTimeConverter))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.DateTimeOffsetConverter))]
|
||||
|
||||
@@ -15,50 +15,4 @@
|
||||
[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
|
||||
[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
|
||||
[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
|
||||
namespace System
|
||||
{
|
||||
[System.AttributeUsageAttribute(System.AttributeTargets.All, AllowMultiple=true)]
|
||||
internal partial class MonoDocumentationNoteAttribute : System.MonoTODOAttribute
|
||||
{
|
||||
public MonoDocumentationNoteAttribute(string comment) { }
|
||||
}
|
||||
[System.AttributeUsageAttribute(System.AttributeTargets.All, AllowMultiple=true)]
|
||||
internal partial class MonoExtensionAttribute : System.MonoTODOAttribute
|
||||
{
|
||||
public MonoExtensionAttribute(string comment) { }
|
||||
}
|
||||
[System.AttributeUsageAttribute(System.AttributeTargets.All, AllowMultiple=true)]
|
||||
internal partial class MonoInternalNoteAttribute : System.MonoTODOAttribute
|
||||
{
|
||||
public MonoInternalNoteAttribute(string comment) { }
|
||||
}
|
||||
[System.AttributeUsageAttribute(System.AttributeTargets.All, AllowMultiple=true)]
|
||||
internal partial class MonoLimitationAttribute : System.MonoTODOAttribute
|
||||
{
|
||||
public MonoLimitationAttribute(string comment) { }
|
||||
}
|
||||
[System.AttributeUsageAttribute(System.AttributeTargets.All, AllowMultiple=true)]
|
||||
internal partial class MonoNotSupportedAttribute : System.MonoTODOAttribute
|
||||
{
|
||||
public MonoNotSupportedAttribute(string comment) { }
|
||||
}
|
||||
[System.AttributeUsageAttribute(System.AttributeTargets.All, AllowMultiple=true)]
|
||||
internal partial class MonoTODOAttribute : System.Attribute
|
||||
{
|
||||
public MonoTODOAttribute() { }
|
||||
public MonoTODOAttribute(string comment) { }
|
||||
public string Comment { get { throw null; } }
|
||||
}
|
||||
}
|
||||
namespace System.Reflection
|
||||
{
|
||||
public abstract partial class DispatchProxy
|
||||
{
|
||||
[System.MonoTODOAttribute]
|
||||
protected DispatchProxy() { }
|
||||
[System.MonoTODOAttribute]
|
||||
public static T Create<T, TProxy>() where TProxy : System.Reflection.DispatchProxy { throw null; }
|
||||
[System.MonoTODOAttribute]
|
||||
protected abstract object Invoke(System.Reflection.MethodInfo targetMethod, object[] args);
|
||||
}
|
||||
}
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.DispatchProxy))]
|
||||
|
||||
@@ -14,81 +14,11 @@
|
||||
[assembly:System.Reflection.AssemblyTitleAttribute("System.Reflection.TypeExtensions")]
|
||||
[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
|
||||
[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.AssemblyExtensions))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.BindingFlags))]
|
||||
namespace System.Reflection
|
||||
{
|
||||
public static partial class AssemblyExtensions
|
||||
{
|
||||
public static System.Type[] GetExportedTypes(System.Reflection.Assembly assembly) { throw null; }
|
||||
public static System.Reflection.Module[] GetModules(System.Reflection.Assembly assembly) { throw null; }
|
||||
public static System.Type[] GetTypes(System.Reflection.Assembly assembly) { throw null; }
|
||||
}
|
||||
public static partial class EventInfoExtensions
|
||||
{
|
||||
public static System.Reflection.MethodInfo GetAddMethod(System.Reflection.EventInfo eventInfo) { throw null; }
|
||||
public static System.Reflection.MethodInfo GetAddMethod(System.Reflection.EventInfo eventInfo, bool nonPublic) { throw null; }
|
||||
public static System.Reflection.MethodInfo GetRaiseMethod(System.Reflection.EventInfo eventInfo) { throw null; }
|
||||
public static System.Reflection.MethodInfo GetRaiseMethod(System.Reflection.EventInfo eventInfo, bool nonPublic) { throw null; }
|
||||
public static System.Reflection.MethodInfo GetRemoveMethod(System.Reflection.EventInfo eventInfo) { throw null; }
|
||||
public static System.Reflection.MethodInfo GetRemoveMethod(System.Reflection.EventInfo eventInfo, bool nonPublic) { throw null; }
|
||||
}
|
||||
public static partial class MemberInfoExtensions
|
||||
{
|
||||
public static int GetMetadataToken(this System.Reflection.MemberInfo member) { throw null; }
|
||||
public static bool HasMetadataToken(this System.Reflection.MemberInfo member) { throw null; }
|
||||
}
|
||||
public static partial class MethodInfoExtensions
|
||||
{
|
||||
public static System.Reflection.MethodInfo GetBaseDefinition(System.Reflection.MethodInfo method) { throw null; }
|
||||
}
|
||||
public static partial class ModuleExtensions
|
||||
{
|
||||
public static System.Guid GetModuleVersionId(this System.Reflection.Module module) { throw null; }
|
||||
public static bool HasModuleVersionId(this System.Reflection.Module module) { throw null; }
|
||||
}
|
||||
public static partial class PropertyInfoExtensions
|
||||
{
|
||||
public static System.Reflection.MethodInfo[] GetAccessors(System.Reflection.PropertyInfo property) { throw null; }
|
||||
public static System.Reflection.MethodInfo[] GetAccessors(System.Reflection.PropertyInfo property, bool nonPublic) { throw null; }
|
||||
public static System.Reflection.MethodInfo GetGetMethod(System.Reflection.PropertyInfo property) { throw null; }
|
||||
public static System.Reflection.MethodInfo GetGetMethod(System.Reflection.PropertyInfo property, bool nonPublic) { throw null; }
|
||||
public static System.Reflection.MethodInfo GetSetMethod(System.Reflection.PropertyInfo property) { throw null; }
|
||||
public static System.Reflection.MethodInfo GetSetMethod(System.Reflection.PropertyInfo property, bool nonPublic) { throw null; }
|
||||
}
|
||||
public static partial class TypeExtensions
|
||||
{
|
||||
public static System.Reflection.ConstructorInfo GetConstructor(System.Type type, System.Type[] types) { throw null; }
|
||||
public static System.Reflection.ConstructorInfo[] GetConstructors(System.Type type) { throw null; }
|
||||
public static System.Reflection.ConstructorInfo[] GetConstructors(System.Type type, System.Reflection.BindingFlags bindingAttr) { throw null; }
|
||||
public static System.Reflection.MemberInfo[] GetDefaultMembers(System.Type type) { throw null; }
|
||||
public static System.Reflection.EventInfo GetEvent(System.Type type, string name) { throw null; }
|
||||
public static System.Reflection.EventInfo GetEvent(System.Type type, string name, System.Reflection.BindingFlags bindingAttr) { throw null; }
|
||||
public static System.Reflection.EventInfo[] GetEvents(System.Type type) { throw null; }
|
||||
public static System.Reflection.EventInfo[] GetEvents(System.Type type, System.Reflection.BindingFlags bindingAttr) { throw null; }
|
||||
public static System.Reflection.FieldInfo GetField(System.Type type, string name) { throw null; }
|
||||
public static System.Reflection.FieldInfo GetField(System.Type type, string name, System.Reflection.BindingFlags bindingAttr) { throw null; }
|
||||
public static System.Reflection.FieldInfo[] GetFields(System.Type type) { throw null; }
|
||||
public static System.Reflection.FieldInfo[] GetFields(System.Type type, System.Reflection.BindingFlags bindingAttr) { throw null; }
|
||||
public static System.Type[] GetGenericArguments(System.Type type) { throw null; }
|
||||
public static System.Type[] GetInterfaces(System.Type type) { throw null; }
|
||||
public static System.Reflection.MemberInfo[] GetMember(System.Type type, string name) { throw null; }
|
||||
public static System.Reflection.MemberInfo[] GetMember(System.Type type, string name, System.Reflection.BindingFlags bindingAttr) { throw null; }
|
||||
public static System.Reflection.MemberInfo[] GetMembers(System.Type type) { throw null; }
|
||||
public static System.Reflection.MemberInfo[] GetMembers(System.Type type, System.Reflection.BindingFlags bindingAttr) { throw null; }
|
||||
public static System.Reflection.MethodInfo GetMethod(System.Type type, string name) { throw null; }
|
||||
public static System.Reflection.MethodInfo GetMethod(System.Type type, string name, System.Reflection.BindingFlags bindingAttr) { throw null; }
|
||||
public static System.Reflection.MethodInfo GetMethod(System.Type type, string name, System.Type[] types) { throw null; }
|
||||
public static System.Reflection.MethodInfo[] GetMethods(System.Type type) { throw null; }
|
||||
public static System.Reflection.MethodInfo[] GetMethods(System.Type type, System.Reflection.BindingFlags bindingAttr) { throw null; }
|
||||
public static System.Type GetNestedType(System.Type type, string name, System.Reflection.BindingFlags bindingAttr) { throw null; }
|
||||
public static System.Type[] GetNestedTypes(System.Type type, System.Reflection.BindingFlags bindingAttr) { throw null; }
|
||||
public static System.Reflection.PropertyInfo[] GetProperties(System.Type type) { throw null; }
|
||||
public static System.Reflection.PropertyInfo[] GetProperties(System.Type type, System.Reflection.BindingFlags bindingAttr) { throw null; }
|
||||
public static System.Reflection.PropertyInfo GetProperty(System.Type type, string name) { throw null; }
|
||||
public static System.Reflection.PropertyInfo GetProperty(System.Type type, string name, System.Reflection.BindingFlags bindingAttr) { throw null; }
|
||||
public static System.Reflection.PropertyInfo GetProperty(System.Type type, string name, System.Type returnType) { throw null; }
|
||||
public static System.Reflection.PropertyInfo GetProperty(System.Type type, string name, System.Type returnType, System.Type[] types) { throw null; }
|
||||
public static bool IsAssignableFrom(System.Type type, System.Type c) { throw null; }
|
||||
public static bool IsInstanceOfType(System.Type type, object o) { throw null; }
|
||||
}
|
||||
}
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.EventInfoExtensions))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.MemberInfoExtensions))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.MethodInfoExtensions))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.ModuleExtensions))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.PropertyInfoExtensions))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.TypeExtensions))]
|
||||
|
||||
@@ -1 +1 @@
|
||||
a438847534be72b44f416c7d8fa4304d446ad10a
|
||||
faec721a749e501975809f748630ed297fd55e50
|
||||
@@ -1 +1 @@
|
||||
0f27d5dca93a66ef6d5377c8ded4782c7bddc1e6
|
||||
d3f38c586a1a7c0e3938542a54de451f4a80c303
|
||||
@@ -1 +1 @@
|
||||
d603652b9b57ec864e79dd5433bf440acad6afc7
|
||||
997751320b5755767912d16a10920d73fac82394
|
||||
@@ -15,12 +15,65 @@
|
||||
[assembly:System.Reflection.AssemblyTitleAttribute("System.IO.Compression.dll")]
|
||||
[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
|
||||
[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
|
||||
[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.IO.Compression.CompressionLevel))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.IO.Compression.CompressionMode))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.IO.Compression.DeflateStream))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.IO.Compression.GZipStream))]
|
||||
namespace System.IO.Compression
|
||||
{
|
||||
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
|
||||
public partial struct BrotliDecoder : System.IDisposable
|
||||
{
|
||||
private object _dummy;
|
||||
private int _dummyPrimitive;
|
||||
public System.Buffers.OperationStatus Decompress(System.ReadOnlySpan<byte> source, System.Span<byte> destination, out int bytesConsumed, out int bytesWritten) { throw null; }
|
||||
public void Dispose() { }
|
||||
public static bool TryDecompress(System.ReadOnlySpan<byte> source, System.Span<byte> destination, out int bytesWritten) { throw null; }
|
||||
}
|
||||
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
|
||||
public partial struct BrotliEncoder : System.IDisposable
|
||||
{
|
||||
private object _dummy;
|
||||
private int _dummyPrimitive;
|
||||
public BrotliEncoder(int quality, int window) { throw null; }
|
||||
public System.Buffers.OperationStatus Compress(System.ReadOnlySpan<byte> source, System.Span<byte> destination, out int bytesConsumed, out int bytesWritten, bool isFinalBlock) { throw null; }
|
||||
public void Dispose() { }
|
||||
public System.Buffers.OperationStatus Flush(System.Span<byte> destination, out int bytesWritten) { throw null; }
|
||||
public static int GetMaxCompressedLength(int length) { throw null; }
|
||||
public static bool TryCompress(System.ReadOnlySpan<byte> source, System.Span<byte> destination, out int bytesWritten) { throw null; }
|
||||
public static bool TryCompress(System.ReadOnlySpan<byte> source, System.Span<byte> destination, out int bytesWritten, int quality, int window) { throw null; }
|
||||
}
|
||||
public sealed partial class BrotliStream : System.IO.Stream
|
||||
{
|
||||
public BrotliStream(System.IO.Stream stream, System.IO.Compression.CompressionLevel compressionLevel) { }
|
||||
public BrotliStream(System.IO.Stream stream, System.IO.Compression.CompressionLevel compressionLevel, bool leaveOpen) { }
|
||||
public BrotliStream(System.IO.Stream stream, System.IO.Compression.CompressionMode mode) { }
|
||||
public BrotliStream(System.IO.Stream stream, System.IO.Compression.CompressionMode mode, bool leaveOpen) { }
|
||||
public System.IO.Stream BaseStream { get { throw null; } }
|
||||
public override bool CanRead { get { throw null; } }
|
||||
public override bool CanSeek { get { throw null; } }
|
||||
public override bool CanWrite { get { throw null; } }
|
||||
public override long Length { get { throw null; } }
|
||||
public override long Position { get { throw null; } set { } }
|
||||
public override System.IAsyncResult BeginRead(byte[] buffer, int offset, int count, System.AsyncCallback asyncCallback, object asyncState) { throw null; }
|
||||
public override System.IAsyncResult BeginWrite(byte[] buffer, int offset, int count, System.AsyncCallback asyncCallback, object asyncState) { throw null; }
|
||||
protected override void Dispose(bool disposing) { }
|
||||
public override int EndRead(System.IAsyncResult asyncResult) { throw null; }
|
||||
public override void EndWrite(System.IAsyncResult asyncResult) { }
|
||||
public override void Flush() { }
|
||||
public override System.Threading.Tasks.Task FlushAsync(System.Threading.CancellationToken cancellationToken) { throw null; }
|
||||
public override int Read(byte[] buffer, int offset, int count) { throw null; }
|
||||
public override int Read(System.Span<byte> buffer) { throw null; }
|
||||
public override System.Threading.Tasks.Task<int> ReadAsync(byte[] buffer, int offset, int count, System.Threading.CancellationToken cancellationToken) { throw null; }
|
||||
public override System.Threading.Tasks.ValueTask<int> ReadAsync(System.Memory<byte> buffer, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
|
||||
public override long Seek(long offset, System.IO.SeekOrigin origin) { throw null; }
|
||||
public override void SetLength(long value) { }
|
||||
public override void Write(byte[] buffer, int offset, int count) { }
|
||||
public override void Write(System.ReadOnlySpan<byte> buffer) { }
|
||||
public override System.Threading.Tasks.Task WriteAsync(byte[] buffer, int offset, int count, System.Threading.CancellationToken cancellationToken) { throw null; }
|
||||
public override System.Threading.Tasks.ValueTask WriteAsync(System.ReadOnlyMemory<byte> buffer, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
|
||||
}
|
||||
public partial class ZipArchive : System.IDisposable
|
||||
{
|
||||
public ZipArchive(System.IO.Stream stream) { }
|
||||
|
||||
@@ -27,7 +27,7 @@ namespace System.Net.Http
|
||||
public ByteArrayContent(byte[] content) { }
|
||||
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 override System.Threading.Tasks.Task SerializeToStreamAsync(System.IO.Stream stream, System.Net.TransportContext context) { throw null; }
|
||||
protected internal override bool TryComputeLength(out long length) { throw null; }
|
||||
}
|
||||
public enum ClientCertificateOption
|
||||
@@ -76,6 +76,10 @@ namespace System.Net.Http
|
||||
public System.Threading.Tasks.Task<System.IO.Stream> GetStreamAsync(System.Uri requestUri) { throw null; }
|
||||
public System.Threading.Tasks.Task<string> GetStringAsync(string requestUri) { throw null; }
|
||||
public System.Threading.Tasks.Task<string> GetStringAsync(System.Uri requestUri) { throw null; }
|
||||
public System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage> PatchAsync(string requestUri, System.Net.Http.HttpContent content) { throw null; }
|
||||
public System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage> PatchAsync(string requestUri, System.Net.Http.HttpContent content, System.Threading.CancellationToken cancellationToken) { throw null; }
|
||||
public System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage> PatchAsync(System.Uri requestUri, System.Net.Http.HttpContent content) { throw null; }
|
||||
public System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage> PatchAsync(System.Uri requestUri, System.Net.Http.HttpContent content, System.Threading.CancellationToken cancellationToken) { throw null; }
|
||||
public System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage> PostAsync(string requestUri, System.Net.Http.HttpContent content) { throw null; }
|
||||
public System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage> PostAsync(string requestUri, System.Net.Http.HttpContent content, System.Threading.CancellationToken cancellationToken) { throw null; }
|
||||
public System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage> PostAsync(System.Uri requestUri, System.Net.Http.HttpContent content) { throw null; }
|
||||
@@ -99,6 +103,7 @@ namespace System.Net.Http
|
||||
public System.Security.Cryptography.X509Certificates.X509CertificateCollection ClientCertificates { get { throw null; } }
|
||||
public System.Net.CookieContainer CookieContainer { get { throw null; } set { } }
|
||||
public System.Net.ICredentials Credentials { get { throw null; } set { } }
|
||||
public static System.Func<System.Net.Http.HttpRequestMessage, System.Security.Cryptography.X509Certificates.X509Certificate2, System.Security.Cryptography.X509Certificates.X509Chain, System.Net.Security.SslPolicyErrors, bool> DangerousAcceptAnyServerCertificateValidator { get { throw null; } }
|
||||
public System.Net.ICredentials DefaultProxyCredentials { get { throw null; } set { } }
|
||||
public int MaxAutomaticRedirections { get { throw null; } set { } }
|
||||
public int MaxConnectionsPerServer { get { throw null; } set { } }
|
||||
@@ -137,7 +142,7 @@ namespace System.Net.Http
|
||||
public System.Threading.Tasks.Task<byte[]> ReadAsByteArrayAsync() { throw null; }
|
||||
public System.Threading.Tasks.Task<System.IO.Stream> ReadAsStreamAsync() { throw null; }
|
||||
public System.Threading.Tasks.Task<string> ReadAsStringAsync() { throw null; }
|
||||
protected internal abstract System.Threading.Tasks.Task SerializeToStreamAsync(System.IO.Stream stream, System.Net.TransportContext context);
|
||||
protected abstract System.Threading.Tasks.Task SerializeToStreamAsync(System.IO.Stream stream, System.Net.TransportContext context);
|
||||
protected internal abstract bool TryComputeLength(out long length);
|
||||
}
|
||||
public abstract partial class HttpMessageHandler : System.IDisposable
|
||||
@@ -163,6 +168,7 @@ namespace System.Net.Http
|
||||
public static System.Net.Http.HttpMethod Head { get { throw null; } }
|
||||
public string Method { get { throw null; } }
|
||||
public static System.Net.Http.HttpMethod Options { get { throw null; } }
|
||||
public static System.Net.Http.HttpMethod Patch { get { throw null; } }
|
||||
public static System.Net.Http.HttpMethod Post { get { throw null; } }
|
||||
public static System.Net.Http.HttpMethod Put { get { throw null; } }
|
||||
public static System.Net.Http.HttpMethod Trace { get { throw null; } }
|
||||
@@ -205,6 +211,7 @@ namespace System.Net.Http
|
||||
public string ReasonPhrase { get { throw null; } set { } }
|
||||
public System.Net.Http.HttpRequestMessage RequestMessage { get { throw null; } set { } }
|
||||
public System.Net.HttpStatusCode StatusCode { get { throw null; } set { } }
|
||||
public System.Net.Http.Headers.HttpResponseHeaders TrailingHeaders { get { throw null; } }
|
||||
public System.Version Version { get { throw null; } set { } }
|
||||
public void Dispose() { }
|
||||
protected virtual void Dispose(bool disposing) { }
|
||||
@@ -225,9 +232,10 @@ namespace System.Net.Http
|
||||
public MultipartContent(string subtype) { }
|
||||
public MultipartContent(string subtype, string boundary) { }
|
||||
public virtual void Add(System.Net.Http.HttpContent content) { }
|
||||
protected override System.Threading.Tasks.Task<System.IO.Stream> CreateContentReadStreamAsync() { throw null; }
|
||||
protected override void Dispose(bool disposing) { }
|
||||
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; }
|
||||
protected 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) { throw null; }
|
||||
}
|
||||
@@ -239,13 +247,46 @@ namespace System.Net.Http
|
||||
public void Add(System.Net.Http.HttpContent content, string name) { }
|
||||
public void Add(System.Net.Http.HttpContent content, string name, string fileName) { }
|
||||
}
|
||||
public sealed partial class ReadOnlyMemoryContent : System.Net.Http.HttpContent
|
||||
{
|
||||
public ReadOnlyMemoryContent(System.ReadOnlyMemory<byte> content) { }
|
||||
protected override System.Threading.Tasks.Task<System.IO.Stream> CreateContentReadStreamAsync() { throw null; }
|
||||
protected override System.Threading.Tasks.Task SerializeToStreamAsync(System.IO.Stream stream, System.Net.TransportContext context) { throw null; }
|
||||
protected internal override bool TryComputeLength(out long length) { throw null; }
|
||||
}
|
||||
public sealed partial class SocketsHttpHandler : System.Net.Http.HttpMessageHandler, System.IDisposable
|
||||
{
|
||||
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 { } }
|
||||
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 System.TimeSpan Expect100ContinueTimeout { get { throw null; } set { } }
|
||||
public int MaxAutomaticRedirections { get { throw null; } set { } }
|
||||
public int MaxConnectionsPerServer { get { throw null; } set { } }
|
||||
public int MaxResponseDrainSize { get { throw null; } set { } }
|
||||
public int MaxResponseHeadersLength { get { throw null; } set { } }
|
||||
public System.TimeSpan PooledConnectionIdleTimeout { get { throw null; } set { } }
|
||||
public System.TimeSpan PooledConnectionLifetime { get { throw null; } set { } }
|
||||
public bool PreAuthenticate { get { throw null; } set { } }
|
||||
public System.Collections.Generic.IDictionary<string, object> Properties { get { throw null; } }
|
||||
public System.Net.IWebProxy Proxy { get { throw null; } set { } }
|
||||
public System.TimeSpan ResponseDrainTimeout { get { throw null; } set { } }
|
||||
public System.Net.Security.SslClientAuthenticationOptions SslOptions { get { throw null; } set { } }
|
||||
public bool UseCookies { get { throw null; } set { } }
|
||||
public bool UseProxy { get { throw null; } set { } }
|
||||
protected override void Dispose(bool disposing) { }
|
||||
protected internal override System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage> SendAsync(System.Net.Http.HttpRequestMessage request, System.Threading.CancellationToken cancellationToken) { throw null; }
|
||||
}
|
||||
public partial class StreamContent : System.Net.Http.HttpContent
|
||||
{
|
||||
public StreamContent(System.IO.Stream content) { }
|
||||
public StreamContent(System.IO.Stream content, int bufferSize) { }
|
||||
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 override System.Threading.Tasks.Task SerializeToStreamAsync(System.IO.Stream stream, System.Net.TransportContext context) { throw null; }
|
||||
protected internal override bool TryComputeLength(out long length) { throw null; }
|
||||
}
|
||||
public partial class StringContent : System.Net.Http.ByteArrayContent
|
||||
@@ -468,17 +509,18 @@ namespace System.Net.Http.Headers
|
||||
public override string ToString() { 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
|
||||
public sealed partial class MediaTypeWithQualityHeaderValue : System.Net.Http.Headers.MediaTypeHeaderValue, System.ICloneable
|
||||
{
|
||||
public MediaTypeWithQualityHeaderValue(string mediaType) : base (default(string)) { }
|
||||
public MediaTypeWithQualityHeaderValue(string mediaType, double quality) : base (default(string)) { }
|
||||
public MediaTypeWithQualityHeaderValue(string mediaType) : base (default(System.Net.Http.Headers.MediaTypeHeaderValue)) { }
|
||||
public MediaTypeWithQualityHeaderValue(string mediaType, double quality) : base (default(System.Net.Http.Headers.MediaTypeHeaderValue)) { }
|
||||
public System.Nullable<double> Quality { get { throw null; } set { } }
|
||||
public static new System.Net.Http.Headers.MediaTypeWithQualityHeaderValue Parse(string input) { throw null; }
|
||||
object System.ICloneable.Clone() { throw null; }
|
||||
public static bool TryParse(string input, out System.Net.Http.Headers.MediaTypeWithQualityHeaderValue parsedValue) { throw null; }
|
||||
}
|
||||
public partial class NameValueHeaderValue : System.ICloneable
|
||||
{
|
||||
protected internal NameValueHeaderValue(System.Net.Http.Headers.NameValueHeaderValue source) { }
|
||||
protected NameValueHeaderValue(System.Net.Http.Headers.NameValueHeaderValue source) { }
|
||||
public NameValueHeaderValue(string name) { }
|
||||
public NameValueHeaderValue(string name, string value) { }
|
||||
public string Name { get { throw null; } }
|
||||
@@ -606,12 +648,13 @@ namespace System.Net.Http.Headers
|
||||
public override string ToString() { 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
|
||||
public sealed partial class TransferCodingWithQualityHeaderValue : System.Net.Http.Headers.TransferCodingHeaderValue, System.ICloneable
|
||||
{
|
||||
public TransferCodingWithQualityHeaderValue(string value) : base (default(string)) { }
|
||||
public TransferCodingWithQualityHeaderValue(string value, double quality) : base (default(string)) { }
|
||||
public TransferCodingWithQualityHeaderValue(string value) : base (default(System.Net.Http.Headers.TransferCodingHeaderValue)) { }
|
||||
public TransferCodingWithQualityHeaderValue(string value, double quality) : base (default(System.Net.Http.Headers.TransferCodingHeaderValue)) { }
|
||||
public System.Nullable<double> Quality { get { throw null; } set { } }
|
||||
public static new System.Net.Http.Headers.TransferCodingWithQualityHeaderValue Parse(string input) { throw null; }
|
||||
object System.ICloneable.Clone() { throw null; }
|
||||
public static bool TryParse(string input, out System.Net.Http.Headers.TransferCodingWithQualityHeaderValue parsedValue) { throw null; }
|
||||
}
|
||||
public partial class ViaHeaderValue : System.ICloneable
|
||||
|
||||
@@ -1 +1 @@
|
||||
d08fc2a0f76356799f0c3866ee88c089a1b44ffc
|
||||
58b5b7f5d1934f76d073804edc65534dba5e310a
|
||||
@@ -1 +1 @@
|
||||
c876fc10c44dfbcd52c7bbff4f0aa7e6b9dd856d
|
||||
37208de3822bb74521236d8b06326e9e402b24c7
|
||||
@@ -1 +1 @@
|
||||
505ae17b8dc98c3bbf1edd670f5bcc78ed694c38
|
||||
2acb945e78fa15edc6839274ca4c17b9e5fbe024
|
||||
@@ -29,6 +29,7 @@
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.ImmutableObjectAttribute))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.InitializationEventAttribute))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.ISite))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.ISupportInitialize))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.LocalizableAttribute))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.MergablePropertyAttribute))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.NotifyParentPropertyAttribute))]
|
||||
|
||||
@@ -26,6 +26,7 @@
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.CollectionChangeEventArgs))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.CollectionChangeEventHandler))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.CollectionConverter))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.Container))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.CustomTypeDescriptor))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.DateTimeConverter))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.DateTimeOffsetConverter))]
|
||||
|
||||
@@ -15,50 +15,4 @@
|
||||
[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
|
||||
[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
|
||||
[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
|
||||
namespace System
|
||||
{
|
||||
[System.AttributeUsageAttribute(System.AttributeTargets.All, AllowMultiple=true)]
|
||||
internal partial class MonoDocumentationNoteAttribute : System.MonoTODOAttribute
|
||||
{
|
||||
public MonoDocumentationNoteAttribute(string comment) { }
|
||||
}
|
||||
[System.AttributeUsageAttribute(System.AttributeTargets.All, AllowMultiple=true)]
|
||||
internal partial class MonoExtensionAttribute : System.MonoTODOAttribute
|
||||
{
|
||||
public MonoExtensionAttribute(string comment) { }
|
||||
}
|
||||
[System.AttributeUsageAttribute(System.AttributeTargets.All, AllowMultiple=true)]
|
||||
internal partial class MonoInternalNoteAttribute : System.MonoTODOAttribute
|
||||
{
|
||||
public MonoInternalNoteAttribute(string comment) { }
|
||||
}
|
||||
[System.AttributeUsageAttribute(System.AttributeTargets.All, AllowMultiple=true)]
|
||||
internal partial class MonoLimitationAttribute : System.MonoTODOAttribute
|
||||
{
|
||||
public MonoLimitationAttribute(string comment) { }
|
||||
}
|
||||
[System.AttributeUsageAttribute(System.AttributeTargets.All, AllowMultiple=true)]
|
||||
internal partial class MonoNotSupportedAttribute : System.MonoTODOAttribute
|
||||
{
|
||||
public MonoNotSupportedAttribute(string comment) { }
|
||||
}
|
||||
[System.AttributeUsageAttribute(System.AttributeTargets.All, AllowMultiple=true)]
|
||||
internal partial class MonoTODOAttribute : System.Attribute
|
||||
{
|
||||
public MonoTODOAttribute() { }
|
||||
public MonoTODOAttribute(string comment) { }
|
||||
public string Comment { get { throw null; } }
|
||||
}
|
||||
}
|
||||
namespace System.Reflection
|
||||
{
|
||||
public abstract partial class DispatchProxy
|
||||
{
|
||||
[System.MonoTODOAttribute]
|
||||
protected DispatchProxy() { }
|
||||
[System.MonoTODOAttribute]
|
||||
public static T Create<T, TProxy>() where TProxy : System.Reflection.DispatchProxy { throw null; }
|
||||
[System.MonoTODOAttribute]
|
||||
protected abstract object Invoke(System.Reflection.MethodInfo targetMethod, object[] args);
|
||||
}
|
||||
}
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.DispatchProxy))]
|
||||
|
||||
@@ -14,81 +14,11 @@
|
||||
[assembly:System.Reflection.AssemblyTitleAttribute("System.Reflection.TypeExtensions")]
|
||||
[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
|
||||
[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.AssemblyExtensions))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.BindingFlags))]
|
||||
namespace System.Reflection
|
||||
{
|
||||
public static partial class AssemblyExtensions
|
||||
{
|
||||
public static System.Type[] GetExportedTypes(System.Reflection.Assembly assembly) { throw null; }
|
||||
public static System.Reflection.Module[] GetModules(System.Reflection.Assembly assembly) { throw null; }
|
||||
public static System.Type[] GetTypes(System.Reflection.Assembly assembly) { throw null; }
|
||||
}
|
||||
public static partial class EventInfoExtensions
|
||||
{
|
||||
public static System.Reflection.MethodInfo GetAddMethod(System.Reflection.EventInfo eventInfo) { throw null; }
|
||||
public static System.Reflection.MethodInfo GetAddMethod(System.Reflection.EventInfo eventInfo, bool nonPublic) { throw null; }
|
||||
public static System.Reflection.MethodInfo GetRaiseMethod(System.Reflection.EventInfo eventInfo) { throw null; }
|
||||
public static System.Reflection.MethodInfo GetRaiseMethod(System.Reflection.EventInfo eventInfo, bool nonPublic) { throw null; }
|
||||
public static System.Reflection.MethodInfo GetRemoveMethod(System.Reflection.EventInfo eventInfo) { throw null; }
|
||||
public static System.Reflection.MethodInfo GetRemoveMethod(System.Reflection.EventInfo eventInfo, bool nonPublic) { throw null; }
|
||||
}
|
||||
public static partial class MemberInfoExtensions
|
||||
{
|
||||
public static int GetMetadataToken(this System.Reflection.MemberInfo member) { throw null; }
|
||||
public static bool HasMetadataToken(this System.Reflection.MemberInfo member) { throw null; }
|
||||
}
|
||||
public static partial class MethodInfoExtensions
|
||||
{
|
||||
public static System.Reflection.MethodInfo GetBaseDefinition(System.Reflection.MethodInfo method) { throw null; }
|
||||
}
|
||||
public static partial class ModuleExtensions
|
||||
{
|
||||
public static System.Guid GetModuleVersionId(this System.Reflection.Module module) { throw null; }
|
||||
public static bool HasModuleVersionId(this System.Reflection.Module module) { throw null; }
|
||||
}
|
||||
public static partial class PropertyInfoExtensions
|
||||
{
|
||||
public static System.Reflection.MethodInfo[] GetAccessors(System.Reflection.PropertyInfo property) { throw null; }
|
||||
public static System.Reflection.MethodInfo[] GetAccessors(System.Reflection.PropertyInfo property, bool nonPublic) { throw null; }
|
||||
public static System.Reflection.MethodInfo GetGetMethod(System.Reflection.PropertyInfo property) { throw null; }
|
||||
public static System.Reflection.MethodInfo GetGetMethod(System.Reflection.PropertyInfo property, bool nonPublic) { throw null; }
|
||||
public static System.Reflection.MethodInfo GetSetMethod(System.Reflection.PropertyInfo property) { throw null; }
|
||||
public static System.Reflection.MethodInfo GetSetMethod(System.Reflection.PropertyInfo property, bool nonPublic) { throw null; }
|
||||
}
|
||||
public static partial class TypeExtensions
|
||||
{
|
||||
public static System.Reflection.ConstructorInfo GetConstructor(System.Type type, System.Type[] types) { throw null; }
|
||||
public static System.Reflection.ConstructorInfo[] GetConstructors(System.Type type) { throw null; }
|
||||
public static System.Reflection.ConstructorInfo[] GetConstructors(System.Type type, System.Reflection.BindingFlags bindingAttr) { throw null; }
|
||||
public static System.Reflection.MemberInfo[] GetDefaultMembers(System.Type type) { throw null; }
|
||||
public static System.Reflection.EventInfo GetEvent(System.Type type, string name) { throw null; }
|
||||
public static System.Reflection.EventInfo GetEvent(System.Type type, string name, System.Reflection.BindingFlags bindingAttr) { throw null; }
|
||||
public static System.Reflection.EventInfo[] GetEvents(System.Type type) { throw null; }
|
||||
public static System.Reflection.EventInfo[] GetEvents(System.Type type, System.Reflection.BindingFlags bindingAttr) { throw null; }
|
||||
public static System.Reflection.FieldInfo GetField(System.Type type, string name) { throw null; }
|
||||
public static System.Reflection.FieldInfo GetField(System.Type type, string name, System.Reflection.BindingFlags bindingAttr) { throw null; }
|
||||
public static System.Reflection.FieldInfo[] GetFields(System.Type type) { throw null; }
|
||||
public static System.Reflection.FieldInfo[] GetFields(System.Type type, System.Reflection.BindingFlags bindingAttr) { throw null; }
|
||||
public static System.Type[] GetGenericArguments(System.Type type) { throw null; }
|
||||
public static System.Type[] GetInterfaces(System.Type type) { throw null; }
|
||||
public static System.Reflection.MemberInfo[] GetMember(System.Type type, string name) { throw null; }
|
||||
public static System.Reflection.MemberInfo[] GetMember(System.Type type, string name, System.Reflection.BindingFlags bindingAttr) { throw null; }
|
||||
public static System.Reflection.MemberInfo[] GetMembers(System.Type type) { throw null; }
|
||||
public static System.Reflection.MemberInfo[] GetMembers(System.Type type, System.Reflection.BindingFlags bindingAttr) { throw null; }
|
||||
public static System.Reflection.MethodInfo GetMethod(System.Type type, string name) { throw null; }
|
||||
public static System.Reflection.MethodInfo GetMethod(System.Type type, string name, System.Reflection.BindingFlags bindingAttr) { throw null; }
|
||||
public static System.Reflection.MethodInfo GetMethod(System.Type type, string name, System.Type[] types) { throw null; }
|
||||
public static System.Reflection.MethodInfo[] GetMethods(System.Type type) { throw null; }
|
||||
public static System.Reflection.MethodInfo[] GetMethods(System.Type type, System.Reflection.BindingFlags bindingAttr) { throw null; }
|
||||
public static System.Type GetNestedType(System.Type type, string name, System.Reflection.BindingFlags bindingAttr) { throw null; }
|
||||
public static System.Type[] GetNestedTypes(System.Type type, System.Reflection.BindingFlags bindingAttr) { throw null; }
|
||||
public static System.Reflection.PropertyInfo[] GetProperties(System.Type type) { throw null; }
|
||||
public static System.Reflection.PropertyInfo[] GetProperties(System.Type type, System.Reflection.BindingFlags bindingAttr) { throw null; }
|
||||
public static System.Reflection.PropertyInfo GetProperty(System.Type type, string name) { throw null; }
|
||||
public static System.Reflection.PropertyInfo GetProperty(System.Type type, string name, System.Reflection.BindingFlags bindingAttr) { throw null; }
|
||||
public static System.Reflection.PropertyInfo GetProperty(System.Type type, string name, System.Type returnType) { throw null; }
|
||||
public static System.Reflection.PropertyInfo GetProperty(System.Type type, string name, System.Type returnType, System.Type[] types) { throw null; }
|
||||
public static bool IsAssignableFrom(System.Type type, System.Type c) { throw null; }
|
||||
public static bool IsInstanceOfType(System.Type type, object o) { throw null; }
|
||||
}
|
||||
}
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.EventInfoExtensions))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.MemberInfoExtensions))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.MethodInfoExtensions))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.ModuleExtensions))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.PropertyInfoExtensions))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Reflection.TypeExtensions))]
|
||||
|
||||
@@ -1 +1 @@
|
||||
a438847534be72b44f416c7d8fa4304d446ad10a
|
||||
faec721a749e501975809f748630ed297fd55e50
|
||||
@@ -1 +1 @@
|
||||
7778ed32622d805dcf7b92ebc3cb615205382a38
|
||||
a2903c6766e68bca999f5676b4a81e8d36db472c
|
||||
@@ -1 +1 @@
|
||||
d603652b9b57ec864e79dd5433bf440acad6afc7
|
||||
997751320b5755767912d16a10920d73fac82394
|
||||
@@ -15,12 +15,65 @@
|
||||
[assembly:System.Reflection.AssemblyTitleAttribute("System.IO.Compression.dll")]
|
||||
[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
|
||||
[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
|
||||
[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.IO.Compression.CompressionLevel))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.IO.Compression.CompressionMode))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.IO.Compression.DeflateStream))]
|
||||
[assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.IO.Compression.GZipStream))]
|
||||
namespace System.IO.Compression
|
||||
{
|
||||
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
|
||||
public partial struct BrotliDecoder : System.IDisposable
|
||||
{
|
||||
private object _dummy;
|
||||
private int _dummyPrimitive;
|
||||
public System.Buffers.OperationStatus Decompress(System.ReadOnlySpan<byte> source, System.Span<byte> destination, out int bytesConsumed, out int bytesWritten) { throw null; }
|
||||
public void Dispose() { }
|
||||
public static bool TryDecompress(System.ReadOnlySpan<byte> source, System.Span<byte> destination, out int bytesWritten) { throw null; }
|
||||
}
|
||||
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
|
||||
public partial struct BrotliEncoder : System.IDisposable
|
||||
{
|
||||
private object _dummy;
|
||||
private int _dummyPrimitive;
|
||||
public BrotliEncoder(int quality, int window) { throw null; }
|
||||
public System.Buffers.OperationStatus Compress(System.ReadOnlySpan<byte> source, System.Span<byte> destination, out int bytesConsumed, out int bytesWritten, bool isFinalBlock) { throw null; }
|
||||
public void Dispose() { }
|
||||
public System.Buffers.OperationStatus Flush(System.Span<byte> destination, out int bytesWritten) { throw null; }
|
||||
public static int GetMaxCompressedLength(int length) { throw null; }
|
||||
public static bool TryCompress(System.ReadOnlySpan<byte> source, System.Span<byte> destination, out int bytesWritten) { throw null; }
|
||||
public static bool TryCompress(System.ReadOnlySpan<byte> source, System.Span<byte> destination, out int bytesWritten, int quality, int window) { throw null; }
|
||||
}
|
||||
public sealed partial class BrotliStream : System.IO.Stream
|
||||
{
|
||||
public BrotliStream(System.IO.Stream stream, System.IO.Compression.CompressionLevel compressionLevel) { }
|
||||
public BrotliStream(System.IO.Stream stream, System.IO.Compression.CompressionLevel compressionLevel, bool leaveOpen) { }
|
||||
public BrotliStream(System.IO.Stream stream, System.IO.Compression.CompressionMode mode) { }
|
||||
public BrotliStream(System.IO.Stream stream, System.IO.Compression.CompressionMode mode, bool leaveOpen) { }
|
||||
public System.IO.Stream BaseStream { get { throw null; } }
|
||||
public override bool CanRead { get { throw null; } }
|
||||
public override bool CanSeek { get { throw null; } }
|
||||
public override bool CanWrite { get { throw null; } }
|
||||
public override long Length { get { throw null; } }
|
||||
public override long Position { get { throw null; } set { } }
|
||||
public override System.IAsyncResult BeginRead(byte[] buffer, int offset, int count, System.AsyncCallback asyncCallback, object asyncState) { throw null; }
|
||||
public override System.IAsyncResult BeginWrite(byte[] buffer, int offset, int count, System.AsyncCallback asyncCallback, object asyncState) { throw null; }
|
||||
protected override void Dispose(bool disposing) { }
|
||||
public override int EndRead(System.IAsyncResult asyncResult) { throw null; }
|
||||
public override void EndWrite(System.IAsyncResult asyncResult) { }
|
||||
public override void Flush() { }
|
||||
public override System.Threading.Tasks.Task FlushAsync(System.Threading.CancellationToken cancellationToken) { throw null; }
|
||||
public override int Read(byte[] buffer, int offset, int count) { throw null; }
|
||||
public override int Read(System.Span<byte> buffer) { throw null; }
|
||||
public override System.Threading.Tasks.Task<int> ReadAsync(byte[] buffer, int offset, int count, System.Threading.CancellationToken cancellationToken) { throw null; }
|
||||
public override System.Threading.Tasks.ValueTask<int> ReadAsync(System.Memory<byte> buffer, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
|
||||
public override long Seek(long offset, System.IO.SeekOrigin origin) { throw null; }
|
||||
public override void SetLength(long value) { }
|
||||
public override void Write(byte[] buffer, int offset, int count) { }
|
||||
public override void Write(System.ReadOnlySpan<byte> buffer) { }
|
||||
public override System.Threading.Tasks.Task WriteAsync(byte[] buffer, int offset, int count, System.Threading.CancellationToken cancellationToken) { throw null; }
|
||||
public override System.Threading.Tasks.ValueTask WriteAsync(System.ReadOnlyMemory<byte> buffer, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; }
|
||||
}
|
||||
public partial class ZipArchive : System.IDisposable
|
||||
{
|
||||
public ZipArchive(System.IO.Stream stream) { }
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user