[apidiff] Update XML references to the new 15.8 stable release (#4687)

This commit is contained in:
Sebastien Pouliot 2018-08-24 08:25:14 -04:00 коммит произвёл GitHub
Родитель 5da88bfbc7
Коммит 19173951d0
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
101 изменённых файлов: 15121 добавлений и 4366 удалений

Просмотреть файл

Просмотреть файл

Просмотреть файл

Просмотреть файл

@ -853,7 +853,11 @@
<interface name="UIKit.IUIScrollViewDelegate" />
</interfaces>
<fields>
<field name="Container" attrib="4" fieldtype="MonoTouch.Dialog.DialogViewController" />
<field name="Container" attrib="4" fieldtype="MonoTouch.Dialog.DialogViewController">
<attributes>
<attribute name="System.WeakAttribute" />
</attributes>
</field>
<field name="Root" attrib="4" fieldtype="MonoTouch.Dialog.RootElement" />
</fields>
<constructors>

Просмотреть файл

Просмотреть файл

Просмотреть файл

Просмотреть файл

Просмотреть файл

Просмотреть файл

Просмотреть файл

Просмотреть файл

Просмотреть файл

Просмотреть файл

@ -161,13 +161,6 @@
<parameter name="value" position="0" attrib="0" type="System.UInt64" />
</parameters>
</constructor>
<constructor name=".ctor(System.ReadOnlySpan`1[System.Byte], System.Boolean, System.Boolean)" attrib="6278">
<parameters>
<parameter name="value" position="0" attrib="0" type="System.ReadOnlySpan`1[System.Byte]" />
<parameter name="isUnsigned" position="1" attrib="4112" type="System.Boolean" optional="true" defaultValue="False" />
<parameter name="isBigEndian" position="2" attrib="4112" type="System.Boolean" optional="true" defaultValue="False" />
</parameters>
</constructor>
</constructors>
<properties>
<property name="IsEven" attrib="0" ptype="System.Boolean">
@ -389,13 +382,6 @@
<parameter name="provider" position="1" attrib="0" type="System.IFormatProvider" />
</parameters>
</method>
<method name="Parse(System.ReadOnlySpan`1[System.Char], System.Globalization.NumberStyles, System.IFormatProvider)" attrib="150" static="true" returntype="System.Numerics.BigInteger">
<parameters>
<parameter name="value" position="0" attrib="0" type="System.ReadOnlySpan`1[System.Char]" />
<parameter name="style" position="1" attrib="4112" type="System.Globalization.NumberStyles" optional="true" defaultValue="7" />
<parameter name="provider" position="2" attrib="4112" type="System.IFormatProvider" optional="true" defaultValue="NULL" />
</parameters>
</method>
<method name="Parse(System.String, System.Globalization.NumberStyles, System.IFormatProvider)" attrib="150" static="true" returntype="System.Numerics.BigInteger">
<parameters>
<parameter name="value" position="0" attrib="0" type="System.String" />
@ -449,34 +435,12 @@
<parameter name="provider" position="1" attrib="0" type="System.IFormatProvider" />
</parameters>
</method>
<method name="TryFormat(System.Span`1[System.Char], out System.Int32&amp;, System.ReadOnlySpan`1[System.Char], System.IFormatProvider)" attrib="134" returntype="System.Boolean">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.Span`1[System.Char]" />
<parameter name="charsWritten" position="1" attrib="2" type="System.Int32" direction="out" />
<parameter name="format" position="2" attrib="4112" type="System.ReadOnlySpan`1[System.Char]" optional="true" defaultValue="NULL" />
<parameter name="provider" position="3" attrib="4112" type="System.IFormatProvider" optional="true" defaultValue="NULL" />
</parameters>
</method>
<method name="TryParse(System.ReadOnlySpan`1[System.Char], out System.Numerics.BigInteger&amp;)" attrib="150" static="true" returntype="System.Boolean">
<parameters>
<parameter name="value" position="0" attrib="0" type="System.ReadOnlySpan`1[System.Char]" />
<parameter name="result" position="1" attrib="2" type="System.Numerics.BigInteger" direction="out" />
</parameters>
</method>
<method name="TryParse(System.String, out System.Numerics.BigInteger&amp;)" attrib="150" static="true" returntype="System.Boolean">
<parameters>
<parameter name="value" position="0" attrib="0" type="System.String" />
<parameter name="result" position="1" attrib="2" type="System.Numerics.BigInteger" direction="out" />
</parameters>
</method>
<method name="TryParse(System.ReadOnlySpan`1[System.Char], System.Globalization.NumberStyles, System.IFormatProvider, out System.Numerics.BigInteger&amp;)" attrib="150" static="true" returntype="System.Boolean">
<parameters>
<parameter name="value" position="0" attrib="0" type="System.ReadOnlySpan`1[System.Char]" />
<parameter name="style" position="1" attrib="0" type="System.Globalization.NumberStyles" />
<parameter name="provider" position="2" attrib="0" type="System.IFormatProvider" />
<parameter name="result" position="3" attrib="2" type="System.Numerics.BigInteger" direction="out" />
</parameters>
</method>
<method name="TryParse(System.String, System.Globalization.NumberStyles, System.IFormatProvider, out System.Numerics.BigInteger&amp;)" attrib="150" static="true" returntype="System.Boolean">
<parameters>
<parameter name="value" position="0" attrib="0" type="System.String" />
@ -485,14 +449,6 @@
<parameter name="result" position="3" attrib="2" type="System.Numerics.BigInteger" direction="out" />
</parameters>
</method>
<method name="TryWriteBytes(System.Span`1[System.Byte], out System.Int32&amp;, System.Boolean, System.Boolean)" attrib="134" returntype="System.Boolean">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.Span`1[System.Byte]" />
<parameter name="bytesWritten" position="1" attrib="2" type="System.Int32" direction="out" />
<parameter name="isUnsigned" position="2" attrib="4112" type="System.Boolean" optional="true" defaultValue="False" />
<parameter name="isBigEndian" position="3" attrib="4112" type="System.Boolean" optional="true" defaultValue="False" />
</parameters>
</method>
<method name="op_Addition(System.Numerics.BigInteger, System.Numerics.BigInteger)" attrib="2198" static="true" returntype="System.Numerics.BigInteger">
<parameters>
<parameter name="left" position="0" attrib="0" type="System.Numerics.BigInteger" />

Просмотреть файл

Просмотреть файл

Просмотреть файл

Просмотреть файл

Просмотреть файл

Просмотреть файл

Просмотреть файл

Просмотреть файл

Просмотреть файл

@ -23747,11 +23747,6 @@
<parameter name="cancellationToken" position="0" attrib="0" type="System.Threading.CancellationToken" />
</parameters>
</method>
<method name="Read(System.Span`1[System.Byte])" attrib="198" virtual="true" is-override="true" returntype="System.Int32">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.Span`1[System.Byte]" />
</parameters>
</method>
<method name="Read(System.Byte[], System.Int32, System.Int32)" attrib="198" virtual="true" is-override="true" returntype="System.Int32">
<parameters>
<parameter name="array" position="0" attrib="0" type="System.Byte[]" />
@ -23759,12 +23754,6 @@
<parameter name="count" position="2" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="ReadAsync(System.Memory`1[System.Byte], System.Threading.CancellationToken)" attrib="198" virtual="true" is-override="true" returntype="System.Threading.Tasks.ValueTask`1[System.Int32]">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.Memory`1[System.Byte]" />
<parameter name="cancellationToken" position="1" attrib="4112" type="System.Threading.CancellationToken" optional="true" defaultValue="NULL" />
</parameters>
</method>
<method name="ReadAsync(System.Byte[], System.Int32, System.Int32, System.Threading.CancellationToken)" attrib="198" virtual="true" is-override="true" returntype="System.Threading.Tasks.Task`1[System.Int32]">
<parameters>
<parameter name="array" position="0" attrib="0" type="System.Byte[]" />
@ -23787,11 +23776,6 @@
<parameter name="value" position="0" attrib="0" type="System.Int64" />
</parameters>
</method>
<method name="Write(System.ReadOnlySpan`1[System.Byte])" attrib="198" virtual="true" is-override="true" returntype="System.Void">
<parameters>
<parameter name="source" position="0" attrib="0" type="System.ReadOnlySpan`1[System.Byte]" />
</parameters>
</method>
<method name="Write(System.Byte[], System.Int32, System.Int32)" attrib="198" virtual="true" is-override="true" returntype="System.Void">
<parameters>
<parameter name="array" position="0" attrib="0" type="System.Byte[]" />
@ -24867,6 +24851,9 @@
<property name="BytesReceived" attrib="0" ptype="System.Int64">
<methods>
<method name="get_BytesReceived()" attrib="2182" returntype="System.Int64">
<attributes>
<attribute name="System.Runtime.CompilerServices.CompilerGeneratedAttribute" />
</attributes>
<parameters />
</method>
</methods>
@ -24874,6 +24861,9 @@
<property name="TotalBytesToReceive" attrib="0" ptype="System.Int64">
<methods>
<method name="get_TotalBytesToReceive()" attrib="2182" returntype="System.Int64">
<attributes>
<attribute name="System.Runtime.CompilerServices.CompilerGeneratedAttribute" />
</attributes>
<parameters />
</method>
</methods>
@ -26814,8 +26804,7 @@
<attributes>
<attribute name="System.ObsoleteAttribute">
<properties>
<property name="Message" value="Serialization is obsoleted for this type" />
<property name="IsError" value="False" />
<property name="Message" value="Serialization is obsoleted for this type. http://go.microsoft.com/fwlink/?linkid=14202" />
</properties>
</attribute>
</attributes>
@ -27429,6 +27418,9 @@
<parameter name="context" position="0" attrib="2" type="System.Net.TransportContext" direction="out" />
</parameters>
</method>
<method name="GetRequestStreamAsync()" attrib="198" virtual="true" is-override="true" returntype="System.Threading.Tasks.Task`1[System.IO.Stream]">
<parameters />
</method>
<method name="GetResponse()" attrib="198" virtual="true" is-override="true" returntype="System.Net.WebResponse">
<parameters />
</method>
@ -29030,6 +29022,9 @@
<property name="BytesReceived" attrib="0" ptype="System.Int64">
<methods>
<method name="get_BytesReceived()" attrib="2182" returntype="System.Int64">
<attributes>
<attribute name="System.Runtime.CompilerServices.CompilerGeneratedAttribute" />
</attributes>
<parameters />
</method>
</methods>
@ -29037,6 +29032,9 @@
<property name="BytesSent" attrib="0" ptype="System.Int64">
<methods>
<method name="get_BytesSent()" attrib="2182" returntype="System.Int64">
<attributes>
<attribute name="System.Runtime.CompilerServices.CompilerGeneratedAttribute" />
</attributes>
<parameters />
</method>
</methods>
@ -29044,6 +29042,9 @@
<property name="TotalBytesToReceive" attrib="0" ptype="System.Int64">
<methods>
<method name="get_TotalBytesToReceive()" attrib="2182" returntype="System.Int64">
<attributes>
<attribute name="System.Runtime.CompilerServices.CompilerGeneratedAttribute" />
</attributes>
<parameters />
</method>
</methods>
@ -29051,6 +29052,9 @@
<property name="TotalBytesToSend" attrib="0" ptype="System.Int64">
<methods>
<method name="get_TotalBytesToSend()" attrib="2182" returntype="System.Int64">
<attributes>
<attribute name="System.Runtime.CompilerServices.CompilerGeneratedAttribute" />
</attributes>
<parameters />
</method>
</methods>
@ -29185,13 +29189,6 @@
</methods>
</class>
<class name="WebClient" type="class" base="System.ComponentModel.Component" charset="Ansi" layout="Auto">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="True" />
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.ComponentModel.IComponent" />
<interface name="System.IDisposable" />
@ -29279,9 +29276,15 @@
<property name="CachePolicy" attrib="0" ptype="System.Net.Cache.RequestCachePolicy">
<methods>
<method name="get_CachePolicy()" attrib="2182" returntype="System.Net.Cache.RequestCachePolicy">
<attributes>
<attribute name="System.Runtime.CompilerServices.CompilerGeneratedAttribute" />
</attributes>
<parameters />
</method>
<method name="set_CachePolicy(System.Net.Cache.RequestCachePolicy)" attrib="2182" returntype="System.Void">
<attributes>
<attribute name="System.Runtime.CompilerServices.CompilerGeneratedAttribute" />
</attributes>
<parameters>
<parameter name="value" position="0" attrib="0" type="System.Net.Cache.RequestCachePolicy" />
</parameters>
@ -29417,37 +29420,23 @@
<parameter name="address" position="0" attrib="0" type="System.Uri" />
</parameters>
</method>
<method name="DownloadDataAsync(System.Uri)" attrib="16518" returntype="System.Void">
<method name="DownloadDataAsync(System.Uri)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
</parameters>
</method>
<method name="DownloadDataAsync(System.Uri, System.Object)" attrib="16518" returntype="System.Void">
<method name="DownloadDataAsync(System.Uri, System.Object)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="userToken" position="1" attrib="0" type="System.Object" />
</parameters>
</method>
<method name="DownloadDataTaskAsync(System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="DownloadDataTaskAsync(System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
</parameters>
</method>
<method name="DownloadDataTaskAsync(System.Uri)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="DownloadDataTaskAsync(System.Uri)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
</parameters>
@ -29464,40 +29453,26 @@
<parameter name="fileName" position="1" attrib="0" type="System.String" />
</parameters>
</method>
<method name="DownloadFileAsync(System.Uri, System.String)" attrib="16518" returntype="System.Void">
<method name="DownloadFileAsync(System.Uri, System.String)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="fileName" position="1" attrib="0" type="System.String" />
</parameters>
</method>
<method name="DownloadFileAsync(System.Uri, System.String, System.Object)" attrib="16518" returntype="System.Void">
<method name="DownloadFileAsync(System.Uri, System.String, System.Object)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="fileName" position="1" attrib="0" type="System.String" />
<parameter name="userToken" position="2" attrib="0" type="System.Object" />
</parameters>
</method>
<method name="DownloadFileTaskAsync(System.String, System.String)" attrib="16518" returntype="System.Threading.Tasks.Task">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="DownloadFileTaskAsync(System.String, System.String)" attrib="134" returntype="System.Threading.Tasks.Task">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
<parameter name="fileName" position="1" attrib="0" type="System.String" />
</parameters>
</method>
<method name="DownloadFileTaskAsync(System.Uri, System.String)" attrib="16518" returntype="System.Threading.Tasks.Task">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="DownloadFileTaskAsync(System.Uri, System.String)" attrib="134" returntype="System.Threading.Tasks.Task">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="fileName" position="1" attrib="0" type="System.String" />
@ -29513,37 +29488,23 @@
<parameter name="address" position="0" attrib="0" type="System.Uri" />
</parameters>
</method>
<method name="DownloadStringAsync(System.Uri)" attrib="16518" returntype="System.Void">
<method name="DownloadStringAsync(System.Uri)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
</parameters>
</method>
<method name="DownloadStringAsync(System.Uri, System.Object)" attrib="16518" returntype="System.Void">
<method name="DownloadStringAsync(System.Uri, System.Object)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="userToken" position="1" attrib="0" type="System.Object" />
</parameters>
</method>
<method name="DownloadStringTaskAsync(System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.String]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="DownloadStringTaskAsync(System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.String]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
</parameters>
</method>
<method name="DownloadStringTaskAsync(System.Uri)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.String]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="DownloadStringTaskAsync(System.Uri)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.String]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
</parameters>
@ -29647,37 +29608,23 @@
<parameter name="address" position="0" attrib="0" type="System.Uri" />
</parameters>
</method>
<method name="OpenReadAsync(System.Uri)" attrib="16518" returntype="System.Void">
<method name="OpenReadAsync(System.Uri)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
</parameters>
</method>
<method name="OpenReadAsync(System.Uri, System.Object)" attrib="16518" returntype="System.Void">
<method name="OpenReadAsync(System.Uri, System.Object)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="userToken" position="1" attrib="0" type="System.Object" />
</parameters>
</method>
<method name="OpenReadTaskAsync(System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.IO.Stream]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="OpenReadTaskAsync(System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.IO.Stream]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
</parameters>
</method>
<method name="OpenReadTaskAsync(System.Uri)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.IO.Stream]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="OpenReadTaskAsync(System.Uri)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.IO.Stream]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
</parameters>
@ -29704,69 +29651,41 @@
<parameter name="method" position="1" attrib="0" type="System.String" />
</parameters>
</method>
<method name="OpenWriteAsync(System.Uri)" attrib="16518" returntype="System.Void">
<method name="OpenWriteAsync(System.Uri)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
</parameters>
</method>
<method name="OpenWriteAsync(System.Uri, System.String)" attrib="16518" returntype="System.Void">
<method name="OpenWriteAsync(System.Uri, System.String)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
</parameters>
</method>
<method name="OpenWriteAsync(System.Uri, System.String, System.Object)" attrib="16518" returntype="System.Void">
<method name="OpenWriteAsync(System.Uri, System.String, System.Object)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
<parameter name="userToken" position="2" attrib="0" type="System.Object" />
</parameters>
</method>
<method name="OpenWriteTaskAsync(System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.IO.Stream]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="OpenWriteTaskAsync(System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.IO.Stream]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
</parameters>
</method>
<method name="OpenWriteTaskAsync(System.Uri)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.IO.Stream]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="OpenWriteTaskAsync(System.Uri)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.IO.Stream]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
</parameters>
</method>
<method name="OpenWriteTaskAsync(System.String, System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.IO.Stream]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="OpenWriteTaskAsync(System.String, System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.IO.Stream]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
<parameter name="method" position="1" attrib="0" type="System.String" />
</parameters>
</method>
<method name="OpenWriteTaskAsync(System.Uri, System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.IO.Stream]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="OpenWriteTaskAsync(System.Uri, System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.IO.Stream]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
@ -29798,20 +29717,20 @@
<parameter name="data" position="2" attrib="0" type="System.Byte[]" />
</parameters>
</method>
<method name="UploadDataAsync(System.Uri, System.Byte[])" attrib="16518" returntype="System.Void">
<method name="UploadDataAsync(System.Uri, System.Byte[])" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="data" position="1" attrib="0" type="System.Byte[]" />
</parameters>
</method>
<method name="UploadDataAsync(System.Uri, System.String, System.Byte[])" attrib="16518" returntype="System.Void">
<method name="UploadDataAsync(System.Uri, System.String, System.Byte[])" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
<parameter name="data" position="2" attrib="0" type="System.Byte[]" />
</parameters>
</method>
<method name="UploadDataAsync(System.Uri, System.String, System.Byte[], System.Object)" attrib="16518" returntype="System.Void">
<method name="UploadDataAsync(System.Uri, System.String, System.Byte[], System.Object)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
@ -29819,54 +29738,26 @@
<parameter name="userToken" position="3" attrib="0" type="System.Object" />
</parameters>
</method>
<method name="UploadDataTaskAsync(System.String, System.Byte[])" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadDataTaskAsync(System.String, System.Byte[])" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
<parameter name="data" position="1" attrib="0" type="System.Byte[]" />
</parameters>
</method>
<method name="UploadDataTaskAsync(System.Uri, System.Byte[])" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadDataTaskAsync(System.Uri, System.Byte[])" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="data" position="1" attrib="0" type="System.Byte[]" />
</parameters>
</method>
<method name="UploadDataTaskAsync(System.String, System.String, System.Byte[])" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadDataTaskAsync(System.String, System.String, System.Byte[])" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
<parameter name="method" position="1" attrib="0" type="System.String" />
<parameter name="data" position="2" attrib="0" type="System.Byte[]" />
</parameters>
</method>
<method name="UploadDataTaskAsync(System.Uri, System.String, System.Byte[])" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadDataTaskAsync(System.Uri, System.String, System.Byte[])" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
@ -29899,20 +29790,20 @@
<parameter name="fileName" position="2" attrib="0" type="System.String" />
</parameters>
</method>
<method name="UploadFileAsync(System.Uri, System.String)" attrib="16518" returntype="System.Void">
<method name="UploadFileAsync(System.Uri, System.String)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="fileName" position="1" attrib="0" type="System.String" />
</parameters>
</method>
<method name="UploadFileAsync(System.Uri, System.String, System.String)" attrib="16518" returntype="System.Void">
<method name="UploadFileAsync(System.Uri, System.String, System.String)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
<parameter name="fileName" position="2" attrib="0" type="System.String" />
</parameters>
</method>
<method name="UploadFileAsync(System.Uri, System.String, System.String, System.Object)" attrib="16518" returntype="System.Void">
<method name="UploadFileAsync(System.Uri, System.String, System.String, System.Object)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
@ -29920,54 +29811,26 @@
<parameter name="userToken" position="3" attrib="0" type="System.Object" />
</parameters>
</method>
<method name="UploadFileTaskAsync(System.String, System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadFileTaskAsync(System.String, System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
<parameter name="fileName" position="1" attrib="0" type="System.String" />
</parameters>
</method>
<method name="UploadFileTaskAsync(System.Uri, System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadFileTaskAsync(System.Uri, System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="fileName" position="1" attrib="0" type="System.String" />
</parameters>
</method>
<method name="UploadFileTaskAsync(System.String, System.String, System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadFileTaskAsync(System.String, System.String, System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
<parameter name="method" position="1" attrib="0" type="System.String" />
<parameter name="fileName" position="2" attrib="0" type="System.String" />
</parameters>
</method>
<method name="UploadFileTaskAsync(System.Uri, System.String, System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadFileTaskAsync(System.Uri, System.String, System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
@ -30000,20 +29863,20 @@
<parameter name="data" position="2" attrib="0" type="System.String" />
</parameters>
</method>
<method name="UploadStringAsync(System.Uri, System.String)" attrib="16518" returntype="System.Void">
<method name="UploadStringAsync(System.Uri, System.String)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="data" position="1" attrib="0" type="System.String" />
</parameters>
</method>
<method name="UploadStringAsync(System.Uri, System.String, System.String)" attrib="16518" returntype="System.Void">
<method name="UploadStringAsync(System.Uri, System.String, System.String)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
<parameter name="data" position="2" attrib="0" type="System.String" />
</parameters>
</method>
<method name="UploadStringAsync(System.Uri, System.String, System.String, System.Object)" attrib="16518" returntype="System.Void">
<method name="UploadStringAsync(System.Uri, System.String, System.String, System.Object)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
@ -30021,54 +29884,26 @@
<parameter name="userToken" position="3" attrib="0" type="System.Object" />
</parameters>
</method>
<method name="UploadStringTaskAsync(System.String, System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.String]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadStringTaskAsync(System.String, System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.String]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
<parameter name="data" position="1" attrib="0" type="System.String" />
</parameters>
</method>
<method name="UploadStringTaskAsync(System.Uri, System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.String]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadStringTaskAsync(System.Uri, System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.String]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="data" position="1" attrib="0" type="System.String" />
</parameters>
</method>
<method name="UploadStringTaskAsync(System.String, System.String, System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.String]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadStringTaskAsync(System.String, System.String, System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.String]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
<parameter name="method" position="1" attrib="0" type="System.String" />
<parameter name="data" position="2" attrib="0" type="System.String" />
</parameters>
</method>
<method name="UploadStringTaskAsync(System.Uri, System.String, System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.String]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadStringTaskAsync(System.Uri, System.String, System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.String]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
@ -30101,20 +29936,20 @@
<parameter name="data" position="2" attrib="0" type="System.Collections.Specialized.NameValueCollection" />
</parameters>
</method>
<method name="UploadValuesAsync(System.Uri, System.Collections.Specialized.NameValueCollection)" attrib="16518" returntype="System.Void">
<method name="UploadValuesAsync(System.Uri, System.Collections.Specialized.NameValueCollection)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="data" position="1" attrib="0" type="System.Collections.Specialized.NameValueCollection" />
</parameters>
</method>
<method name="UploadValuesAsync(System.Uri, System.String, System.Collections.Specialized.NameValueCollection)" attrib="16518" returntype="System.Void">
<method name="UploadValuesAsync(System.Uri, System.String, System.Collections.Specialized.NameValueCollection)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
<parameter name="data" position="2" attrib="0" type="System.Collections.Specialized.NameValueCollection" />
</parameters>
</method>
<method name="UploadValuesAsync(System.Uri, System.String, System.Collections.Specialized.NameValueCollection, System.Object)" attrib="16518" returntype="System.Void">
<method name="UploadValuesAsync(System.Uri, System.String, System.Collections.Specialized.NameValueCollection, System.Object)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
@ -30122,54 +29957,26 @@
<parameter name="userToken" position="3" attrib="0" type="System.Object" />
</parameters>
</method>
<method name="UploadValuesTaskAsync(System.String, System.Collections.Specialized.NameValueCollection)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadValuesTaskAsync(System.String, System.Collections.Specialized.NameValueCollection)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
<parameter name="data" position="1" attrib="0" type="System.Collections.Specialized.NameValueCollection" />
</parameters>
</method>
<method name="UploadValuesTaskAsync(System.Uri, System.Collections.Specialized.NameValueCollection)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadValuesTaskAsync(System.Uri, System.Collections.Specialized.NameValueCollection)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="data" position="1" attrib="0" type="System.Collections.Specialized.NameValueCollection" />
</parameters>
</method>
<method name="UploadValuesTaskAsync(System.String, System.String, System.Collections.Specialized.NameValueCollection)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadValuesTaskAsync(System.String, System.String, System.Collections.Specialized.NameValueCollection)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
<parameter name="method" position="1" attrib="0" type="System.String" />
<parameter name="data" position="2" attrib="0" type="System.Collections.Specialized.NameValueCollection" />
</parameters>
</method>
<method name="UploadValuesTaskAsync(System.Uri, System.String, System.Collections.Specialized.NameValueCollection)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadValuesTaskAsync(System.Uri, System.String, System.Collections.Specialized.NameValueCollection)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
@ -40106,12 +39913,6 @@
<parameter name="cancellationToken" position="1" attrib="0" type="System.Threading.CancellationToken" />
</parameters>
</method>
<method name="ReceiveAsync(System.Memory`1[System.Byte], System.Threading.CancellationToken)" attrib="198" virtual="true" is-override="true" returntype="System.Threading.Tasks.ValueTask`1[System.Net.WebSockets.ValueWebSocketReceiveResult]">
<parameters>
<parameter name="buffer" position="0" attrib="0" type="System.Memory`1[System.Byte]" />
<parameter name="cancellationToken" position="1" attrib="0" type="System.Threading.CancellationToken" />
</parameters>
</method>
<method name="SendAsync(System.ArraySegment`1[System.Byte], System.Net.WebSockets.WebSocketMessageType, System.Boolean, System.Threading.CancellationToken)" attrib="198" virtual="true" is-override="true" returntype="System.Threading.Tasks.Task">
<parameters>
<parameter name="buffer" position="0" attrib="0" type="System.ArraySegment`1[System.Byte]" />
@ -40120,14 +39921,6 @@
<parameter name="cancellationToken" position="3" attrib="0" type="System.Threading.CancellationToken" />
</parameters>
</method>
<method name="SendAsync(System.ReadOnlyMemory`1[System.Byte], System.Net.WebSockets.WebSocketMessageType, System.Boolean, System.Threading.CancellationToken)" attrib="198" virtual="true" is-override="true" returntype="System.Threading.Tasks.Task">
<parameters>
<parameter name="buffer" position="0" attrib="0" type="System.ReadOnlyMemory`1[System.Byte]" />
<parameter name="messageType" position="1" attrib="0" type="System.Net.WebSockets.WebSocketMessageType" />
<parameter name="endOfMessage" position="2" attrib="0" type="System.Boolean" />
<parameter name="cancellationToken" position="3" attrib="0" type="System.Threading.CancellationToken" />
</parameters>
</method>
</methods>
</class>
<class name="ClientWebSocketOptions" type="class" base="System.Object" sealed="true" charset="Ansi" layout="Auto">
@ -40445,15 +40238,6 @@
<parameter name="internalBuffer" position="6" attrib="0" type="System.ArraySegment`1[System.Byte]" />
</parameters>
</method>
<method name="CreateFromStream(System.IO.Stream, System.Boolean, System.String, System.TimeSpan, System.Memory`1[System.Byte])" attrib="150" static="true" returntype="System.Net.WebSockets.WebSocket">
<parameters>
<parameter name="stream" position="0" attrib="0" type="System.IO.Stream" />
<parameter name="isServer" position="1" attrib="0" type="System.Boolean" />
<parameter name="subProtocol" position="2" attrib="0" type="System.String" />
<parameter name="keepAliveInterval" position="3" attrib="0" type="System.TimeSpan" />
<parameter name="buffer" position="4" attrib="4112" type="System.Memory`1[System.Byte]" optional="true" defaultValue="NULL" />
</parameters>
</method>
<method name="CreateServerBuffer(System.Int32)" attrib="150" static="true" returntype="System.ArraySegment`1[System.Byte]">
<parameters>
<parameter name="receiveBufferSize" position="0" attrib="0" type="System.Int32" />
@ -40488,15 +40272,6 @@
<parameter name="cancellationToken" position="1" attrib="0" type="System.Threading.CancellationToken" />
</parameters>
</method>
<method name="ReceiveAsync(System.Memory`1[System.Byte], System.Threading.CancellationToken)" attrib="454" virtual="true" returntype="System.Threading.Tasks.ValueTask`1[System.Net.WebSockets.ValueWebSocketReceiveResult]">
<attributes>
<attribute name="System.Runtime.CompilerServices.AsyncStateMachineAttribute" />
</attributes>
<parameters>
<parameter name="buffer" position="0" attrib="0" type="System.Memory`1[System.Byte]" />
<parameter name="cancellationToken" position="1" attrib="0" type="System.Threading.CancellationToken" />
</parameters>
</method>
<method name="RegisterPrefixes()" attrib="150" static="true" returntype="System.Void">
<attributes>
<attribute name="System.ComponentModel.EditorBrowsableAttribute">
@ -40515,14 +40290,6 @@
<parameter name="cancellationToken" position="3" attrib="0" type="System.Threading.CancellationToken" />
</parameters>
</method>
<method name="SendAsync(System.ReadOnlyMemory`1[System.Byte], System.Net.WebSockets.WebSocketMessageType, System.Boolean, System.Threading.CancellationToken)" attrib="454" virtual="true" returntype="System.Threading.Tasks.Task">
<parameters>
<parameter name="buffer" position="0" attrib="0" type="System.ReadOnlyMemory`1[System.Byte]" />
<parameter name="messageType" position="1" attrib="0" type="System.Net.WebSockets.WebSocketMessageType" />
<parameter name="endOfMessage" position="2" attrib="0" type="System.Boolean" />
<parameter name="cancellationToken" position="3" attrib="0" type="System.Threading.CancellationToken" />
</parameters>
</method>
<method name="ThrowOnInvalidState(System.Net.WebSockets.WebSocketState, System.Net.WebSockets.WebSocketState[])" attrib="148" static="true" returntype="System.Void">
<parameters>
<parameter name="state" position="0" attrib="0" type="System.Net.WebSockets.WebSocketState" />

Просмотреть файл

@ -16,7 +16,7 @@
</attribute>
<attribute name="System.Reflection.AssemblyInformationalVersionAttribute">
<properties>
<property name="InformationalVersion" value="11.12.0.4; git-rev-head:64fece5f0a9fa82af99b0d5bd8b538620e9cf111; git-branch:d15-7" />
<property name="InformationalVersion" value="11.14.0.13; git-rev-head:373c313a3e642c04c52f6000d9584f0a65ad28e4; git-branch:d15-8" />
</properties>
</attribute>
<attribute name="System.Reflection.AssemblyProductAttribute">
@ -52031,6 +52031,7 @@
<property name="Selector" value="loadValuesAsynchronouslyForKeys:completionHandler:" />
<property name="ParameterType" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterByRef" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterBlockProxy" value="Mono.Cecil.CustomAttributeArgument[]" />
</properties>
</attribute>
<attribute name="ObjCRuntime.UnavailableAttribute" />
@ -52906,6 +52907,7 @@
<property name="Selector" value="requestMediaDataWhenReadyOnQueue:usingBlock:" />
<property name="ParameterType" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterByRef" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterBlockProxy" value="Mono.Cecil.CustomAttributeArgument[]" />
</properties>
</attribute>
<attribute name="Foundation.ProtocolMemberAttribute">
@ -55962,6 +55964,7 @@
<property name="Selector" value="addCoordinatedAnimations:completion:" />
<property name="ParameterType" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterByRef" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterBlockProxy" value="Mono.Cecil.CustomAttributeArgument[]" />
</properties>
</attribute>
<attribute name="ObjCRuntime.IntroducedAttribute" />
@ -81728,6 +81731,206 @@
</class>
</classes>
</namespace>
<namespace name="Compression">
<classes>
<class name="CompressionAlgorithm" type="enum" base="System.Enum" sealed="true" serializable="true" charset="Ansi" layout="Auto" enumtype="System.Int32">
<attributes>
<attribute name="ObjCRuntime.TVAttribute" />
</attributes>
<interfaces>
<interface name="System.IComparable" />
<interface name="System.IConvertible" />
<interface name="System.IFormattable" />
</interfaces>
<fields>
<field name="LZ4" attrib="32854" fieldtype="Compression.CompressionAlgorithm" value="256" />
<field name="LZ4Raw" attrib="32854" fieldtype="Compression.CompressionAlgorithm" value="257" />
<field name="Lzfse" attrib="32854" fieldtype="Compression.CompressionAlgorithm" value="2049" />
<field name="Lzma" attrib="32854" fieldtype="Compression.CompressionAlgorithm" value="774" />
<field name="Zlib" attrib="32854" fieldtype="Compression.CompressionAlgorithm" value="517" />
</fields>
</class>
<class name="CompressionStream" type="class" base="System.IO.Stream" charset="Ansi" layout="Auto">
<attributes />
<interfaces>
<interface name="System.IDisposable" />
</interfaces>
<constructors>
<constructor name=".ctor(System.IO.Stream, Compression.CompressionAlgorithm)" attrib="6278">
<parameters>
<parameter name="stream" position="0" attrib="0" type="System.IO.Stream" />
<parameter name="algorithm" position="1" attrib="0" type="Compression.CompressionAlgorithm" />
</parameters>
</constructor>
<constructor name=".ctor(System.IO.Stream, Compression.CompressionAlgorithm, System.Boolean)" attrib="6278">
<parameters>
<parameter name="stream" position="0" attrib="0" type="System.IO.Stream" />
<parameter name="algorithm" position="1" attrib="0" type="Compression.CompressionAlgorithm" />
<parameter name="leaveOpen" position="2" attrib="0" type="System.Boolean" />
</parameters>
</constructor>
<constructor name=".ctor(System.IO.Stream, System.IO.Compression.CompressionMode, Compression.CompressionAlgorithm)" attrib="6278">
<parameters>
<parameter name="stream" position="0" attrib="0" type="System.IO.Stream" />
<parameter name="mode" position="1" attrib="0" type="System.IO.Compression.CompressionMode" />
<parameter name="algorithm" position="2" attrib="0" type="Compression.CompressionAlgorithm" />
</parameters>
</constructor>
<constructor name=".ctor(System.IO.Stream, System.IO.Compression.CompressionMode, Compression.CompressionAlgorithm, System.Boolean)" attrib="6278">
<parameters>
<parameter name="stream" position="0" attrib="0" type="System.IO.Stream" />
<parameter name="mode" position="1" attrib="0" type="System.IO.Compression.CompressionMode" />
<parameter name="algorithm" position="2" attrib="0" type="Compression.CompressionAlgorithm" />
<parameter name="leaveOpen" position="3" attrib="0" type="System.Boolean" />
</parameters>
</constructor>
</constructors>
<properties>
<property name="BaseStream" attrib="0" ptype="System.IO.Stream">
<methods>
<method name="get_BaseStream()" attrib="2182" returntype="System.IO.Stream">
<parameters />
</method>
</methods>
</property>
<property name="CanRead" attrib="0" ptype="System.Boolean">
<methods>
<method name="get_CanRead()" attrib="2246" virtual="true" is-override="true" returntype="System.Boolean">
<parameters />
</method>
</methods>
</property>
<property name="CanSeek" attrib="0" ptype="System.Boolean">
<methods>
<method name="get_CanSeek()" attrib="2246" virtual="true" is-override="true" returntype="System.Boolean">
<parameters />
</method>
</methods>
</property>
<property name="CanWrite" attrib="0" ptype="System.Boolean">
<methods>
<method name="get_CanWrite()" attrib="2246" virtual="true" is-override="true" returntype="System.Boolean">
<parameters />
</method>
</methods>
</property>
<property name="Length" attrib="0" ptype="System.Int64">
<methods>
<method name="get_Length()" attrib="2246" virtual="true" is-override="true" returntype="System.Int64">
<parameters />
</method>
</methods>
</property>
<property name="Position" attrib="0" ptype="System.Int64">
<methods>
<method name="get_Position()" attrib="2246" virtual="true" is-override="true" returntype="System.Int64">
<parameters />
</method>
<method name="set_Position(System.Int64)" attrib="2246" virtual="true" is-override="true" returntype="System.Void">
<parameters>
<parameter name="value" position="0" attrib="0" type="System.Int64" />
</parameters>
</method>
</methods>
</property>
</properties>
<methods>
<method name="BeginRead(System.Byte[], System.Int32, System.Int32, System.AsyncCallback, System.Object)" attrib="198" virtual="true" is-override="true" returntype="System.IAsyncResult">
<parameters>
<parameter name="buffer" position="0" attrib="0" type="System.Byte[]" />
<parameter name="offset" position="1" attrib="0" type="System.Int32" />
<parameter name="count" position="2" attrib="0" type="System.Int32" />
<parameter name="asyncCallback" position="3" attrib="0" type="System.AsyncCallback" />
<parameter name="asyncState" position="4" attrib="0" type="System.Object" />
</parameters>
</method>
<method name="BeginWrite(System.Byte[], System.Int32, System.Int32, System.AsyncCallback, System.Object)" attrib="198" virtual="true" is-override="true" returntype="System.IAsyncResult">
<parameters>
<parameter name="array" position="0" attrib="0" type="System.Byte[]" />
<parameter name="offset" position="1" attrib="0" type="System.Int32" />
<parameter name="count" position="2" attrib="0" type="System.Int32" />
<parameter name="asyncCallback" position="3" attrib="0" type="System.AsyncCallback" />
<parameter name="asyncState" position="4" attrib="0" type="System.Object" />
</parameters>
</method>
<method name="CopyToAsync(System.IO.Stream, System.Int32, System.Threading.CancellationToken)" attrib="198" virtual="true" is-override="true" returntype="System.Threading.Tasks.Task">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.IO.Stream" />
<parameter name="bufferSize" position="1" attrib="0" type="System.Int32" />
<parameter name="cancellationToken" position="2" attrib="0" type="System.Threading.CancellationToken" />
</parameters>
</method>
<method name="Dispose(System.Boolean)" attrib="196" virtual="true" is-override="true" returntype="System.Void">
<parameters>
<parameter name="disposing" position="0" attrib="0" type="System.Boolean" />
</parameters>
</method>
<method name="EndRead(System.IAsyncResult)" attrib="198" virtual="true" is-override="true" returntype="System.Int32">
<parameters>
<parameter name="asyncResult" position="0" attrib="0" type="System.IAsyncResult" />
</parameters>
</method>
<method name="EndWrite(System.IAsyncResult)" attrib="198" virtual="true" is-override="true" returntype="System.Void">
<parameters>
<parameter name="asyncResult" position="0" attrib="0" type="System.IAsyncResult" />
</parameters>
</method>
<method name="Flush()" attrib="198" virtual="true" is-override="true" returntype="System.Void">
<parameters />
</method>
<method name="FlushAsync(System.Threading.CancellationToken)" attrib="198" virtual="true" is-override="true" returntype="System.Threading.Tasks.Task">
<parameters>
<parameter name="cancellationToken" position="0" attrib="0" type="System.Threading.CancellationToken" />
</parameters>
</method>
<method name="Read(System.Byte[], System.Int32, System.Int32)" attrib="198" virtual="true" is-override="true" returntype="System.Int32">
<parameters>
<parameter name="array" position="0" attrib="0" type="System.Byte[]" />
<parameter name="offset" position="1" attrib="0" type="System.Int32" />
<parameter name="count" position="2" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="ReadAsync(System.Byte[], System.Int32, System.Int32, System.Threading.CancellationToken)" attrib="198" virtual="true" is-override="true" returntype="System.Threading.Tasks.Task`1[System.Int32]">
<parameters>
<parameter name="array" position="0" attrib="0" type="System.Byte[]" />
<parameter name="offset" position="1" attrib="0" type="System.Int32" />
<parameter name="count" position="2" attrib="0" type="System.Int32" />
<parameter name="cancellationToken" position="3" attrib="0" type="System.Threading.CancellationToken" />
</parameters>
</method>
<method name="ReadByte()" attrib="198" virtual="true" is-override="true" returntype="System.Int32">
<parameters />
</method>
<method name="Seek(System.Int64, System.IO.SeekOrigin)" attrib="198" virtual="true" is-override="true" returntype="System.Int64">
<parameters>
<parameter name="offset" position="0" attrib="0" type="System.Int64" />
<parameter name="origin" position="1" attrib="0" type="System.IO.SeekOrigin" />
</parameters>
</method>
<method name="SetLength(System.Int64)" attrib="198" virtual="true" is-override="true" returntype="System.Void">
<parameters>
<parameter name="value" position="0" attrib="0" type="System.Int64" />
</parameters>
</method>
<method name="Write(System.Byte[], System.Int32, System.Int32)" attrib="198" virtual="true" is-override="true" returntype="System.Void">
<parameters>
<parameter name="array" position="0" attrib="0" type="System.Byte[]" />
<parameter name="offset" position="1" attrib="0" type="System.Int32" />
<parameter name="count" position="2" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="WriteAsync(System.Byte[], System.Int32, System.Int32, System.Threading.CancellationToken)" attrib="198" virtual="true" is-override="true" returntype="System.Threading.Tasks.Task">
<parameters>
<parameter name="array" position="0" attrib="0" type="System.Byte[]" />
<parameter name="offset" position="1" attrib="0" type="System.Int32" />
<parameter name="count" position="2" attrib="0" type="System.Int32" />
<parameter name="cancellationToken" position="3" attrib="0" type="System.Threading.CancellationToken" />
</parameters>
</method>
</methods>
</class>
</classes>
</namespace>
<namespace name="CoreAnimation">
<classes>
<class name="CAAction" type="class" base="Foundation.NSObject" abstract="true" charset="Ansi" layout="Auto">
@ -172937,6 +173140,7 @@
<property name="Selector" value="relinquishPresentedItemToReader:" />
<property name="ParameterType" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterByRef" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterBlockProxy" value="Mono.Cecil.CustomAttributeArgument[]" />
</properties>
</attribute>
<attribute name="Foundation.ProtocolMemberAttribute">
@ -172948,6 +173152,7 @@
<property name="Selector" value="relinquishPresentedItemToWriter:" />
<property name="ParameterType" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterByRef" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterBlockProxy" value="Mono.Cecil.CustomAttributeArgument[]" />
</properties>
</attribute>
<attribute name="Foundation.ProtocolMemberAttribute">
@ -172959,6 +173164,7 @@
<property name="Selector" value="savePresentedItemChangesWithCompletionHandler:" />
<property name="ParameterType" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterByRef" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterBlockProxy" value="Mono.Cecil.CustomAttributeArgument[]" />
</properties>
</attribute>
<attribute name="Foundation.ProtocolMemberAttribute">
@ -172970,6 +173176,7 @@
<property name="Selector" value="accommodatePresentedItemDeletionWithCompletionHandler:" />
<property name="ParameterType" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterByRef" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterBlockProxy" value="Mono.Cecil.CustomAttributeArgument[]" />
</properties>
</attribute>
<attribute name="Foundation.ProtocolMemberAttribute">
@ -173034,6 +173241,7 @@
<property name="Selector" value="accommodatePresentedSubitemDeletionAtURL:completionHandler:" />
<property name="ParameterType" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterByRef" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterBlockProxy" value="Mono.Cecil.CustomAttributeArgument[]" />
</properties>
</attribute>
<attribute name="Foundation.ProtocolMemberAttribute">
@ -173242,6 +173450,7 @@
<property name="ReturnType" value="Foundation.NSProgress" />
<property name="ParameterType" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterByRef" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterBlockProxy" value="Mono.Cecil.CustomAttributeArgument[]" />
</properties>
</attribute>
<attribute name="Foundation.ProtocolMemberAttribute">
@ -175079,6 +175288,7 @@
<property name="Selector" value="URLSession:dataTask:didReceiveResponse:completionHandler:" />
<property name="ParameterType" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterByRef" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterBlockProxy" value="Mono.Cecil.CustomAttributeArgument[]" />
</properties>
</attribute>
<attribute name="Foundation.ProtocolMemberAttribute">
@ -175112,6 +175322,7 @@
<property name="Selector" value="URLSession:dataTask:willCacheResponse:completionHandler:" />
<property name="ParameterType" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterByRef" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterBlockProxy" value="Mono.Cecil.CustomAttributeArgument[]" />
</properties>
</attribute>
<attribute name="Foundation.ProtocolMemberAttribute">
@ -175163,6 +175374,7 @@
<property name="Selector" value="URLSession:didReceiveChallenge:completionHandler:" />
<property name="ParameterType" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterByRef" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterBlockProxy" value="Mono.Cecil.CustomAttributeArgument[]" />
</properties>
</attribute>
<attribute name="Foundation.ProtocolMemberAttribute">
@ -175331,6 +175543,7 @@
<property name="Selector" value="URLSession:task:willPerformHTTPRedirection:newRequest:completionHandler:" />
<property name="ParameterType" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterByRef" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterBlockProxy" value="Mono.Cecil.CustomAttributeArgument[]" />
</properties>
</attribute>
<attribute name="Foundation.ProtocolMemberAttribute">
@ -175342,6 +175555,7 @@
<property name="Selector" value="URLSession:task:didReceiveChallenge:completionHandler:" />
<property name="ParameterType" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterByRef" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterBlockProxy" value="Mono.Cecil.CustomAttributeArgument[]" />
</properties>
</attribute>
<attribute name="Foundation.ProtocolMemberAttribute">
@ -175353,6 +175567,7 @@
<property name="Selector" value="URLSession:task:needNewBodyStream:" />
<property name="ParameterType" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterByRef" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterBlockProxy" value="Mono.Cecil.CustomAttributeArgument[]" />
</properties>
</attribute>
<attribute name="Foundation.ProtocolMemberAttribute">
@ -175397,6 +175612,7 @@
<property name="Selector" value="URLSession:task:willBeginDelayedRequest:completionHandler:" />
<property name="ParameterType" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterByRef" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterBlockProxy" value="Mono.Cecil.CustomAttributeArgument[]" />
</properties>
</attribute>
<attribute name="Foundation.ProtocolMemberAttribute">
@ -214444,18 +214660,8 @@
</methods>
</property>
<property name="Null" attrib="0" ptype="Foundation.NSNull">
<attributes>
<attribute name="ObjCRuntime.BindingImplAttribute" />
</attributes>
<methods>
<method name="get_Null()" attrib="2198" static="true" returntype="Foundation.NSNull">
<attributes>
<attribute name="Foundation.ExportAttribute">
<properties>
<property name="Selector" value="null" />
</properties>
</attribute>
</attributes>
<parameters />
</method>
</methods>
@ -253233,6 +253439,24 @@
</method>
</methods>
</property>
<property name="ParameterBlockProxy" attrib="0" ptype="System.Type[]">
<methods>
<method name="get_ParameterBlockProxy()" attrib="2182" returntype="System.Type[]">
<attributes>
<attribute name="System.Runtime.CompilerServices.CompilerGeneratedAttribute" />
</attributes>
<parameters />
</method>
<method name="set_ParameterBlockProxy(System.Type[])" attrib="2182" returntype="System.Void">
<attributes>
<attribute name="System.Runtime.CompilerServices.CompilerGeneratedAttribute" />
</attributes>
<parameters>
<parameter name="value" position="0" attrib="0" type="System.Type[]" />
</parameters>
</method>
</methods>
</property>
<property name="ParameterByRef" attrib="0" ptype="System.Boolean[]">
<methods>
<method name="get_ParameterByRef()" attrib="2182" returntype="System.Boolean[]">
@ -280053,7 +280277,7 @@
<parameter name="upperBound" position="1" attrib="0" type="System.Double" />
</parameters>
</method>
<method name="DisplaceX(GameplayKit.GKNoise, GameplayKit.GKNoise, GameplayKit.GKNoise)" attrib="454" virtual="true" returntype="System.Void">
<method name="Displace(GameplayKit.GKNoise, GameplayKit.GKNoise, GameplayKit.GKNoise)" attrib="454" virtual="true" returntype="System.Void">
<attributes>
<attribute name="Foundation.ExportAttribute">
<properties>
@ -280068,6 +280292,27 @@
<parameter name="zDisplacementNoise" position="2" attrib="0" type="GameplayKit.GKNoise" />
</parameters>
</method>
<method name="DisplaceX(GameplayKit.GKNoise, GameplayKit.GKNoise, GameplayKit.GKNoise)" attrib="454" virtual="true" returntype="System.Void">
<attributes>
<attribute name="ObjCRuntime.BindingImplAttribute" />
<attribute name="System.ComponentModel.EditorBrowsableAttribute">
<properties>
<property name="State" value="Never" />
</properties>
</attribute>
<attribute name="System.ObsoleteAttribute">
<properties>
<property name="Message" value="Use 'GKNoise.Displace' instead." />
<property name="IsError" value="False" />
</properties>
</attribute>
</attributes>
<parameters>
<parameter name="xDisplacementNoise" position="0" attrib="0" type="GameplayKit.GKNoise" />
<parameter name="yDisplacementNoise" position="1" attrib="0" type="GameplayKit.GKNoise" />
<parameter name="zDisplacementNoise" position="2" attrib="0" type="GameplayKit.GKNoise" />
</parameters>
</method>
<method name="FromComponentNoises(GameplayKit.GKNoise[], GameplayKit.GKNoise)" attrib="150" static="true" returntype="GameplayKit.GKNoise">
<attributes>
<attribute name="Foundation.ExportAttribute">
@ -328177,6 +328422,7 @@
<property name="Selector" value="addScheduledHandler:" />
<property name="ParameterType" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterByRef" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterBlockProxy" value="Mono.Cecil.CustomAttributeArgument[]" />
</properties>
</attribute>
<attribute name="Foundation.ProtocolMemberAttribute">
@ -328197,6 +328443,7 @@
<property name="Selector" value="addCompletedHandler:" />
<property name="ParameterType" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterByRef" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterBlockProxy" value="Mono.Cecil.CustomAttributeArgument[]" />
</properties>
</attribute>
<attribute name="Foundation.ProtocolMemberAttribute">
@ -329834,6 +330081,7 @@
<property name="ReturnType" value="Metal.IMTLBuffer" />
<property name="ParameterType" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterByRef" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterBlockProxy" value="Mono.Cecil.CustomAttributeArgument[]" />
</properties>
</attribute>
<attribute name="Foundation.ProtocolMemberAttribute">
@ -329939,6 +330187,7 @@
<property name="Selector" value="newLibraryWithSource:options:completionHandler:" />
<property name="ParameterType" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterByRef" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterBlockProxy" value="Mono.Cecil.CustomAttributeArgument[]" />
</properties>
</attribute>
<attribute name="Foundation.ProtocolMemberAttribute">
@ -329974,6 +330223,7 @@
<property name="Selector" value="newRenderPipelineStateWithDescriptor:completionHandler:" />
<property name="ParameterType" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterByRef" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterBlockProxy" value="Mono.Cecil.CustomAttributeArgument[]" />
</properties>
</attribute>
<attribute name="Foundation.ProtocolMemberAttribute">
@ -329997,6 +330247,7 @@
<property name="Selector" value="newRenderPipelineStateWithDescriptor:options:completionHandler:" />
<property name="ParameterType" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterByRef" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterBlockProxy" value="Mono.Cecil.CustomAttributeArgument[]" />
</properties>
</attribute>
<attribute name="Foundation.ProtocolMemberAttribute">
@ -330020,6 +330271,7 @@
<property name="Selector" value="newComputePipelineStateWithFunction:completionHandler:" />
<property name="ParameterType" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterByRef" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterBlockProxy" value="Mono.Cecil.CustomAttributeArgument[]" />
</properties>
</attribute>
<attribute name="Foundation.ProtocolMemberAttribute">
@ -330043,6 +330295,7 @@
<property name="Selector" value="newComputePipelineStateWithFunction:options:completionHandler:" />
<property name="ParameterType" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterByRef" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterBlockProxy" value="Mono.Cecil.CustomAttributeArgument[]" />
</properties>
</attribute>
<attribute name="Foundation.ProtocolMemberAttribute">
@ -330066,6 +330319,7 @@
<property name="Selector" value="newComputePipelineStateWithDescriptor:options:completionHandler:" />
<property name="ParameterType" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterByRef" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterBlockProxy" value="Mono.Cecil.CustomAttributeArgument[]" />
</properties>
</attribute>
<attribute name="Foundation.ProtocolMemberAttribute">
@ -330688,6 +330942,7 @@
<property name="Selector" value="addPresentedHandler:" />
<property name="ParameterType" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterByRef" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterBlockProxy" value="Mono.Cecil.CustomAttributeArgument[]" />
</properties>
</attribute>
<attribute name="Foundation.ProtocolMemberAttribute">
@ -331427,6 +331682,7 @@
<property name="Selector" value="newFunctionWithName:constantValues:completionHandler:" />
<property name="ParameterType" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterByRef" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterBlockProxy" value="Mono.Cecil.CustomAttributeArgument[]" />
</properties>
</attribute>
<attribute name="Foundation.ProtocolMemberAttribute">
@ -339834,8 +340090,8 @@
<attribute name="ObjCRuntime.TVAttribute" />
</attributes>
<fields>
<field name="EdgeTessellationFactor" attrib="6" fieldtype="System.UInt16[]" />
<field name="InsideTessellationFactor" attrib="6" fieldtype="System.UInt16[]" />
<field name="EdgeTessellationFactor" attrib="4102" fieldtype="System.UInt16[]" />
<field name="InsideTessellationFactor" attrib="4102" fieldtype="System.UInt16[]" />
</fields>
<constructors>
<constructor name=".ctor(System.UInt16[], System.UInt16[])" attrib="6278">
@ -396386,6 +396642,7 @@
<property name="Selector" value="advertiser:didReceiveInvitationFromPeer:withContext:invitationHandler:" />
<property name="ParameterType" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterByRef" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterBlockProxy" value="Mono.Cecil.CustomAttributeArgument[]" />
</properties>
</attribute>
<attribute name="Foundation.ProtocolMemberAttribute">
@ -396591,6 +396848,7 @@
<property name="ReturnType" value="System.Boolean" />
<property name="ParameterType" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterByRef" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterBlockProxy" value="Mono.Cecil.CustomAttributeArgument[]" />
</properties>
</attribute>
<attribute name="ObjCRuntime.IntroducedAttribute" />
@ -399512,12 +399770,13 @@
<field name="TVServicesLibrary" attrib="32854" fieldtype="System.String" value="/System/Library/Frameworks/TVServices.framework/TVServices" />
<field name="UIKitLibrary" attrib="32854" fieldtype="System.String" value="/System/Library/Frameworks/UIKit.framework/UIKit" />
<field name="UserNotificationsLibrary" attrib="32854" fieldtype="System.String" value="/System/Library/Frameworks/UserNotifications.framework/UserNotifications" />
<field name="Version" attrib="32854" fieldtype="System.String" value="11.12.0" />
<field name="Version" attrib="32854" fieldtype="System.String" value="11.14.0" />
<field name="VideoSubscriberAccountLibrary" attrib="32854" fieldtype="System.String" value="/System/Library/Frameworks/VideoSubscriberAccount.framework/VideoSubscriberAccount" />
<field name="VideoToolboxLibrary" attrib="32854" fieldtype="System.String" value="/System/Library/Frameworks/VideoToolbox.framework/VideoToolbox" />
<field name="VisionLibrary" attrib="32854" fieldtype="System.String" value="/System/Library/Frameworks/Vision.framework/Vision" />
<field name="libSystemLibrary" attrib="32854" fieldtype="System.String" value="/usr/lib/libSystem.dylib" />
<field name="libcLibrary" attrib="32854" fieldtype="System.String" value="/usr/lib/libc.dylib" />
<field name="libcompression" attrib="32854" fieldtype="System.String" value="/usr/lib/libcompression.dylib" />
</fields>
</class>
<class name="DelegateProxyAttribute" type="class" base="System.Attribute" sealed="true" charset="Ansi" layout="Auto">
@ -421444,6 +421703,7 @@
<property name="Selector" value="runAction:completionHandler:" />
<property name="ParameterType" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterByRef" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterBlockProxy" value="Mono.Cecil.CustomAttributeArgument[]" />
</properties>
</attribute>
<attribute name="Foundation.ProtocolMemberAttribute">
@ -421466,6 +421726,7 @@
<property name="Selector" value="runAction:forKey:completionHandler:" />
<property name="ParameterType" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterByRef" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterBlockProxy" value="Mono.Cecil.CustomAttributeArgument[]" />
</properties>
</attribute>
<attribute name="Foundation.ProtocolMemberAttribute">
@ -422710,6 +422971,7 @@
<property name="ReturnType" value="System.Boolean" />
<property name="ParameterType" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterByRef" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterBlockProxy" value="Mono.Cecil.CustomAttributeArgument[]" />
</properties>
</attribute>
<attribute name="Foundation.ProtocolMemberAttribute">
@ -422721,6 +422983,7 @@
<property name="Selector" value="prepareObjects:withCompletionHandler:" />
<property name="ParameterType" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterByRef" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterBlockProxy" value="Mono.Cecil.CustomAttributeArgument[]" />
</properties>
</attribute>
<attribute name="Foundation.ProtocolMemberAttribute">
@ -422732,6 +422995,7 @@
<property name="Selector" value="presentScene:withTransition:incomingPointOfView:completionHandler:" />
<property name="ParameterType" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterByRef" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterBlockProxy" value="Mono.Cecil.CustomAttributeArgument[]" />
</properties>
</attribute>
<attribute name="Foundation.ProtocolMemberAttribute">
@ -423561,6 +423825,7 @@
<property name="Selector" value="handleBindingOfSymbol:usingBlock:" />
<property name="ParameterType" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterByRef" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterBlockProxy" value="Mono.Cecil.CustomAttributeArgument[]" />
</properties>
</attribute>
<attribute name="Foundation.ProtocolMemberAttribute">
@ -423572,6 +423837,7 @@
<property name="Selector" value="handleUnbindingOfSymbol:usingBlock:" />
<property name="ParameterType" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterByRef" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterBlockProxy" value="Mono.Cecil.CustomAttributeArgument[]" />
</properties>
</attribute>
<attribute name="Foundation.ProtocolMemberAttribute">
@ -435360,6 +435626,26 @@
</method>
</methods>
</property>
<property name="SearchModeKey" attrib="0" ptype="Foundation.NSString">
<attributes>
<attribute name="Foundation.FieldAttribute" />
<attribute name="ObjCRuntime.IntroducedAttribute" />
<attribute name="ObjCRuntime.IntroducedAttribute" />
<attribute name="ObjCRuntime.IntroducedAttribute" />
<attribute name="ObjCRuntime.IntroducedAttribute" />
</attributes>
<methods>
<method name="get_SearchModeKey()" attrib="2198" static="true" returntype="Foundation.NSString">
<attributes>
<attribute name="ObjCRuntime.IntroducedAttribute" />
<attribute name="ObjCRuntime.IntroducedAttribute" />
<attribute name="ObjCRuntime.IntroducedAttribute" />
<attribute name="ObjCRuntime.IntroducedAttribute" />
</attributes>
<parameters />
</method>
</methods>
</property>
<property name="SortResultsKey" attrib="0" ptype="Foundation.NSString">
<attributes>
<attribute name="Foundation.FieldAttribute" />
@ -435375,6 +435661,7 @@
<class name="SCNHitTestOptions" type="class" base="Foundation.DictionaryContainer" charset="Ansi" layout="Auto">
<attributes>
<attribute name="ObjCRuntime.IntroducedAttribute" />
<attribute name="ObjCRuntime.WatchAttribute" />
</attributes>
<constructors>
<constructor name=".ctor()" attrib="6278">
@ -435454,6 +435741,13 @@
</methods>
</property>
<property name="OptionSearchMode" attrib="0" ptype="System.Nullable`1[SceneKit.SCNHitTestSearchMode]">
<attributes>
<attribute name="System.ObsoleteAttribute">
<properties>
<property name="Message" value="Use 'SearchMode' instead." />
</properties>
</attribute>
</attributes>
<methods>
<method name="get_OptionSearchMode()" attrib="2182" returntype="System.Nullable`1[SceneKit.SCNHitTestSearchMode]">
<parameters />
@ -435472,6 +435766,18 @@
</method>
</methods>
</property>
<property name="SearchMode" attrib="0" ptype="System.Nullable`1[SceneKit.SCNHitTestSearchMode]">
<methods>
<method name="get_SearchMode()" attrib="2182" returntype="System.Nullable`1[SceneKit.SCNHitTestSearchMode]">
<parameters />
</method>
<method name="set_SearchMode(System.Nullable`1[SceneKit.SCNHitTestSearchMode])" attrib="2182" returntype="System.Void">
<parameters>
<parameter name="value" position="0" attrib="0" type="System.Nullable`1[SceneKit.SCNHitTestSearchMode]" />
</parameters>
</method>
</methods>
</property>
<property name="SortResults" attrib="0" ptype="System.Nullable`1[System.Boolean]">
<methods>
<method name="get_SortResults()" attrib="2182" returntype="System.Nullable`1[System.Boolean]">
@ -450103,7 +450409,20 @@
<parameter name="options" position="1" attrib="0" type="SceneKit.SCNPhysicsShapeOptions" />
</parameters>
</method>
<method name="Create(SceneKit.SCNPhysicsShape[], SceneKit.SCNMatrix4[])" attrib="150" static="true" returntype="SceneKit.SCNPhysicsShape">
<parameters>
<parameter name="shapes" position="0" attrib="0" type="SceneKit.SCNPhysicsShape[]" />
<parameter name="transforms" position="1" attrib="0" type="SceneKit.SCNMatrix4[]" />
</parameters>
</method>
<method name="Create(SceneKit.SCNPhysicsShape[], SceneKit.SCNVector3[])" attrib="150" static="true" returntype="SceneKit.SCNPhysicsShape">
<attributes>
<attribute name="System.ObsoleteAttribute">
<properties>
<property name="Message" value="Use the 'Create' method that takes a 'SCNMatrix4 []'." />
</properties>
</attribute>
</attributes>
<parameters>
<parameter name="shapes" position="0" attrib="0" type="SceneKit.SCNPhysicsShape[]" />
<parameter name="transforms" position="1" attrib="0" type="SceneKit.SCNVector3[]" />
@ -469683,13 +470002,38 @@
</methods>
</property>
<property name="TimingFunction" attrib="0" ptype="SpriteKit.SKActionTimingFunction">
<attributes>
<attribute name="System.ObsoleteAttribute">
<properties>
<property name="Message" value="Use 'TimingFunction2' instead." />
</properties>
</attribute>
</attributes>
<methods>
<method name="get_TimingFunction()" attrib="2502" virtual="true" returntype="SpriteKit.SKActionTimingFunction">
<attributes>
<attribute name="System.Runtime.CompilerServices.CompilerGeneratedAttribute" />
</attributes>
<parameters />
</method>
<method name="set_TimingFunction(SpriteKit.SKActionTimingFunction)" attrib="2502" virtual="true" returntype="System.Void">
<attributes>
<attribute name="System.Runtime.CompilerServices.CompilerGeneratedAttribute" />
</attributes>
<parameters>
<parameter name="value" position="0" attrib="0" type="SpriteKit.SKActionTimingFunction" />
</parameters>
</method>
</methods>
</property>
<property name="TimingFunction2" attrib="0" ptype="SpriteKit.SKActionTimingFunction2">
<attributes>
<attribute name="ObjCRuntime.BindingImplAttribute" />
<attribute name="ObjCRuntime.IntroducedAttribute" />
<attribute name="ObjCRuntime.IntroducedAttribute" />
</attributes>
<methods>
<method name="get_TimingFunction()" attrib="2502" virtual="true" returntype="SpriteKit.SKActionTimingFunction">
<method name="get_TimingFunction2()" attrib="2502" virtual="true" returntype="SpriteKit.SKActionTimingFunction2">
<attributes>
<attribute name="Foundation.ExportAttribute">
<properties>
@ -469703,7 +470047,7 @@
</attributes>
<parameters />
</method>
<method name="set_TimingFunction(SpriteKit.SKActionTimingFunction)" attrib="2502" virtual="true" returntype="System.Void">
<method name="set_TimingFunction2(SpriteKit.SKActionTimingFunction2)" attrib="2502" virtual="true" returntype="System.Void">
<attributes>
<attribute name="Foundation.ExportAttribute">
<properties>
@ -469715,7 +470059,7 @@
<attribute name="ObjCRuntime.IntroducedAttribute" />
</attributes>
<parameters>
<parameter name="value" position="0" attrib="0" type="SpriteKit.SKActionTimingFunction" />
<parameter name="value" position="0" attrib="0" type="SpriteKit.SKActionTimingFunction2" />
</parameters>
</method>
</methods>
@ -471258,6 +471602,13 @@
</methods>
</class>
<class name="SKActionTimingFunction" type="delegate" base="System.MulticastDelegate" sealed="true" charset="Ansi" layout="Auto">
<attributes>
<attribute name="System.ObsoleteAttribute">
<properties>
<property name="Message" value="Use 'SKActionTimingFunction2' instead." />
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.ICloneable" />
<interface name="System.Runtime.Serialization.ISerializable" />
@ -471290,6 +471641,39 @@
</method>
</methods>
</class>
<class name="SKActionTimingFunction2" type="delegate" base="System.MulticastDelegate" sealed="true" charset="Ansi" layout="Auto">
<interfaces>
<interface name="System.ICloneable" />
<interface name="System.Runtime.Serialization.ISerializable" />
</interfaces>
<constructors>
<constructor name=".ctor(System.Object, System.IntPtr)" attrib="6278">
<parameters>
<parameter name="object" position="0" attrib="0" type="System.Object" />
<parameter name="method" position="1" attrib="0" type="System.IntPtr" />
</parameters>
</constructor>
</constructors>
<methods>
<method name="BeginInvoke(System.Single, System.AsyncCallback, System.Object)" attrib="454" virtual="true" returntype="System.IAsyncResult">
<parameters>
<parameter name="time" position="0" attrib="0" type="System.Single" />
<parameter name="callback" position="1" attrib="0" type="System.AsyncCallback" />
<parameter name="object" position="2" attrib="0" type="System.Object" />
</parameters>
</method>
<method name="EndInvoke(System.IAsyncResult)" attrib="454" virtual="true" returntype="System.Single">
<parameters>
<parameter name="result" position="0" attrib="0" type="System.IAsyncResult" />
</parameters>
</method>
<method name="Invoke(System.Single)" attrib="454" virtual="true" returntype="System.Single">
<parameters>
<parameter name="time" position="0" attrib="0" type="System.Single" />
</parameters>
</method>
</methods>
</class>
<class name="SKActionTimingMode" type="enum" base="System.Enum" sealed="true" serializable="true" charset="Ansi" layout="Auto" enumtype="System.Int64">
<attributes>
<attribute name="ObjCRuntime.NativeAttribute" />
@ -502527,6 +502911,7 @@
<property name="Selector" value="application:didReceiveRemoteNotification:fetchCompletionHandler:" />
<property name="ParameterType" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterByRef" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterBlockProxy" value="Mono.Cecil.CustomAttributeArgument[]" />
</properties>
</attribute>
<attribute name="Foundation.ProtocolMemberAttribute">
@ -502538,6 +502923,7 @@
<property name="Selector" value="application:handleEventsForBackgroundURLSession:completionHandler:" />
<property name="ParameterType" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterByRef" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterBlockProxy" value="Mono.Cecil.CustomAttributeArgument[]" />
</properties>
</attribute>
<attribute name="Foundation.ProtocolMemberAttribute">
@ -502549,6 +502935,7 @@
<property name="Selector" value="application:performFetchWithCompletionHandler:" />
<property name="ParameterType" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterByRef" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterBlockProxy" value="Mono.Cecil.CustomAttributeArgument[]" />
</properties>
</attribute>
<attribute name="Foundation.ProtocolMemberAttribute">
@ -502561,6 +502948,7 @@
<property name="ReturnType" value="System.Boolean" />
<property name="ParameterType" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterByRef" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterBlockProxy" value="Mono.Cecil.CustomAttributeArgument[]" />
</properties>
</attribute>
<attribute name="Foundation.ProtocolMemberAttribute">
@ -502618,6 +503006,7 @@
<property name="Selector" value="application:handleWatchKitExtensionRequest:reply:" />
<property name="ParameterType" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterByRef" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterBlockProxy" value="Mono.Cecil.CustomAttributeArgument[]" />
</properties>
</attribute>
<attribute name="Foundation.ProtocolMemberAttribute">
@ -503885,6 +504274,7 @@
<property name="Selector" value="performUsingPresentationValues:" />
<property name="ParameterType" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterByRef" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterBlockProxy" value="Mono.Cecil.CustomAttributeArgument[]" />
</properties>
</attribute>
<attribute name="ObjCRuntime.IntroducedAttribute" />
@ -509864,6 +510254,7 @@
<property name="ReturnType" value="System.Boolean" />
<property name="ParameterType" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterByRef" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterBlockProxy" value="Mono.Cecil.CustomAttributeArgument[]" />
</properties>
</attribute>
<attribute name="Foundation.ProtocolMemberAttribute">
@ -509876,6 +510267,7 @@
<property name="ReturnType" value="System.Boolean" />
<property name="ParameterType" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterByRef" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterBlockProxy" value="Mono.Cecil.CustomAttributeArgument[]" />
</properties>
</attribute>
<attribute name="Foundation.ProtocolMemberAttribute">
@ -509887,6 +510279,7 @@
<property name="Selector" value="notifyWhenInteractionEndsUsingBlock:" />
<property name="ParameterType" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterByRef" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterBlockProxy" value="Mono.Cecil.CustomAttributeArgument[]" />
</properties>
</attribute>
<attribute name="Foundation.ProtocolMemberAttribute">
@ -509898,6 +510291,7 @@
<property name="Selector" value="notifyWhenInteractionChangesUsingBlock:" />
<property name="ParameterType" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterByRef" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterBlockProxy" value="Mono.Cecil.CustomAttributeArgument[]" />
</properties>
</attribute>
<attribute name="ObjCRuntime.IntroducedAttribute" />
@ -510472,6 +510866,7 @@
<property name="Selector" value="addAnimations:delayFactor:" />
<property name="ParameterType" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterByRef" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterBlockProxy" value="Mono.Cecil.CustomAttributeArgument[]" />
</properties>
</attribute>
<attribute name="Foundation.ProtocolMemberAttribute">
@ -510483,6 +510878,7 @@
<property name="Selector" value="addAnimations:" />
<property name="ParameterType" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterByRef" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterBlockProxy" value="Mono.Cecil.CustomAttributeArgument[]" />
</properties>
</attribute>
<attribute name="Foundation.ProtocolMemberAttribute">
@ -510494,6 +510890,7 @@
<property name="Selector" value="addCompletion:" />
<property name="ParameterType" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterByRef" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterBlockProxy" value="Mono.Cecil.CustomAttributeArgument[]" />
</properties>
</attribute>
<attribute name="Foundation.ProtocolMemberAttribute">
@ -600922,6 +601319,7 @@
<property name="Selector" value="userNotificationCenter:willPresentNotification:withCompletionHandler:" />
<property name="ParameterType" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterByRef" value="Mono.Cecil.CustomAttributeArgument[]" />
<property name="ParameterBlockProxy" value="Mono.Cecil.CustomAttributeArgument[]" />
</properties>
</attribute>
<attribute name="ObjCRuntime.IntroducedAttribute" />

Просмотреть файл

@ -5286,11 +5286,6 @@
<parameter name="startIndex" position="1" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="ToInt32(System.ReadOnlySpan`1[System.Byte])" attrib="150" static="true" returntype="System.Int32">
<parameters>
<parameter name="value" position="0" attrib="0" type="System.ReadOnlySpan`1[System.Byte]" />
</parameters>
</method>
<method name="ToInt32(System.Byte[], System.Int32)" attrib="150" static="true" returntype="System.Int32">
<attributes>
<attribute name="System.Security.SecuritySafeCriticalAttribute" />
@ -14932,14 +14927,6 @@
<parameter name="provider" position="1" attrib="0" type="System.IFormatProvider" />
</parameters>
</method>
<method name="TryFormat(System.Span`1[System.Char], out System.Int32&amp;, System.ReadOnlySpan`1[System.Char], System.IFormatProvider)" attrib="134" returntype="System.Boolean">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.Span`1[System.Char]" />
<parameter name="charsWritten" position="1" attrib="2" type="System.Int32" direction="out" />
<parameter name="format" position="2" attrib="4112" type="System.ReadOnlySpan`1[System.Char]" optional="true" defaultValue="NULL" />
<parameter name="provider" position="3" attrib="4112" type="System.IFormatProvider" optional="true" defaultValue="NULL" />
</parameters>
</method>
<method name="TryParse(System.String, out System.Int32&amp;)" attrib="150" static="true" returntype="System.Boolean">
<parameters>
<parameter name="s" position="0" attrib="0" type="System.String" />
@ -16440,127 +16427,6 @@
</constructor>
</constructors>
</class>
<class name="Memory`1" type="struct" base="System.ValueType" sealed="true" charset="Ansi" layout="Sequential">
<attributes>
<attribute name="System.Diagnostics.DebuggerDisplayAttribute">
<properties>
<property name="Value" value="{DebuggerDisplay,nq}" />
</properties>
</attribute>
<attribute name="System.Diagnostics.DebuggerTypeProxyAttribute">
<properties>
<property name="ProxyTypeName" value="System.MemoryDebugView`1" />
</properties>
</attribute>
<attribute name="System.Runtime.CompilerServices.IsReadOnlyAttribute" />
</attributes>
<generic-parameters>
<generic-parameter name="T" attributes="0" />
</generic-parameters>
<constructors>
<constructor name=".ctor(T[])" attrib="6278">
<parameters>
<parameter name="array" position="0" attrib="0" type="T[]" />
</parameters>
</constructor>
<constructor name=".ctor(T[], System.Int32, System.Int32)" attrib="6278">
<parameters>
<parameter name="array" position="0" attrib="0" type="T[]" />
<parameter name="start" position="1" attrib="0" type="System.Int32" />
<parameter name="length" position="2" attrib="0" type="System.Int32" />
</parameters>
</constructor>
</constructors>
<properties>
<property name="Empty" attrib="0" ptype="System.Memory`1[T]">
<methods>
<method name="get_Empty()" attrib="2198" static="true" returntype="System.Memory`1[T]">
<parameters />
</method>
</methods>
</property>
<property name="IsEmpty" attrib="0" ptype="System.Boolean">
<methods>
<method name="get_IsEmpty()" attrib="2182" returntype="System.Boolean">
<parameters />
</method>
</methods>
</property>
<property name="Length" attrib="0" ptype="System.Int32">
<methods>
<method name="get_Length()" attrib="2182" returntype="System.Int32">
<parameters />
</method>
</methods>
</property>
<property name="Span" attrib="0" ptype="System.Span`1[T]">
<methods>
<method name="get_Span()" attrib="2182" returntype="System.Span`1[T]">
<parameters />
</method>
</methods>
</property>
</properties>
<methods>
<method name="CopyTo(System.Memory`1[T])" attrib="134" returntype="System.Void">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.Memory`1[T]" />
</parameters>
</method>
<method name="Equals(System.Memory`1[T])" attrib="134" returntype="System.Boolean">
<parameters>
<parameter name="other" position="0" attrib="0" type="System.Memory`1[T]" />
</parameters>
</method>
<method name="Equals(System.Object)" attrib="198" virtual="true" is-override="true" returntype="System.Boolean">
<parameters>
<parameter name="obj" position="0" attrib="0" type="System.Object" />
</parameters>
</method>
<method name="GetHashCode()" attrib="198" virtual="true" is-override="true" returntype="System.Int32">
<parameters />
</method>
<method name="Slice(System.Int32)" attrib="134" returntype="System.Memory`1[T]">
<parameters>
<parameter name="start" position="0" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="Slice(System.Int32, System.Int32)" attrib="134" returntype="System.Memory`1[T]">
<parameters>
<parameter name="start" position="0" attrib="0" type="System.Int32" />
<parameter name="length" position="1" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="ToArray()" attrib="134" returntype="T[]">
<parameters />
</method>
<method name="TryCopyTo(System.Memory`1[T])" attrib="134" returntype="System.Boolean">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.Memory`1[T]" />
</parameters>
</method>
<method name="TryGetArray(out System.ArraySegment`1[T]&amp;)" attrib="134" returntype="System.Boolean">
<parameters>
<parameter name="arraySegment" position="0" attrib="2" type="System.ArraySegment`1[T]" direction="out" />
</parameters>
</method>
<method name="op_Implicit(System.ArraySegment`1[T])" attrib="2198" static="true" returntype="System.Memory`1[T]">
<parameters>
<parameter name="arraySegment" position="0" attrib="0" type="System.ArraySegment`1[T]" />
</parameters>
</method>
<method name="op_Implicit(System.Memory`1[T])" attrib="2198" static="true" returntype="System.ReadOnlyMemory`1[T]">
<parameters>
<parameter name="memory" position="0" attrib="0" type="System.Memory`1[T]" />
</parameters>
</method>
<method name="op_Implicit(T[])" attrib="2198" static="true" returntype="System.Memory`1[T]">
<parameters>
<parameter name="array" position="0" attrib="0" type="T[]" />
</parameters>
</method>
</methods>
</class>
<class name="MethodAccessException" type="class" base="System.MemberAccessException" serializable="true" charset="Ansi" layout="Auto">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
@ -17924,328 +17790,6 @@
</constructor>
</constructors>
</class>
<class name="ReadOnlyMemory`1" type="struct" base="System.ValueType" sealed="true" charset="Ansi" layout="Sequential">
<attributes>
<attribute name="System.Diagnostics.DebuggerDisplayAttribute">
<properties>
<property name="Value" value="{DebuggerDisplay,nq}" />
</properties>
</attribute>
<attribute name="System.Diagnostics.DebuggerTypeProxyAttribute">
<properties>
<property name="ProxyTypeName" value="System.MemoryDebugView`1" />
</properties>
</attribute>
<attribute name="System.Runtime.CompilerServices.IsReadOnlyAttribute" />
</attributes>
<generic-parameters>
<generic-parameter name="T" attributes="0" />
</generic-parameters>
<constructors>
<constructor name=".ctor(T[])" attrib="6278">
<parameters>
<parameter name="array" position="0" attrib="0" type="T[]" />
</parameters>
</constructor>
<constructor name=".ctor(T[], System.Int32, System.Int32)" attrib="6278">
<parameters>
<parameter name="array" position="0" attrib="0" type="T[]" />
<parameter name="start" position="1" attrib="0" type="System.Int32" />
<parameter name="length" position="2" attrib="0" type="System.Int32" />
</parameters>
</constructor>
</constructors>
<properties>
<property name="Empty" attrib="0" ptype="System.ReadOnlyMemory`1[T]">
<methods>
<method name="get_Empty()" attrib="2198" static="true" returntype="System.ReadOnlyMemory`1[T]">
<parameters />
</method>
</methods>
</property>
<property name="IsEmpty" attrib="0" ptype="System.Boolean">
<methods>
<method name="get_IsEmpty()" attrib="2182" returntype="System.Boolean">
<parameters />
</method>
</methods>
</property>
<property name="Length" attrib="0" ptype="System.Int32">
<methods>
<method name="get_Length()" attrib="2182" returntype="System.Int32">
<parameters />
</method>
</methods>
</property>
<property name="Span" attrib="0" ptype="System.ReadOnlySpan`1[T]">
<methods>
<method name="get_Span()" attrib="2182" returntype="System.ReadOnlySpan`1[T]">
<parameters />
</method>
</methods>
</property>
</properties>
<methods>
<method name="CopyTo(System.Memory`1[T])" attrib="134" returntype="System.Void">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.Memory`1[T]" />
</parameters>
</method>
<method name="Equals(System.Object)" attrib="198" virtual="true" is-override="true" returntype="System.Boolean">
<parameters>
<parameter name="obj" position="0" attrib="0" type="System.Object" />
</parameters>
</method>
<method name="Equals(System.ReadOnlyMemory`1[T])" attrib="134" returntype="System.Boolean">
<parameters>
<parameter name="other" position="0" attrib="0" type="System.ReadOnlyMemory`1[T]" />
</parameters>
</method>
<method name="GetHashCode()" attrib="198" virtual="true" is-override="true" returntype="System.Int32">
<parameters />
</method>
<method name="Slice(System.Int32)" attrib="134" returntype="System.ReadOnlyMemory`1[T]">
<parameters>
<parameter name="start" position="0" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="Slice(System.Int32, System.Int32)" attrib="134" returntype="System.ReadOnlyMemory`1[T]">
<parameters>
<parameter name="start" position="0" attrib="0" type="System.Int32" />
<parameter name="length" position="1" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="ToArray()" attrib="134" returntype="T[]">
<parameters />
</method>
<method name="TryCopyTo(System.Memory`1[T])" attrib="134" returntype="System.Boolean">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.Memory`1[T]" />
</parameters>
</method>
<method name="op_Implicit(System.ArraySegment`1[T])" attrib="2198" static="true" returntype="System.ReadOnlyMemory`1[T]">
<parameters>
<parameter name="arraySegment" position="0" attrib="0" type="System.ArraySegment`1[T]" />
</parameters>
</method>
<method name="op_Implicit(T[])" attrib="2198" static="true" returntype="System.ReadOnlyMemory`1[T]">
<parameters>
<parameter name="array" position="0" attrib="0" type="T[]" />
</parameters>
</method>
</methods>
</class>
<class name="ReadOnlySpan`1" type="struct" base="System.ValueType" sealed="true" charset="Ansi" layout="Sequential">
<attributes>
<attribute name="System.Diagnostics.DebuggerDisplayAttribute">
<properties>
<property name="Value" value="{DebuggerDisplay,nq}" />
</properties>
</attribute>
<attribute name="System.Diagnostics.DebuggerTypeProxyAttribute">
<properties>
<property name="ProxyTypeName" value="System.SpanDebugView`1" />
</properties>
</attribute>
<attribute name="System.ObsoleteAttribute">
<properties>
<property name="Message" value="Types with embedded references are not supported in this version of your compiler." />
<property name="IsError" value="True" />
</properties>
</attribute>
<attribute name="System.Reflection.DefaultMemberAttribute">
<properties>
<property name="MemberName" value="Item" />
</properties>
</attribute>
<attribute name="System.Runtime.CompilerServices.IsByRefLikeAttribute" />
<attribute name="System.Runtime.CompilerServices.IsReadOnlyAttribute" />
</attributes>
<generic-parameters>
<generic-parameter name="T" attributes="0" />
</generic-parameters>
<constructors>
<constructor name=".ctor(T[])" attrib="6278">
<parameters>
<parameter name="array" position="0" attrib="0" type="T[]" />
</parameters>
</constructor>
<constructor name=".ctor(System.Void*, System.Int32)" attrib="6278">
<attributes>
<attribute name="System.CLSCompliantAttribute">
<properties>
<property name="IsCompliant" value="False" />
</properties>
</attribute>
</attributes>
<parameters>
<parameter name="pointer" position="0" attrib="0" type="System.Void*" />
<parameter name="length" position="1" attrib="0" type="System.Int32" />
</parameters>
</constructor>
<constructor name=".ctor(T[], System.Int32, System.Int32)" attrib="6278">
<parameters>
<parameter name="array" position="0" attrib="0" type="T[]" />
<parameter name="start" position="1" attrib="0" type="System.Int32" />
<parameter name="length" position="2" attrib="0" type="System.Int32" />
</parameters>
</constructor>
</constructors>
<properties>
<property name="Empty" attrib="0" ptype="System.ReadOnlySpan`1[T]">
<methods>
<method name="get_Empty()" attrib="2198" static="true" returntype="System.ReadOnlySpan`1[T]">
<parameters />
</method>
</methods>
</property>
<property name="IsEmpty" attrib="0" ptype="System.Boolean">
<methods>
<method name="get_IsEmpty()" attrib="2182" returntype="System.Boolean">
<parameters />
</method>
</methods>
</property>
<property name="Item" attrib="0" ptype="T&amp; modreq(System.Runtime.InteropServices.InAttribute)" params="System.Int32">
<attributes>
<attribute name="System.Runtime.CompilerServices.IsReadOnlyAttribute" />
</attributes>
<methods>
<method name="get_Item(System.Int32)" attrib="2182" returntype="T&amp; modreq(System.Runtime.InteropServices.InAttribute)">
<attributes>
<attribute name="System.Runtime.CompilerServices.IsReadOnlyAttribute" />
</attributes>
<parameters>
<parameter name="index" position="0" attrib="0" type="System.Int32" />
</parameters>
</method>
</methods>
</property>
<property name="Length" attrib="0" ptype="System.Int32">
<methods>
<method name="get_Length()" attrib="2182" returntype="System.Int32">
<parameters />
</method>
</methods>
</property>
</properties>
<methods>
<method name="CopyTo(System.Span`1[T])" attrib="134" returntype="System.Void">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.Span`1[T]" />
</parameters>
</method>
<method name="DangerousCreate(System.Object, T&amp;, System.Int32)" attrib="150" static="true" returntype="System.ReadOnlySpan`1[T]">
<parameters>
<parameter name="obj" position="0" attrib="0" type="System.Object" />
<parameter name="objectData" position="1" attrib="0" type="T" direction="ref" />
<parameter name="length" position="2" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="Equals(System.Object)" attrib="198" virtual="true" is-override="true" returntype="System.Boolean">
<attributes>
<attribute name="System.ObsoleteAttribute">
<properties>
<property name="Message" value="Equals() on ReadOnlySpan will always throw an exception. Use == instead." />
</properties>
</attribute>
</attributes>
<parameters>
<parameter name="obj" position="0" attrib="0" type="System.Object" />
</parameters>
</method>
<method name="GetEnumerator()" attrib="134" returntype="System.ReadOnlySpan`1+Enumerator[T]">
<parameters />
</method>
<method name="GetHashCode()" attrib="198" virtual="true" is-override="true" returntype="System.Int32">
<attributes>
<attribute name="System.ObsoleteAttribute">
<properties>
<property name="Message" value="GetHashCode() on ReadOnlySpan will always throw an exception." />
</properties>
</attribute>
</attributes>
<parameters />
</method>
<method name="Slice(System.Int32)" attrib="134" returntype="System.ReadOnlySpan`1[T]">
<parameters>
<parameter name="start" position="0" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="Slice(System.Int32, System.Int32)" attrib="134" returntype="System.ReadOnlySpan`1[T]">
<parameters>
<parameter name="start" position="0" attrib="0" type="System.Int32" />
<parameter name="length" position="1" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="ToArray()" attrib="134" returntype="T[]">
<parameters />
</method>
<method name="TryCopyTo(System.Span`1[T])" attrib="134" returntype="System.Boolean">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.Span`1[T]" />
</parameters>
</method>
<method name="op_Equality(System.ReadOnlySpan`1[T], System.ReadOnlySpan`1[T])" attrib="2198" static="true" returntype="System.Boolean">
<parameters>
<parameter name="left" position="0" attrib="0" type="System.ReadOnlySpan`1[T]" />
<parameter name="right" position="1" attrib="0" type="System.ReadOnlySpan`1[T]" />
</parameters>
</method>
<method name="op_Implicit(System.ArraySegment`1[T])" attrib="2198" static="true" returntype="System.ReadOnlySpan`1[T]">
<parameters>
<parameter name="arraySegment" position="0" attrib="0" type="System.ArraySegment`1[T]" />
</parameters>
</method>
<method name="op_Implicit(T[])" attrib="2198" static="true" returntype="System.ReadOnlySpan`1[T]">
<parameters>
<parameter name="array" position="0" attrib="0" type="T[]" />
</parameters>
</method>
<method name="op_Inequality(System.ReadOnlySpan`1[T], System.ReadOnlySpan`1[T])" attrib="2198" static="true" returntype="System.Boolean">
<parameters>
<parameter name="left" position="0" attrib="0" type="System.ReadOnlySpan`1[T]" />
<parameter name="right" position="1" attrib="0" type="System.ReadOnlySpan`1[T]" />
</parameters>
</method>
</methods>
<classes>
<class name="Enumerator" type="struct" base="System.ValueType" sealed="true" charset="Ansi" layout="Sequential">
<attributes>
<attribute name="System.ObsoleteAttribute">
<properties>
<property name="Message" value="Types with embedded references are not supported in this version of your compiler." />
<property name="IsError" value="True" />
</properties>
</attribute>
<attribute name="System.Runtime.CompilerServices.IsByRefLikeAttribute" />
</attributes>
<generic-parameters>
<generic-parameter name="T" attributes="0" />
</generic-parameters>
<properties>
<property name="Current" attrib="0" ptype="T&amp; modreq(System.Runtime.InteropServices.InAttribute)">
<attributes>
<attribute name="System.Runtime.CompilerServices.IsReadOnlyAttribute" />
</attributes>
<methods>
<method name="get_Current()" attrib="2182" returntype="T&amp; modreq(System.Runtime.InteropServices.InAttribute)">
<attributes>
<attribute name="System.Runtime.CompilerServices.IsReadOnlyAttribute" />
</attributes>
<parameters />
</method>
</methods>
</property>
</properties>
<methods>
<method name="MoveNext()" attrib="134" returntype="System.Boolean">
<parameters />
</method>
</methods>
</class>
</classes>
</class>
<class name="ResolveEventArgs" type="class" base="System.EventArgs" charset="Ansi" layout="Auto">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
@ -18976,218 +18520,6 @@
</method>
</methods>
</class>
<class name="Span`1" type="struct" base="System.ValueType" sealed="true" charset="Ansi" layout="Sequential">
<attributes>
<attribute name="System.Diagnostics.DebuggerDisplayAttribute">
<properties>
<property name="Value" value="{DebuggerDisplay,nq}" />
</properties>
</attribute>
<attribute name="System.Diagnostics.DebuggerTypeProxyAttribute">
<properties>
<property name="ProxyTypeName" value="System.SpanDebugView`1" />
</properties>
</attribute>
<attribute name="System.ObsoleteAttribute">
<properties>
<property name="Message" value="Types with embedded references are not supported in this version of your compiler." />
<property name="IsError" value="True" />
</properties>
</attribute>
<attribute name="System.Reflection.DefaultMemberAttribute">
<properties>
<property name="MemberName" value="Item" />
</properties>
</attribute>
<attribute name="System.Runtime.CompilerServices.IsByRefLikeAttribute" />
<attribute name="System.Runtime.CompilerServices.IsReadOnlyAttribute" />
</attributes>
<generic-parameters>
<generic-parameter name="T" attributes="0" />
</generic-parameters>
<constructors>
<constructor name=".ctor(T[])" attrib="6278">
<parameters>
<parameter name="array" position="0" attrib="0" type="T[]" />
</parameters>
</constructor>
<constructor name=".ctor(System.Void*, System.Int32)" attrib="6278">
<attributes>
<attribute name="System.CLSCompliantAttribute">
<properties>
<property name="IsCompliant" value="False" />
</properties>
</attribute>
</attributes>
<parameters>
<parameter name="pointer" position="0" attrib="0" type="System.Void*" />
<parameter name="length" position="1" attrib="0" type="System.Int32" />
</parameters>
</constructor>
<constructor name=".ctor(T[], System.Int32, System.Int32)" attrib="6278">
<parameters>
<parameter name="array" position="0" attrib="0" type="T[]" />
<parameter name="start" position="1" attrib="0" type="System.Int32" />
<parameter name="length" position="2" attrib="0" type="System.Int32" />
</parameters>
</constructor>
</constructors>
<properties>
<property name="Empty" attrib="0" ptype="System.Span`1[T]">
<methods>
<method name="get_Empty()" attrib="2198" static="true" returntype="System.Span`1[T]">
<parameters />
</method>
</methods>
</property>
<property name="IsEmpty" attrib="0" ptype="System.Boolean">
<methods>
<method name="get_IsEmpty()" attrib="2182" returntype="System.Boolean">
<parameters />
</method>
</methods>
</property>
<property name="Item" attrib="0" ptype="T&amp;" params="System.Int32">
<methods>
<method name="get_Item(System.Int32)" attrib="2182" returntype="T&amp;">
<parameters>
<parameter name="index" position="0" attrib="0" type="System.Int32" />
</parameters>
</method>
</methods>
</property>
<property name="Length" attrib="0" ptype="System.Int32">
<methods>
<method name="get_Length()" attrib="2182" returntype="System.Int32">
<parameters />
</method>
</methods>
</property>
</properties>
<methods>
<method name="Clear()" attrib="134" returntype="System.Void">
<parameters />
</method>
<method name="CopyTo(System.Span`1[T])" attrib="134" returntype="System.Void">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.Span`1[T]" />
</parameters>
</method>
<method name="DangerousCreate(System.Object, T&amp;, System.Int32)" attrib="150" static="true" returntype="System.Span`1[T]">
<parameters>
<parameter name="obj" position="0" attrib="0" type="System.Object" />
<parameter name="objectData" position="1" attrib="0" type="T" direction="ref" />
<parameter name="length" position="2" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="Equals(System.Object)" attrib="198" virtual="true" is-override="true" returntype="System.Boolean">
<attributes>
<attribute name="System.ObsoleteAttribute">
<properties>
<property name="Message" value="Equals() on Span will always throw an exception. Use == instead." />
</properties>
</attribute>
</attributes>
<parameters>
<parameter name="obj" position="0" attrib="0" type="System.Object" />
</parameters>
</method>
<method name="Fill(T)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="value" position="0" attrib="0" type="T" />
</parameters>
</method>
<method name="GetEnumerator()" attrib="134" returntype="System.Span`1+Enumerator[T]">
<parameters />
</method>
<method name="GetHashCode()" attrib="198" virtual="true" is-override="true" returntype="System.Int32">
<attributes>
<attribute name="System.ObsoleteAttribute">
<properties>
<property name="Message" value="GetHashCode() on Span will always throw an exception." />
</properties>
</attribute>
</attributes>
<parameters />
</method>
<method name="Slice(System.Int32)" attrib="134" returntype="System.Span`1[T]">
<parameters>
<parameter name="start" position="0" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="Slice(System.Int32, System.Int32)" attrib="134" returntype="System.Span`1[T]">
<parameters>
<parameter name="start" position="0" attrib="0" type="System.Int32" />
<parameter name="length" position="1" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="ToArray()" attrib="134" returntype="T[]">
<parameters />
</method>
<method name="TryCopyTo(System.Span`1[T])" attrib="134" returntype="System.Boolean">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.Span`1[T]" />
</parameters>
</method>
<method name="op_Equality(System.Span`1[T], System.Span`1[T])" attrib="2198" static="true" returntype="System.Boolean">
<parameters>
<parameter name="left" position="0" attrib="0" type="System.Span`1[T]" />
<parameter name="right" position="1" attrib="0" type="System.Span`1[T]" />
</parameters>
</method>
<method name="op_Implicit(System.ArraySegment`1[T])" attrib="2198" static="true" returntype="System.Span`1[T]">
<parameters>
<parameter name="arraySegment" position="0" attrib="0" type="System.ArraySegment`1[T]" />
</parameters>
</method>
<method name="op_Implicit(System.Span`1[T])" attrib="2198" static="true" returntype="System.ReadOnlySpan`1[T]">
<parameters>
<parameter name="span" position="0" attrib="0" type="System.Span`1[T]" />
</parameters>
</method>
<method name="op_Implicit(T[])" attrib="2198" static="true" returntype="System.Span`1[T]">
<parameters>
<parameter name="array" position="0" attrib="0" type="T[]" />
</parameters>
</method>
<method name="op_Inequality(System.Span`1[T], System.Span`1[T])" attrib="2198" static="true" returntype="System.Boolean">
<parameters>
<parameter name="left" position="0" attrib="0" type="System.Span`1[T]" />
<parameter name="right" position="1" attrib="0" type="System.Span`1[T]" />
</parameters>
</method>
</methods>
<classes>
<class name="Enumerator" type="struct" base="System.ValueType" sealed="true" charset="Ansi" layout="Sequential">
<attributes>
<attribute name="System.ObsoleteAttribute">
<properties>
<property name="Message" value="Types with embedded references are not supported in this version of your compiler." />
<property name="IsError" value="True" />
</properties>
</attribute>
<attribute name="System.Runtime.CompilerServices.IsByRefLikeAttribute" />
</attributes>
<generic-parameters>
<generic-parameter name="T" attributes="0" />
</generic-parameters>
<properties>
<property name="Current" attrib="0" ptype="T&amp;">
<methods>
<method name="get_Current()" attrib="2182" returntype="T&amp;">
<parameters />
</method>
</methods>
</property>
</properties>
<methods>
<method name="MoveNext()" attrib="134" returntype="System.Boolean">
<parameters />
</method>
</methods>
</class>
</classes>
</class>
<class name="StackOverflowException" type="class" base="System.SystemException" sealed="true" serializable="true" charset="Ansi" layout="Auto">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
@ -19263,11 +18595,6 @@
<parameter name="value" position="0" attrib="0" type="System.Char[]" />
</parameters>
</constructor>
<constructor name=".ctor(System.ReadOnlySpan`1[System.Char])" attrib="6278">
<parameters>
<parameter name="value" position="0" attrib="0" type="System.ReadOnlySpan`1[System.Char]" />
</parameters>
</constructor>
<constructor name=".ctor(System.SByte*)" attrib="6278">
<attributes>
<attribute name="System.CLSCompliantAttribute">
@ -19351,6 +18678,7 @@
<property name="Chars" attrib="0" ptype="System.Char" params="System.Int32">
<methods>
<method name="get_Chars(System.Int32)" attrib="2182" returntype="System.Char">
<attributes />
<parameters>
<parameter name="index" position="0" attrib="0" type="System.Int32" />
</parameters>
@ -20301,11 +19629,6 @@
<parameter name="b" position="1" attrib="0" type="System.String" />
</parameters>
</method>
<method name="op_Implicit(System.String)" attrib="2198" static="true" returntype="System.ReadOnlySpan`1[System.Char]">
<parameters>
<parameter name="value" position="0" attrib="0" type="System.String" />
</parameters>
</method>
<method name="op_Inequality(System.String, System.String)" attrib="2198" static="true" returntype="System.Boolean">
<parameters>
<parameter name="a" position="0" attrib="0" type="System.String" />
@ -27180,6 +26503,65 @@
</namespace>
<namespace name="System.Buffers">
<classes>
<class name="IRetainable" type="interface" abstract="true" charset="Ansi" layout="Auto">
<methods>
<method name="Release()" attrib="1478" abstract="true" virtual="true" returntype="System.Boolean">
<parameters />
</method>
<method name="Retain()" attrib="1478" abstract="true" virtual="true" returntype="System.Void">
<parameters />
</method>
</methods>
</class>
<class name="MemoryHandle" type="struct" base="System.ValueType" sealed="true" charset="Ansi" layout="Sequential">
<interfaces>
<interface name="System.IDisposable" />
</interfaces>
<constructors>
<constructor name=".ctor(System.Buffers.IRetainable, System.Void*, System.Runtime.InteropServices.GCHandle)" attrib="6278">
<attributes>
<attribute name="System.CLSCompliantAttribute">
<properties>
<property name="IsCompliant" value="False" />
</properties>
</attribute>
</attributes>
<parameters>
<parameter name="retainable" position="0" attrib="0" type="System.Buffers.IRetainable" />
<parameter name="pointer" position="1" attrib="4112" type="System.Void*" optional="true" defaultValue="NULL" />
<parameter name="handle" position="2" attrib="4112" type="System.Runtime.InteropServices.GCHandle" optional="true" defaultValue="NULL" />
</parameters>
</constructor>
</constructors>
<properties>
<property name="HasPointer" attrib="0" ptype="System.Boolean">
<methods>
<method name="get_HasPointer()" attrib="2182" returntype="System.Boolean">
<parameters />
</method>
</methods>
</property>
<property name="Pointer" attrib="0" ptype="System.Void*">
<attributes>
<attribute name="System.CLSCompliantAttribute">
<properties>
<property name="IsCompliant" value="False" />
</properties>
</attribute>
</attributes>
<methods>
<method name="get_Pointer()" attrib="2182" returntype="System.Void*">
<parameters />
</method>
</methods>
</property>
</properties>
<methods>
<method name="Dispose()" attrib="486" virtual="true" returntype="System.Void">
<parameters />
</method>
</methods>
</class>
<class name="OperationStatus" type="enum" base="System.Enum" sealed="true" serializable="true" charset="Ansi" layout="Auto" enumtype="System.Int32">
<interfaces>
<interface name="System.IComparable" />
@ -32873,12 +32255,12 @@
<attributes>
<attribute name="System.Diagnostics.ConditionalAttribute">
<properties>
<property name="ConditionString" value="CONTRACTS_FULL" />
<property name="ConditionString" value="DEBUG" />
</properties>
</attribute>
<attribute name="System.Diagnostics.ConditionalAttribute">
<properties>
<property name="ConditionString" value="DEBUG" />
<property name="ConditionString" value="CONTRACTS_FULL" />
</properties>
</attribute>
<attribute name="System.Runtime.ConstrainedExecution.ReliabilityContractAttribute">
@ -32897,12 +32279,12 @@
<attributes>
<attribute name="System.Diagnostics.ConditionalAttribute">
<properties>
<property name="ConditionString" value="DEBUG" />
<property name="ConditionString" value="CONTRACTS_FULL" />
</properties>
</attribute>
<attribute name="System.Diagnostics.ConditionalAttribute">
<properties>
<property name="ConditionString" value="CONTRACTS_FULL" />
<property name="ConditionString" value="DEBUG" />
</properties>
</attribute>
<attribute name="System.Runtime.ConstrainedExecution.ReliabilityContractAttribute">
@ -32920,12 +32302,12 @@
<attributes>
<attribute name="System.Diagnostics.ConditionalAttribute">
<properties>
<property name="ConditionString" value="DEBUG" />
<property name="ConditionString" value="CONTRACTS_FULL" />
</properties>
</attribute>
<attribute name="System.Diagnostics.ConditionalAttribute">
<properties>
<property name="ConditionString" value="CONTRACTS_FULL" />
<property name="ConditionString" value="DEBUG" />
</properties>
</attribute>
<attribute name="System.Runtime.ConstrainedExecution.ReliabilityContractAttribute">
@ -33322,12 +32704,12 @@
</attribute>
<attribute name="System.Diagnostics.ConditionalAttribute">
<properties>
<property name="ConditionString" value="DEBUG" />
<property name="ConditionString" value="CONTRACTS_FULL" />
</properties>
</attribute>
<attribute name="System.Diagnostics.ConditionalAttribute">
<properties>
<property name="ConditionString" value="CONTRACTS_FULL" />
<property name="ConditionString" value="DEBUG" />
</properties>
</attribute>
</attributes>
@ -44535,11 +43917,6 @@
</attributes>
<parameters />
</method>
<method name="Read(System.Span`1[System.Byte])" attrib="454" virtual="true" returntype="System.Int32">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.Span`1[System.Byte]" />
</parameters>
</method>
<method name="Read(System.Byte[], System.Int32, System.Int32)" attrib="1478" abstract="true" virtual="true" returntype="System.Int32">
<parameters>
<parameter name="buffer" position="0" attrib="3" type="System.Byte[]" />
@ -44547,12 +43924,6 @@
<parameter name="count" position="2" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="ReadAsync(System.Memory`1[System.Byte], System.Threading.CancellationToken)" attrib="454" virtual="true" returntype="System.Threading.Tasks.ValueTask`1[System.Int32]">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.Memory`1[System.Byte]" />
<parameter name="cancellationToken" position="1" attrib="4112" type="System.Threading.CancellationToken" optional="true" defaultValue="NULL" />
</parameters>
</method>
<method name="ReadAsync(System.Byte[], System.Int32, System.Int32)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Int32]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
@ -44601,11 +43972,6 @@
<parameter name="stream" position="0" attrib="0" type="System.IO.Stream" />
</parameters>
</method>
<method name="Write(System.ReadOnlySpan`1[System.Byte])" attrib="454" virtual="true" returntype="System.Void">
<parameters>
<parameter name="source" position="0" attrib="0" type="System.ReadOnlySpan`1[System.Byte]" />
</parameters>
</method>
<method name="Write(System.Byte[], System.Int32, System.Int32)" attrib="1478" abstract="true" virtual="true" returntype="System.Void">
<parameters>
<parameter name="buffer" position="0" attrib="0" type="System.Byte[]" />
@ -59069,9 +58435,11 @@
</parameters>
</method>
<method name="Throw()" attrib="134" returntype="System.Void">
<attributes />
<parameters />
</method>
<method name="Throw(System.Exception)" attrib="150" static="true" returntype="System.Void">
<attributes />
<parameters>
<parameter name="source" position="0" attrib="0" type="System.Exception" />
</parameters>
@ -86395,7 +85763,7 @@
<parameter name="name" position="0" attrib="0" type="System.String" />
</parameters>
</method>
<method name="CreateFromName(System.String, System.Object[])" attrib="16534" static="true" returntype="System.Object">
<method name="CreateFromName(System.String, System.Object[])" attrib="150" static="true" returntype="System.Object">
<parameters>
<parameter name="name" position="0" attrib="0" type="System.String" />
<parameter name="args" position="1" attrib="0" type="System.Object[]">
@ -100103,11 +99471,6 @@
<parameter name="bytes" position="0" attrib="0" type="System.Byte[]" />
</parameters>
</method>
<method name="GetString(System.ReadOnlySpan`1[System.Byte])" attrib="134" returntype="System.String">
<parameters>
<parameter name="bytes" position="0" attrib="0" type="System.ReadOnlySpan`1[System.Byte]" />
</parameters>
</method>
<method name="GetString(System.Byte*, System.Int32)" attrib="134" returntype="System.String">
<attributes>
<attribute name="System.CLSCompliantAttribute">

Просмотреть файл

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

Просмотреть файл

Просмотреть файл

Просмотреть файл

Просмотреть файл

Просмотреть файл

Просмотреть файл

Просмотреть файл

Просмотреть файл

Просмотреть файл

@ -161,13 +161,6 @@
<parameter name="value" position="0" attrib="0" type="System.UInt64" />
</parameters>
</constructor>
<constructor name=".ctor(System.ReadOnlySpan`1[System.Byte], System.Boolean, System.Boolean)" attrib="6278">
<parameters>
<parameter name="value" position="0" attrib="0" type="System.ReadOnlySpan`1[System.Byte]" />
<parameter name="isUnsigned" position="1" attrib="4112" type="System.Boolean" optional="true" defaultValue="False" />
<parameter name="isBigEndian" position="2" attrib="4112" type="System.Boolean" optional="true" defaultValue="False" />
</parameters>
</constructor>
</constructors>
<properties>
<property name="IsEven" attrib="0" ptype="System.Boolean">
@ -389,13 +382,6 @@
<parameter name="provider" position="1" attrib="0" type="System.IFormatProvider" />
</parameters>
</method>
<method name="Parse(System.ReadOnlySpan`1[System.Char], System.Globalization.NumberStyles, System.IFormatProvider)" attrib="150" static="true" returntype="System.Numerics.BigInteger">
<parameters>
<parameter name="value" position="0" attrib="0" type="System.ReadOnlySpan`1[System.Char]" />
<parameter name="style" position="1" attrib="4112" type="System.Globalization.NumberStyles" optional="true" defaultValue="7" />
<parameter name="provider" position="2" attrib="4112" type="System.IFormatProvider" optional="true" defaultValue="NULL" />
</parameters>
</method>
<method name="Parse(System.String, System.Globalization.NumberStyles, System.IFormatProvider)" attrib="150" static="true" returntype="System.Numerics.BigInteger">
<parameters>
<parameter name="value" position="0" attrib="0" type="System.String" />
@ -449,34 +435,12 @@
<parameter name="provider" position="1" attrib="0" type="System.IFormatProvider" />
</parameters>
</method>
<method name="TryFormat(System.Span`1[System.Char], out System.Int32&amp;, System.ReadOnlySpan`1[System.Char], System.IFormatProvider)" attrib="134" returntype="System.Boolean">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.Span`1[System.Char]" />
<parameter name="charsWritten" position="1" attrib="2" type="System.Int32" direction="out" />
<parameter name="format" position="2" attrib="4112" type="System.ReadOnlySpan`1[System.Char]" optional="true" defaultValue="NULL" />
<parameter name="provider" position="3" attrib="4112" type="System.IFormatProvider" optional="true" defaultValue="NULL" />
</parameters>
</method>
<method name="TryParse(System.ReadOnlySpan`1[System.Char], out System.Numerics.BigInteger&amp;)" attrib="150" static="true" returntype="System.Boolean">
<parameters>
<parameter name="value" position="0" attrib="0" type="System.ReadOnlySpan`1[System.Char]" />
<parameter name="result" position="1" attrib="2" type="System.Numerics.BigInteger" direction="out" />
</parameters>
</method>
<method name="TryParse(System.String, out System.Numerics.BigInteger&amp;)" attrib="150" static="true" returntype="System.Boolean">
<parameters>
<parameter name="value" position="0" attrib="0" type="System.String" />
<parameter name="result" position="1" attrib="2" type="System.Numerics.BigInteger" direction="out" />
</parameters>
</method>
<method name="TryParse(System.ReadOnlySpan`1[System.Char], System.Globalization.NumberStyles, System.IFormatProvider, out System.Numerics.BigInteger&amp;)" attrib="150" static="true" returntype="System.Boolean">
<parameters>
<parameter name="value" position="0" attrib="0" type="System.ReadOnlySpan`1[System.Char]" />
<parameter name="style" position="1" attrib="0" type="System.Globalization.NumberStyles" />
<parameter name="provider" position="2" attrib="0" type="System.IFormatProvider" />
<parameter name="result" position="3" attrib="2" type="System.Numerics.BigInteger" direction="out" />
</parameters>
</method>
<method name="TryParse(System.String, System.Globalization.NumberStyles, System.IFormatProvider, out System.Numerics.BigInteger&amp;)" attrib="150" static="true" returntype="System.Boolean">
<parameters>
<parameter name="value" position="0" attrib="0" type="System.String" />
@ -485,14 +449,6 @@
<parameter name="result" position="3" attrib="2" type="System.Numerics.BigInteger" direction="out" />
</parameters>
</method>
<method name="TryWriteBytes(System.Span`1[System.Byte], out System.Int32&amp;, System.Boolean, System.Boolean)" attrib="134" returntype="System.Boolean">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.Span`1[System.Byte]" />
<parameter name="bytesWritten" position="1" attrib="2" type="System.Int32" direction="out" />
<parameter name="isUnsigned" position="2" attrib="4112" type="System.Boolean" optional="true" defaultValue="False" />
<parameter name="isBigEndian" position="3" attrib="4112" type="System.Boolean" optional="true" defaultValue="False" />
</parameters>
</method>
<method name="op_Addition(System.Numerics.BigInteger, System.Numerics.BigInteger)" attrib="2198" static="true" returntype="System.Numerics.BigInteger">
<parameters>
<parameter name="left" position="0" attrib="0" type="System.Numerics.BigInteger" />

Просмотреть файл

Просмотреть файл

Просмотреть файл

Просмотреть файл

Просмотреть файл

Просмотреть файл

Просмотреть файл

Просмотреть файл

Просмотреть файл

@ -23747,11 +23747,6 @@
<parameter name="cancellationToken" position="0" attrib="0" type="System.Threading.CancellationToken" />
</parameters>
</method>
<method name="Read(System.Span`1[System.Byte])" attrib="198" virtual="true" is-override="true" returntype="System.Int32">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.Span`1[System.Byte]" />
</parameters>
</method>
<method name="Read(System.Byte[], System.Int32, System.Int32)" attrib="198" virtual="true" is-override="true" returntype="System.Int32">
<parameters>
<parameter name="array" position="0" attrib="0" type="System.Byte[]" />
@ -23759,12 +23754,6 @@
<parameter name="count" position="2" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="ReadAsync(System.Memory`1[System.Byte], System.Threading.CancellationToken)" attrib="198" virtual="true" is-override="true" returntype="System.Threading.Tasks.ValueTask`1[System.Int32]">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.Memory`1[System.Byte]" />
<parameter name="cancellationToken" position="1" attrib="4112" type="System.Threading.CancellationToken" optional="true" defaultValue="NULL" />
</parameters>
</method>
<method name="ReadAsync(System.Byte[], System.Int32, System.Int32, System.Threading.CancellationToken)" attrib="198" virtual="true" is-override="true" returntype="System.Threading.Tasks.Task`1[System.Int32]">
<parameters>
<parameter name="array" position="0" attrib="0" type="System.Byte[]" />
@ -23787,11 +23776,6 @@
<parameter name="value" position="0" attrib="0" type="System.Int64" />
</parameters>
</method>
<method name="Write(System.ReadOnlySpan`1[System.Byte])" attrib="198" virtual="true" is-override="true" returntype="System.Void">
<parameters>
<parameter name="source" position="0" attrib="0" type="System.ReadOnlySpan`1[System.Byte]" />
</parameters>
</method>
<method name="Write(System.Byte[], System.Int32, System.Int32)" attrib="198" virtual="true" is-override="true" returntype="System.Void">
<parameters>
<parameter name="array" position="0" attrib="0" type="System.Byte[]" />
@ -24824,6 +24808,9 @@
<property name="BytesReceived" attrib="0" ptype="System.Int64">
<methods>
<method name="get_BytesReceived()" attrib="2182" returntype="System.Int64">
<attributes>
<attribute name="System.Runtime.CompilerServices.CompilerGeneratedAttribute" />
</attributes>
<parameters />
</method>
</methods>
@ -24831,6 +24818,9 @@
<property name="TotalBytesToReceive" attrib="0" ptype="System.Int64">
<methods>
<method name="get_TotalBytesToReceive()" attrib="2182" returntype="System.Int64">
<attributes>
<attribute name="System.Runtime.CompilerServices.CompilerGeneratedAttribute" />
</attributes>
<parameters />
</method>
</methods>
@ -28904,6 +28894,9 @@
<property name="BytesReceived" attrib="0" ptype="System.Int64">
<methods>
<method name="get_BytesReceived()" attrib="2182" returntype="System.Int64">
<attributes>
<attribute name="System.Runtime.CompilerServices.CompilerGeneratedAttribute" />
</attributes>
<parameters />
</method>
</methods>
@ -28911,6 +28904,9 @@
<property name="BytesSent" attrib="0" ptype="System.Int64">
<methods>
<method name="get_BytesSent()" attrib="2182" returntype="System.Int64">
<attributes>
<attribute name="System.Runtime.CompilerServices.CompilerGeneratedAttribute" />
</attributes>
<parameters />
</method>
</methods>
@ -28918,6 +28914,9 @@
<property name="TotalBytesToReceive" attrib="0" ptype="System.Int64">
<methods>
<method name="get_TotalBytesToReceive()" attrib="2182" returntype="System.Int64">
<attributes>
<attribute name="System.Runtime.CompilerServices.CompilerGeneratedAttribute" />
</attributes>
<parameters />
</method>
</methods>
@ -28925,6 +28924,9 @@
<property name="TotalBytesToSend" attrib="0" ptype="System.Int64">
<methods>
<method name="get_TotalBytesToSend()" attrib="2182" returntype="System.Int64">
<attributes>
<attribute name="System.Runtime.CompilerServices.CompilerGeneratedAttribute" />
</attributes>
<parameters />
</method>
</methods>
@ -29059,13 +29061,6 @@
</methods>
</class>
<class name="WebClient" type="class" base="System.ComponentModel.Component" charset="Ansi" layout="Auto">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="True" />
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.ComponentModel.IComponent" />
<interface name="System.IDisposable" />
@ -29153,9 +29148,15 @@
<property name="CachePolicy" attrib="0" ptype="System.Net.Cache.RequestCachePolicy">
<methods>
<method name="get_CachePolicy()" attrib="2182" returntype="System.Net.Cache.RequestCachePolicy">
<attributes>
<attribute name="System.Runtime.CompilerServices.CompilerGeneratedAttribute" />
</attributes>
<parameters />
</method>
<method name="set_CachePolicy(System.Net.Cache.RequestCachePolicy)" attrib="2182" returntype="System.Void">
<attributes>
<attribute name="System.Runtime.CompilerServices.CompilerGeneratedAttribute" />
</attributes>
<parameters>
<parameter name="value" position="0" attrib="0" type="System.Net.Cache.RequestCachePolicy" />
</parameters>
@ -29291,37 +29292,23 @@
<parameter name="address" position="0" attrib="0" type="System.Uri" />
</parameters>
</method>
<method name="DownloadDataAsync(System.Uri)" attrib="16518" returntype="System.Void">
<method name="DownloadDataAsync(System.Uri)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
</parameters>
</method>
<method name="DownloadDataAsync(System.Uri, System.Object)" attrib="16518" returntype="System.Void">
<method name="DownloadDataAsync(System.Uri, System.Object)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="userToken" position="1" attrib="0" type="System.Object" />
</parameters>
</method>
<method name="DownloadDataTaskAsync(System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="DownloadDataTaskAsync(System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
</parameters>
</method>
<method name="DownloadDataTaskAsync(System.Uri)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="DownloadDataTaskAsync(System.Uri)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
</parameters>
@ -29338,40 +29325,26 @@
<parameter name="fileName" position="1" attrib="0" type="System.String" />
</parameters>
</method>
<method name="DownloadFileAsync(System.Uri, System.String)" attrib="16518" returntype="System.Void">
<method name="DownloadFileAsync(System.Uri, System.String)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="fileName" position="1" attrib="0" type="System.String" />
</parameters>
</method>
<method name="DownloadFileAsync(System.Uri, System.String, System.Object)" attrib="16518" returntype="System.Void">
<method name="DownloadFileAsync(System.Uri, System.String, System.Object)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="fileName" position="1" attrib="0" type="System.String" />
<parameter name="userToken" position="2" attrib="0" type="System.Object" />
</parameters>
</method>
<method name="DownloadFileTaskAsync(System.String, System.String)" attrib="16518" returntype="System.Threading.Tasks.Task">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="DownloadFileTaskAsync(System.String, System.String)" attrib="134" returntype="System.Threading.Tasks.Task">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
<parameter name="fileName" position="1" attrib="0" type="System.String" />
</parameters>
</method>
<method name="DownloadFileTaskAsync(System.Uri, System.String)" attrib="16518" returntype="System.Threading.Tasks.Task">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="DownloadFileTaskAsync(System.Uri, System.String)" attrib="134" returntype="System.Threading.Tasks.Task">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="fileName" position="1" attrib="0" type="System.String" />
@ -29387,37 +29360,23 @@
<parameter name="address" position="0" attrib="0" type="System.Uri" />
</parameters>
</method>
<method name="DownloadStringAsync(System.Uri)" attrib="16518" returntype="System.Void">
<method name="DownloadStringAsync(System.Uri)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
</parameters>
</method>
<method name="DownloadStringAsync(System.Uri, System.Object)" attrib="16518" returntype="System.Void">
<method name="DownloadStringAsync(System.Uri, System.Object)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="userToken" position="1" attrib="0" type="System.Object" />
</parameters>
</method>
<method name="DownloadStringTaskAsync(System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.String]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="DownloadStringTaskAsync(System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.String]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
</parameters>
</method>
<method name="DownloadStringTaskAsync(System.Uri)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.String]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="DownloadStringTaskAsync(System.Uri)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.String]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
</parameters>
@ -29521,37 +29480,23 @@
<parameter name="address" position="0" attrib="0" type="System.Uri" />
</parameters>
</method>
<method name="OpenReadAsync(System.Uri)" attrib="16518" returntype="System.Void">
<method name="OpenReadAsync(System.Uri)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
</parameters>
</method>
<method name="OpenReadAsync(System.Uri, System.Object)" attrib="16518" returntype="System.Void">
<method name="OpenReadAsync(System.Uri, System.Object)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="userToken" position="1" attrib="0" type="System.Object" />
</parameters>
</method>
<method name="OpenReadTaskAsync(System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.IO.Stream]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="OpenReadTaskAsync(System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.IO.Stream]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
</parameters>
</method>
<method name="OpenReadTaskAsync(System.Uri)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.IO.Stream]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="OpenReadTaskAsync(System.Uri)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.IO.Stream]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
</parameters>
@ -29578,69 +29523,41 @@
<parameter name="method" position="1" attrib="0" type="System.String" />
</parameters>
</method>
<method name="OpenWriteAsync(System.Uri)" attrib="16518" returntype="System.Void">
<method name="OpenWriteAsync(System.Uri)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
</parameters>
</method>
<method name="OpenWriteAsync(System.Uri, System.String)" attrib="16518" returntype="System.Void">
<method name="OpenWriteAsync(System.Uri, System.String)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
</parameters>
</method>
<method name="OpenWriteAsync(System.Uri, System.String, System.Object)" attrib="16518" returntype="System.Void">
<method name="OpenWriteAsync(System.Uri, System.String, System.Object)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
<parameter name="userToken" position="2" attrib="0" type="System.Object" />
</parameters>
</method>
<method name="OpenWriteTaskAsync(System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.IO.Stream]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="OpenWriteTaskAsync(System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.IO.Stream]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
</parameters>
</method>
<method name="OpenWriteTaskAsync(System.Uri)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.IO.Stream]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="OpenWriteTaskAsync(System.Uri)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.IO.Stream]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
</parameters>
</method>
<method name="OpenWriteTaskAsync(System.String, System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.IO.Stream]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="OpenWriteTaskAsync(System.String, System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.IO.Stream]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
<parameter name="method" position="1" attrib="0" type="System.String" />
</parameters>
</method>
<method name="OpenWriteTaskAsync(System.Uri, System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.IO.Stream]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="OpenWriteTaskAsync(System.Uri, System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.IO.Stream]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
@ -29672,20 +29589,20 @@
<parameter name="data" position="2" attrib="0" type="System.Byte[]" />
</parameters>
</method>
<method name="UploadDataAsync(System.Uri, System.Byte[])" attrib="16518" returntype="System.Void">
<method name="UploadDataAsync(System.Uri, System.Byte[])" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="data" position="1" attrib="0" type="System.Byte[]" />
</parameters>
</method>
<method name="UploadDataAsync(System.Uri, System.String, System.Byte[])" attrib="16518" returntype="System.Void">
<method name="UploadDataAsync(System.Uri, System.String, System.Byte[])" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
<parameter name="data" position="2" attrib="0" type="System.Byte[]" />
</parameters>
</method>
<method name="UploadDataAsync(System.Uri, System.String, System.Byte[], System.Object)" attrib="16518" returntype="System.Void">
<method name="UploadDataAsync(System.Uri, System.String, System.Byte[], System.Object)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
@ -29693,54 +29610,26 @@
<parameter name="userToken" position="3" attrib="0" type="System.Object" />
</parameters>
</method>
<method name="UploadDataTaskAsync(System.String, System.Byte[])" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadDataTaskAsync(System.String, System.Byte[])" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
<parameter name="data" position="1" attrib="0" type="System.Byte[]" />
</parameters>
</method>
<method name="UploadDataTaskAsync(System.Uri, System.Byte[])" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadDataTaskAsync(System.Uri, System.Byte[])" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="data" position="1" attrib="0" type="System.Byte[]" />
</parameters>
</method>
<method name="UploadDataTaskAsync(System.String, System.String, System.Byte[])" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadDataTaskAsync(System.String, System.String, System.Byte[])" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
<parameter name="method" position="1" attrib="0" type="System.String" />
<parameter name="data" position="2" attrib="0" type="System.Byte[]" />
</parameters>
</method>
<method name="UploadDataTaskAsync(System.Uri, System.String, System.Byte[])" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadDataTaskAsync(System.Uri, System.String, System.Byte[])" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
@ -29773,20 +29662,20 @@
<parameter name="fileName" position="2" attrib="0" type="System.String" />
</parameters>
</method>
<method name="UploadFileAsync(System.Uri, System.String)" attrib="16518" returntype="System.Void">
<method name="UploadFileAsync(System.Uri, System.String)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="fileName" position="1" attrib="0" type="System.String" />
</parameters>
</method>
<method name="UploadFileAsync(System.Uri, System.String, System.String)" attrib="16518" returntype="System.Void">
<method name="UploadFileAsync(System.Uri, System.String, System.String)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
<parameter name="fileName" position="2" attrib="0" type="System.String" />
</parameters>
</method>
<method name="UploadFileAsync(System.Uri, System.String, System.String, System.Object)" attrib="16518" returntype="System.Void">
<method name="UploadFileAsync(System.Uri, System.String, System.String, System.Object)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
@ -29794,54 +29683,26 @@
<parameter name="userToken" position="3" attrib="0" type="System.Object" />
</parameters>
</method>
<method name="UploadFileTaskAsync(System.String, System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadFileTaskAsync(System.String, System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
<parameter name="fileName" position="1" attrib="0" type="System.String" />
</parameters>
</method>
<method name="UploadFileTaskAsync(System.Uri, System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadFileTaskAsync(System.Uri, System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="fileName" position="1" attrib="0" type="System.String" />
</parameters>
</method>
<method name="UploadFileTaskAsync(System.String, System.String, System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadFileTaskAsync(System.String, System.String, System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
<parameter name="method" position="1" attrib="0" type="System.String" />
<parameter name="fileName" position="2" attrib="0" type="System.String" />
</parameters>
</method>
<method name="UploadFileTaskAsync(System.Uri, System.String, System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadFileTaskAsync(System.Uri, System.String, System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
@ -29874,20 +29735,20 @@
<parameter name="data" position="2" attrib="0" type="System.String" />
</parameters>
</method>
<method name="UploadStringAsync(System.Uri, System.String)" attrib="16518" returntype="System.Void">
<method name="UploadStringAsync(System.Uri, System.String)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="data" position="1" attrib="0" type="System.String" />
</parameters>
</method>
<method name="UploadStringAsync(System.Uri, System.String, System.String)" attrib="16518" returntype="System.Void">
<method name="UploadStringAsync(System.Uri, System.String, System.String)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
<parameter name="data" position="2" attrib="0" type="System.String" />
</parameters>
</method>
<method name="UploadStringAsync(System.Uri, System.String, System.String, System.Object)" attrib="16518" returntype="System.Void">
<method name="UploadStringAsync(System.Uri, System.String, System.String, System.Object)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
@ -29895,54 +29756,26 @@
<parameter name="userToken" position="3" attrib="0" type="System.Object" />
</parameters>
</method>
<method name="UploadStringTaskAsync(System.String, System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.String]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadStringTaskAsync(System.String, System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.String]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
<parameter name="data" position="1" attrib="0" type="System.String" />
</parameters>
</method>
<method name="UploadStringTaskAsync(System.Uri, System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.String]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadStringTaskAsync(System.Uri, System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.String]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="data" position="1" attrib="0" type="System.String" />
</parameters>
</method>
<method name="UploadStringTaskAsync(System.String, System.String, System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.String]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadStringTaskAsync(System.String, System.String, System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.String]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
<parameter name="method" position="1" attrib="0" type="System.String" />
<parameter name="data" position="2" attrib="0" type="System.String" />
</parameters>
</method>
<method name="UploadStringTaskAsync(System.Uri, System.String, System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.String]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadStringTaskAsync(System.Uri, System.String, System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.String]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
@ -29975,20 +29808,20 @@
<parameter name="data" position="2" attrib="0" type="System.Collections.Specialized.NameValueCollection" />
</parameters>
</method>
<method name="UploadValuesAsync(System.Uri, System.Collections.Specialized.NameValueCollection)" attrib="16518" returntype="System.Void">
<method name="UploadValuesAsync(System.Uri, System.Collections.Specialized.NameValueCollection)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="data" position="1" attrib="0" type="System.Collections.Specialized.NameValueCollection" />
</parameters>
</method>
<method name="UploadValuesAsync(System.Uri, System.String, System.Collections.Specialized.NameValueCollection)" attrib="16518" returntype="System.Void">
<method name="UploadValuesAsync(System.Uri, System.String, System.Collections.Specialized.NameValueCollection)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
<parameter name="data" position="2" attrib="0" type="System.Collections.Specialized.NameValueCollection" />
</parameters>
</method>
<method name="UploadValuesAsync(System.Uri, System.String, System.Collections.Specialized.NameValueCollection, System.Object)" attrib="16518" returntype="System.Void">
<method name="UploadValuesAsync(System.Uri, System.String, System.Collections.Specialized.NameValueCollection, System.Object)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
@ -29996,54 +29829,26 @@
<parameter name="userToken" position="3" attrib="0" type="System.Object" />
</parameters>
</method>
<method name="UploadValuesTaskAsync(System.String, System.Collections.Specialized.NameValueCollection)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadValuesTaskAsync(System.String, System.Collections.Specialized.NameValueCollection)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
<parameter name="data" position="1" attrib="0" type="System.Collections.Specialized.NameValueCollection" />
</parameters>
</method>
<method name="UploadValuesTaskAsync(System.Uri, System.Collections.Specialized.NameValueCollection)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadValuesTaskAsync(System.Uri, System.Collections.Specialized.NameValueCollection)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="data" position="1" attrib="0" type="System.Collections.Specialized.NameValueCollection" />
</parameters>
</method>
<method name="UploadValuesTaskAsync(System.String, System.String, System.Collections.Specialized.NameValueCollection)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadValuesTaskAsync(System.String, System.String, System.Collections.Specialized.NameValueCollection)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
<parameter name="method" position="1" attrib="0" type="System.String" />
<parameter name="data" position="2" attrib="0" type="System.Collections.Specialized.NameValueCollection" />
</parameters>
</method>
<method name="UploadValuesTaskAsync(System.Uri, System.String, System.Collections.Specialized.NameValueCollection)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadValuesTaskAsync(System.Uri, System.String, System.Collections.Specialized.NameValueCollection)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
@ -39963,12 +39768,6 @@
<parameter name="cancellationToken" position="1" attrib="0" type="System.Threading.CancellationToken" />
</parameters>
</method>
<method name="ReceiveAsync(System.Memory`1[System.Byte], System.Threading.CancellationToken)" attrib="198" virtual="true" is-override="true" returntype="System.Threading.Tasks.ValueTask`1[System.Net.WebSockets.ValueWebSocketReceiveResult]">
<parameters>
<parameter name="buffer" position="0" attrib="0" type="System.Memory`1[System.Byte]" />
<parameter name="cancellationToken" position="1" attrib="0" type="System.Threading.CancellationToken" />
</parameters>
</method>
<method name="SendAsync(System.ArraySegment`1[System.Byte], System.Net.WebSockets.WebSocketMessageType, System.Boolean, System.Threading.CancellationToken)" attrib="198" virtual="true" is-override="true" returntype="System.Threading.Tasks.Task">
<parameters>
<parameter name="buffer" position="0" attrib="0" type="System.ArraySegment`1[System.Byte]" />
@ -39977,14 +39776,6 @@
<parameter name="cancellationToken" position="3" attrib="0" type="System.Threading.CancellationToken" />
</parameters>
</method>
<method name="SendAsync(System.ReadOnlyMemory`1[System.Byte], System.Net.WebSockets.WebSocketMessageType, System.Boolean, System.Threading.CancellationToken)" attrib="198" virtual="true" is-override="true" returntype="System.Threading.Tasks.Task">
<parameters>
<parameter name="buffer" position="0" attrib="0" type="System.ReadOnlyMemory`1[System.Byte]" />
<parameter name="messageType" position="1" attrib="0" type="System.Net.WebSockets.WebSocketMessageType" />
<parameter name="endOfMessage" position="2" attrib="0" type="System.Boolean" />
<parameter name="cancellationToken" position="3" attrib="0" type="System.Threading.CancellationToken" />
</parameters>
</method>
</methods>
</class>
<class name="ClientWebSocketOptions" type="class" base="System.Object" sealed="true" charset="Ansi" layout="Auto">
@ -40302,15 +40093,6 @@
<parameter name="internalBuffer" position="6" attrib="0" type="System.ArraySegment`1[System.Byte]" />
</parameters>
</method>
<method name="CreateFromStream(System.IO.Stream, System.Boolean, System.String, System.TimeSpan, System.Memory`1[System.Byte])" attrib="150" static="true" returntype="System.Net.WebSockets.WebSocket">
<parameters>
<parameter name="stream" position="0" attrib="0" type="System.IO.Stream" />
<parameter name="isServer" position="1" attrib="0" type="System.Boolean" />
<parameter name="subProtocol" position="2" attrib="0" type="System.String" />
<parameter name="keepAliveInterval" position="3" attrib="0" type="System.TimeSpan" />
<parameter name="buffer" position="4" attrib="4112" type="System.Memory`1[System.Byte]" optional="true" defaultValue="NULL" />
</parameters>
</method>
<method name="CreateServerBuffer(System.Int32)" attrib="150" static="true" returntype="System.ArraySegment`1[System.Byte]">
<parameters>
<parameter name="receiveBufferSize" position="0" attrib="0" type="System.Int32" />
@ -40345,15 +40127,6 @@
<parameter name="cancellationToken" position="1" attrib="0" type="System.Threading.CancellationToken" />
</parameters>
</method>
<method name="ReceiveAsync(System.Memory`1[System.Byte], System.Threading.CancellationToken)" attrib="454" virtual="true" returntype="System.Threading.Tasks.ValueTask`1[System.Net.WebSockets.ValueWebSocketReceiveResult]">
<attributes>
<attribute name="System.Runtime.CompilerServices.AsyncStateMachineAttribute" />
</attributes>
<parameters>
<parameter name="buffer" position="0" attrib="0" type="System.Memory`1[System.Byte]" />
<parameter name="cancellationToken" position="1" attrib="0" type="System.Threading.CancellationToken" />
</parameters>
</method>
<method name="RegisterPrefixes()" attrib="150" static="true" returntype="System.Void">
<attributes>
<attribute name="System.ComponentModel.EditorBrowsableAttribute">
@ -40372,14 +40145,6 @@
<parameter name="cancellationToken" position="3" attrib="0" type="System.Threading.CancellationToken" />
</parameters>
</method>
<method name="SendAsync(System.ReadOnlyMemory`1[System.Byte], System.Net.WebSockets.WebSocketMessageType, System.Boolean, System.Threading.CancellationToken)" attrib="454" virtual="true" returntype="System.Threading.Tasks.Task">
<parameters>
<parameter name="buffer" position="0" attrib="0" type="System.ReadOnlyMemory`1[System.Byte]" />
<parameter name="messageType" position="1" attrib="0" type="System.Net.WebSockets.WebSocketMessageType" />
<parameter name="endOfMessage" position="2" attrib="0" type="System.Boolean" />
<parameter name="cancellationToken" position="3" attrib="0" type="System.Threading.CancellationToken" />
</parameters>
</method>
<method name="ThrowOnInvalidState(System.Net.WebSockets.WebSocketState, System.Net.WebSockets.WebSocketState[])" attrib="148" static="true" returntype="System.Void">
<parameters>
<parameter name="state" position="0" attrib="0" type="System.Net.WebSockets.WebSocketState" />

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -5291,11 +5291,6 @@
<parameter name="startIndex" position="1" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="ToInt32(System.ReadOnlySpan`1[System.Byte])" attrib="150" static="true" returntype="System.Int32">
<parameters>
<parameter name="value" position="0" attrib="0" type="System.ReadOnlySpan`1[System.Byte]" />
</parameters>
</method>
<method name="ToInt32(System.Byte[], System.Int32)" attrib="150" static="true" returntype="System.Int32">
<attributes>
<attribute name="System.Security.SecuritySafeCriticalAttribute" />
@ -14937,14 +14932,6 @@
<parameter name="provider" position="1" attrib="0" type="System.IFormatProvider" />
</parameters>
</method>
<method name="TryFormat(System.Span`1[System.Char], out System.Int32&amp;, System.ReadOnlySpan`1[System.Char], System.IFormatProvider)" attrib="134" returntype="System.Boolean">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.Span`1[System.Char]" />
<parameter name="charsWritten" position="1" attrib="2" type="System.Int32" direction="out" />
<parameter name="format" position="2" attrib="4112" type="System.ReadOnlySpan`1[System.Char]" optional="true" defaultValue="NULL" />
<parameter name="provider" position="3" attrib="4112" type="System.IFormatProvider" optional="true" defaultValue="NULL" />
</parameters>
</method>
<method name="TryParse(System.String, out System.Int32&amp;)" attrib="150" static="true" returntype="System.Boolean">
<parameters>
<parameter name="s" position="0" attrib="0" type="System.String" />
@ -16445,127 +16432,6 @@
</constructor>
</constructors>
</class>
<class name="Memory`1" type="struct" base="System.ValueType" sealed="true" charset="Ansi" layout="Sequential">
<attributes>
<attribute name="System.Diagnostics.DebuggerDisplayAttribute">
<properties>
<property name="Value" value="{DebuggerDisplay,nq}" />
</properties>
</attribute>
<attribute name="System.Diagnostics.DebuggerTypeProxyAttribute">
<properties>
<property name="ProxyTypeName" value="System.MemoryDebugView`1" />
</properties>
</attribute>
<attribute name="System.Runtime.CompilerServices.IsReadOnlyAttribute" />
</attributes>
<generic-parameters>
<generic-parameter name="T" attributes="0" />
</generic-parameters>
<constructors>
<constructor name=".ctor(T[])" attrib="6278">
<parameters>
<parameter name="array" position="0" attrib="0" type="T[]" />
</parameters>
</constructor>
<constructor name=".ctor(T[], System.Int32, System.Int32)" attrib="6278">
<parameters>
<parameter name="array" position="0" attrib="0" type="T[]" />
<parameter name="start" position="1" attrib="0" type="System.Int32" />
<parameter name="length" position="2" attrib="0" type="System.Int32" />
</parameters>
</constructor>
</constructors>
<properties>
<property name="Empty" attrib="0" ptype="System.Memory`1[T]">
<methods>
<method name="get_Empty()" attrib="2198" static="true" returntype="System.Memory`1[T]">
<parameters />
</method>
</methods>
</property>
<property name="IsEmpty" attrib="0" ptype="System.Boolean">
<methods>
<method name="get_IsEmpty()" attrib="2182" returntype="System.Boolean">
<parameters />
</method>
</methods>
</property>
<property name="Length" attrib="0" ptype="System.Int32">
<methods>
<method name="get_Length()" attrib="2182" returntype="System.Int32">
<parameters />
</method>
</methods>
</property>
<property name="Span" attrib="0" ptype="System.Span`1[T]">
<methods>
<method name="get_Span()" attrib="2182" returntype="System.Span`1[T]">
<parameters />
</method>
</methods>
</property>
</properties>
<methods>
<method name="CopyTo(System.Memory`1[T])" attrib="134" returntype="System.Void">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.Memory`1[T]" />
</parameters>
</method>
<method name="Equals(System.Memory`1[T])" attrib="134" returntype="System.Boolean">
<parameters>
<parameter name="other" position="0" attrib="0" type="System.Memory`1[T]" />
</parameters>
</method>
<method name="Equals(System.Object)" attrib="198" virtual="true" is-override="true" returntype="System.Boolean">
<parameters>
<parameter name="obj" position="0" attrib="0" type="System.Object" />
</parameters>
</method>
<method name="GetHashCode()" attrib="198" virtual="true" is-override="true" returntype="System.Int32">
<parameters />
</method>
<method name="Slice(System.Int32)" attrib="134" returntype="System.Memory`1[T]">
<parameters>
<parameter name="start" position="0" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="Slice(System.Int32, System.Int32)" attrib="134" returntype="System.Memory`1[T]">
<parameters>
<parameter name="start" position="0" attrib="0" type="System.Int32" />
<parameter name="length" position="1" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="ToArray()" attrib="134" returntype="T[]">
<parameters />
</method>
<method name="TryCopyTo(System.Memory`1[T])" attrib="134" returntype="System.Boolean">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.Memory`1[T]" />
</parameters>
</method>
<method name="TryGetArray(out System.ArraySegment`1[T]&amp;)" attrib="134" returntype="System.Boolean">
<parameters>
<parameter name="arraySegment" position="0" attrib="2" type="System.ArraySegment`1[T]" direction="out" />
</parameters>
</method>
<method name="op_Implicit(System.ArraySegment`1[T])" attrib="2198" static="true" returntype="System.Memory`1[T]">
<parameters>
<parameter name="arraySegment" position="0" attrib="0" type="System.ArraySegment`1[T]" />
</parameters>
</method>
<method name="op_Implicit(System.Memory`1[T])" attrib="2198" static="true" returntype="System.ReadOnlyMemory`1[T]">
<parameters>
<parameter name="memory" position="0" attrib="0" type="System.Memory`1[T]" />
</parameters>
</method>
<method name="op_Implicit(T[])" attrib="2198" static="true" returntype="System.Memory`1[T]">
<parameters>
<parameter name="array" position="0" attrib="0" type="T[]" />
</parameters>
</method>
</methods>
</class>
<class name="MethodAccessException" type="class" base="System.MemberAccessException" serializable="true" charset="Ansi" layout="Auto">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
@ -17929,328 +17795,6 @@
</constructor>
</constructors>
</class>
<class name="ReadOnlyMemory`1" type="struct" base="System.ValueType" sealed="true" charset="Ansi" layout="Sequential">
<attributes>
<attribute name="System.Diagnostics.DebuggerDisplayAttribute">
<properties>
<property name="Value" value="{DebuggerDisplay,nq}" />
</properties>
</attribute>
<attribute name="System.Diagnostics.DebuggerTypeProxyAttribute">
<properties>
<property name="ProxyTypeName" value="System.MemoryDebugView`1" />
</properties>
</attribute>
<attribute name="System.Runtime.CompilerServices.IsReadOnlyAttribute" />
</attributes>
<generic-parameters>
<generic-parameter name="T" attributes="0" />
</generic-parameters>
<constructors>
<constructor name=".ctor(T[])" attrib="6278">
<parameters>
<parameter name="array" position="0" attrib="0" type="T[]" />
</parameters>
</constructor>
<constructor name=".ctor(T[], System.Int32, System.Int32)" attrib="6278">
<parameters>
<parameter name="array" position="0" attrib="0" type="T[]" />
<parameter name="start" position="1" attrib="0" type="System.Int32" />
<parameter name="length" position="2" attrib="0" type="System.Int32" />
</parameters>
</constructor>
</constructors>
<properties>
<property name="Empty" attrib="0" ptype="System.ReadOnlyMemory`1[T]">
<methods>
<method name="get_Empty()" attrib="2198" static="true" returntype="System.ReadOnlyMemory`1[T]">
<parameters />
</method>
</methods>
</property>
<property name="IsEmpty" attrib="0" ptype="System.Boolean">
<methods>
<method name="get_IsEmpty()" attrib="2182" returntype="System.Boolean">
<parameters />
</method>
</methods>
</property>
<property name="Length" attrib="0" ptype="System.Int32">
<methods>
<method name="get_Length()" attrib="2182" returntype="System.Int32">
<parameters />
</method>
</methods>
</property>
<property name="Span" attrib="0" ptype="System.ReadOnlySpan`1[T]">
<methods>
<method name="get_Span()" attrib="2182" returntype="System.ReadOnlySpan`1[T]">
<parameters />
</method>
</methods>
</property>
</properties>
<methods>
<method name="CopyTo(System.Memory`1[T])" attrib="134" returntype="System.Void">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.Memory`1[T]" />
</parameters>
</method>
<method name="Equals(System.Object)" attrib="198" virtual="true" is-override="true" returntype="System.Boolean">
<parameters>
<parameter name="obj" position="0" attrib="0" type="System.Object" />
</parameters>
</method>
<method name="Equals(System.ReadOnlyMemory`1[T])" attrib="134" returntype="System.Boolean">
<parameters>
<parameter name="other" position="0" attrib="0" type="System.ReadOnlyMemory`1[T]" />
</parameters>
</method>
<method name="GetHashCode()" attrib="198" virtual="true" is-override="true" returntype="System.Int32">
<parameters />
</method>
<method name="Slice(System.Int32)" attrib="134" returntype="System.ReadOnlyMemory`1[T]">
<parameters>
<parameter name="start" position="0" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="Slice(System.Int32, System.Int32)" attrib="134" returntype="System.ReadOnlyMemory`1[T]">
<parameters>
<parameter name="start" position="0" attrib="0" type="System.Int32" />
<parameter name="length" position="1" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="ToArray()" attrib="134" returntype="T[]">
<parameters />
</method>
<method name="TryCopyTo(System.Memory`1[T])" attrib="134" returntype="System.Boolean">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.Memory`1[T]" />
</parameters>
</method>
<method name="op_Implicit(System.ArraySegment`1[T])" attrib="2198" static="true" returntype="System.ReadOnlyMemory`1[T]">
<parameters>
<parameter name="arraySegment" position="0" attrib="0" type="System.ArraySegment`1[T]" />
</parameters>
</method>
<method name="op_Implicit(T[])" attrib="2198" static="true" returntype="System.ReadOnlyMemory`1[T]">
<parameters>
<parameter name="array" position="0" attrib="0" type="T[]" />
</parameters>
</method>
</methods>
</class>
<class name="ReadOnlySpan`1" type="struct" base="System.ValueType" sealed="true" charset="Ansi" layout="Sequential">
<attributes>
<attribute name="System.Diagnostics.DebuggerDisplayAttribute">
<properties>
<property name="Value" value="{DebuggerDisplay,nq}" />
</properties>
</attribute>
<attribute name="System.Diagnostics.DebuggerTypeProxyAttribute">
<properties>
<property name="ProxyTypeName" value="System.SpanDebugView`1" />
</properties>
</attribute>
<attribute name="System.ObsoleteAttribute">
<properties>
<property name="Message" value="Types with embedded references are not supported in this version of your compiler." />
<property name="IsError" value="True" />
</properties>
</attribute>
<attribute name="System.Reflection.DefaultMemberAttribute">
<properties>
<property name="MemberName" value="Item" />
</properties>
</attribute>
<attribute name="System.Runtime.CompilerServices.IsByRefLikeAttribute" />
<attribute name="System.Runtime.CompilerServices.IsReadOnlyAttribute" />
</attributes>
<generic-parameters>
<generic-parameter name="T" attributes="0" />
</generic-parameters>
<constructors>
<constructor name=".ctor(T[])" attrib="6278">
<parameters>
<parameter name="array" position="0" attrib="0" type="T[]" />
</parameters>
</constructor>
<constructor name=".ctor(System.Void*, System.Int32)" attrib="6278">
<attributes>
<attribute name="System.CLSCompliantAttribute">
<properties>
<property name="IsCompliant" value="False" />
</properties>
</attribute>
</attributes>
<parameters>
<parameter name="pointer" position="0" attrib="0" type="System.Void*" />
<parameter name="length" position="1" attrib="0" type="System.Int32" />
</parameters>
</constructor>
<constructor name=".ctor(T[], System.Int32, System.Int32)" attrib="6278">
<parameters>
<parameter name="array" position="0" attrib="0" type="T[]" />
<parameter name="start" position="1" attrib="0" type="System.Int32" />
<parameter name="length" position="2" attrib="0" type="System.Int32" />
</parameters>
</constructor>
</constructors>
<properties>
<property name="Empty" attrib="0" ptype="System.ReadOnlySpan`1[T]">
<methods>
<method name="get_Empty()" attrib="2198" static="true" returntype="System.ReadOnlySpan`1[T]">
<parameters />
</method>
</methods>
</property>
<property name="IsEmpty" attrib="0" ptype="System.Boolean">
<methods>
<method name="get_IsEmpty()" attrib="2182" returntype="System.Boolean">
<parameters />
</method>
</methods>
</property>
<property name="Item" attrib="0" ptype="T&amp; modreq(System.Runtime.InteropServices.InAttribute)" params="System.Int32">
<attributes>
<attribute name="System.Runtime.CompilerServices.IsReadOnlyAttribute" />
</attributes>
<methods>
<method name="get_Item(System.Int32)" attrib="2182" returntype="T&amp; modreq(System.Runtime.InteropServices.InAttribute)">
<attributes>
<attribute name="System.Runtime.CompilerServices.IsReadOnlyAttribute" />
</attributes>
<parameters>
<parameter name="index" position="0" attrib="0" type="System.Int32" />
</parameters>
</method>
</methods>
</property>
<property name="Length" attrib="0" ptype="System.Int32">
<methods>
<method name="get_Length()" attrib="2182" returntype="System.Int32">
<parameters />
</method>
</methods>
</property>
</properties>
<methods>
<method name="CopyTo(System.Span`1[T])" attrib="134" returntype="System.Void">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.Span`1[T]" />
</parameters>
</method>
<method name="DangerousCreate(System.Object, T&amp;, System.Int32)" attrib="150" static="true" returntype="System.ReadOnlySpan`1[T]">
<parameters>
<parameter name="obj" position="0" attrib="0" type="System.Object" />
<parameter name="objectData" position="1" attrib="0" type="T" direction="ref" />
<parameter name="length" position="2" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="Equals(System.Object)" attrib="198" virtual="true" is-override="true" returntype="System.Boolean">
<attributes>
<attribute name="System.ObsoleteAttribute">
<properties>
<property name="Message" value="Equals() on ReadOnlySpan will always throw an exception. Use == instead." />
</properties>
</attribute>
</attributes>
<parameters>
<parameter name="obj" position="0" attrib="0" type="System.Object" />
</parameters>
</method>
<method name="GetEnumerator()" attrib="134" returntype="System.ReadOnlySpan`1+Enumerator[T]">
<parameters />
</method>
<method name="GetHashCode()" attrib="198" virtual="true" is-override="true" returntype="System.Int32">
<attributes>
<attribute name="System.ObsoleteAttribute">
<properties>
<property name="Message" value="GetHashCode() on ReadOnlySpan will always throw an exception." />
</properties>
</attribute>
</attributes>
<parameters />
</method>
<method name="Slice(System.Int32)" attrib="134" returntype="System.ReadOnlySpan`1[T]">
<parameters>
<parameter name="start" position="0" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="Slice(System.Int32, System.Int32)" attrib="134" returntype="System.ReadOnlySpan`1[T]">
<parameters>
<parameter name="start" position="0" attrib="0" type="System.Int32" />
<parameter name="length" position="1" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="ToArray()" attrib="134" returntype="T[]">
<parameters />
</method>
<method name="TryCopyTo(System.Span`1[T])" attrib="134" returntype="System.Boolean">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.Span`1[T]" />
</parameters>
</method>
<method name="op_Equality(System.ReadOnlySpan`1[T], System.ReadOnlySpan`1[T])" attrib="2198" static="true" returntype="System.Boolean">
<parameters>
<parameter name="left" position="0" attrib="0" type="System.ReadOnlySpan`1[T]" />
<parameter name="right" position="1" attrib="0" type="System.ReadOnlySpan`1[T]" />
</parameters>
</method>
<method name="op_Implicit(System.ArraySegment`1[T])" attrib="2198" static="true" returntype="System.ReadOnlySpan`1[T]">
<parameters>
<parameter name="arraySegment" position="0" attrib="0" type="System.ArraySegment`1[T]" />
</parameters>
</method>
<method name="op_Implicit(T[])" attrib="2198" static="true" returntype="System.ReadOnlySpan`1[T]">
<parameters>
<parameter name="array" position="0" attrib="0" type="T[]" />
</parameters>
</method>
<method name="op_Inequality(System.ReadOnlySpan`1[T], System.ReadOnlySpan`1[T])" attrib="2198" static="true" returntype="System.Boolean">
<parameters>
<parameter name="left" position="0" attrib="0" type="System.ReadOnlySpan`1[T]" />
<parameter name="right" position="1" attrib="0" type="System.ReadOnlySpan`1[T]" />
</parameters>
</method>
</methods>
<classes>
<class name="Enumerator" type="struct" base="System.ValueType" sealed="true" charset="Ansi" layout="Sequential">
<attributes>
<attribute name="System.ObsoleteAttribute">
<properties>
<property name="Message" value="Types with embedded references are not supported in this version of your compiler." />
<property name="IsError" value="True" />
</properties>
</attribute>
<attribute name="System.Runtime.CompilerServices.IsByRefLikeAttribute" />
</attributes>
<generic-parameters>
<generic-parameter name="T" attributes="0" />
</generic-parameters>
<properties>
<property name="Current" attrib="0" ptype="T&amp; modreq(System.Runtime.InteropServices.InAttribute)">
<attributes>
<attribute name="System.Runtime.CompilerServices.IsReadOnlyAttribute" />
</attributes>
<methods>
<method name="get_Current()" attrib="2182" returntype="T&amp; modreq(System.Runtime.InteropServices.InAttribute)">
<attributes>
<attribute name="System.Runtime.CompilerServices.IsReadOnlyAttribute" />
</attributes>
<parameters />
</method>
</methods>
</property>
</properties>
<methods>
<method name="MoveNext()" attrib="134" returntype="System.Boolean">
<parameters />
</method>
</methods>
</class>
</classes>
</class>
<class name="ResolveEventArgs" type="class" base="System.EventArgs" charset="Ansi" layout="Auto">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
@ -18981,218 +18525,6 @@
</method>
</methods>
</class>
<class name="Span`1" type="struct" base="System.ValueType" sealed="true" charset="Ansi" layout="Sequential">
<attributes>
<attribute name="System.Diagnostics.DebuggerDisplayAttribute">
<properties>
<property name="Value" value="{DebuggerDisplay,nq}" />
</properties>
</attribute>
<attribute name="System.Diagnostics.DebuggerTypeProxyAttribute">
<properties>
<property name="ProxyTypeName" value="System.SpanDebugView`1" />
</properties>
</attribute>
<attribute name="System.ObsoleteAttribute">
<properties>
<property name="Message" value="Types with embedded references are not supported in this version of your compiler." />
<property name="IsError" value="True" />
</properties>
</attribute>
<attribute name="System.Reflection.DefaultMemberAttribute">
<properties>
<property name="MemberName" value="Item" />
</properties>
</attribute>
<attribute name="System.Runtime.CompilerServices.IsByRefLikeAttribute" />
<attribute name="System.Runtime.CompilerServices.IsReadOnlyAttribute" />
</attributes>
<generic-parameters>
<generic-parameter name="T" attributes="0" />
</generic-parameters>
<constructors>
<constructor name=".ctor(T[])" attrib="6278">
<parameters>
<parameter name="array" position="0" attrib="0" type="T[]" />
</parameters>
</constructor>
<constructor name=".ctor(System.Void*, System.Int32)" attrib="6278">
<attributes>
<attribute name="System.CLSCompliantAttribute">
<properties>
<property name="IsCompliant" value="False" />
</properties>
</attribute>
</attributes>
<parameters>
<parameter name="pointer" position="0" attrib="0" type="System.Void*" />
<parameter name="length" position="1" attrib="0" type="System.Int32" />
</parameters>
</constructor>
<constructor name=".ctor(T[], System.Int32, System.Int32)" attrib="6278">
<parameters>
<parameter name="array" position="0" attrib="0" type="T[]" />
<parameter name="start" position="1" attrib="0" type="System.Int32" />
<parameter name="length" position="2" attrib="0" type="System.Int32" />
</parameters>
</constructor>
</constructors>
<properties>
<property name="Empty" attrib="0" ptype="System.Span`1[T]">
<methods>
<method name="get_Empty()" attrib="2198" static="true" returntype="System.Span`1[T]">
<parameters />
</method>
</methods>
</property>
<property name="IsEmpty" attrib="0" ptype="System.Boolean">
<methods>
<method name="get_IsEmpty()" attrib="2182" returntype="System.Boolean">
<parameters />
</method>
</methods>
</property>
<property name="Item" attrib="0" ptype="T&amp;" params="System.Int32">
<methods>
<method name="get_Item(System.Int32)" attrib="2182" returntype="T&amp;">
<parameters>
<parameter name="index" position="0" attrib="0" type="System.Int32" />
</parameters>
</method>
</methods>
</property>
<property name="Length" attrib="0" ptype="System.Int32">
<methods>
<method name="get_Length()" attrib="2182" returntype="System.Int32">
<parameters />
</method>
</methods>
</property>
</properties>
<methods>
<method name="Clear()" attrib="134" returntype="System.Void">
<parameters />
</method>
<method name="CopyTo(System.Span`1[T])" attrib="134" returntype="System.Void">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.Span`1[T]" />
</parameters>
</method>
<method name="DangerousCreate(System.Object, T&amp;, System.Int32)" attrib="150" static="true" returntype="System.Span`1[T]">
<parameters>
<parameter name="obj" position="0" attrib="0" type="System.Object" />
<parameter name="objectData" position="1" attrib="0" type="T" direction="ref" />
<parameter name="length" position="2" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="Equals(System.Object)" attrib="198" virtual="true" is-override="true" returntype="System.Boolean">
<attributes>
<attribute name="System.ObsoleteAttribute">
<properties>
<property name="Message" value="Equals() on Span will always throw an exception. Use == instead." />
</properties>
</attribute>
</attributes>
<parameters>
<parameter name="obj" position="0" attrib="0" type="System.Object" />
</parameters>
</method>
<method name="Fill(T)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="value" position="0" attrib="0" type="T" />
</parameters>
</method>
<method name="GetEnumerator()" attrib="134" returntype="System.Span`1+Enumerator[T]">
<parameters />
</method>
<method name="GetHashCode()" attrib="198" virtual="true" is-override="true" returntype="System.Int32">
<attributes>
<attribute name="System.ObsoleteAttribute">
<properties>
<property name="Message" value="GetHashCode() on Span will always throw an exception." />
</properties>
</attribute>
</attributes>
<parameters />
</method>
<method name="Slice(System.Int32)" attrib="134" returntype="System.Span`1[T]">
<parameters>
<parameter name="start" position="0" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="Slice(System.Int32, System.Int32)" attrib="134" returntype="System.Span`1[T]">
<parameters>
<parameter name="start" position="0" attrib="0" type="System.Int32" />
<parameter name="length" position="1" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="ToArray()" attrib="134" returntype="T[]">
<parameters />
</method>
<method name="TryCopyTo(System.Span`1[T])" attrib="134" returntype="System.Boolean">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.Span`1[T]" />
</parameters>
</method>
<method name="op_Equality(System.Span`1[T], System.Span`1[T])" attrib="2198" static="true" returntype="System.Boolean">
<parameters>
<parameter name="left" position="0" attrib="0" type="System.Span`1[T]" />
<parameter name="right" position="1" attrib="0" type="System.Span`1[T]" />
</parameters>
</method>
<method name="op_Implicit(System.ArraySegment`1[T])" attrib="2198" static="true" returntype="System.Span`1[T]">
<parameters>
<parameter name="arraySegment" position="0" attrib="0" type="System.ArraySegment`1[T]" />
</parameters>
</method>
<method name="op_Implicit(System.Span`1[T])" attrib="2198" static="true" returntype="System.ReadOnlySpan`1[T]">
<parameters>
<parameter name="span" position="0" attrib="0" type="System.Span`1[T]" />
</parameters>
</method>
<method name="op_Implicit(T[])" attrib="2198" static="true" returntype="System.Span`1[T]">
<parameters>
<parameter name="array" position="0" attrib="0" type="T[]" />
</parameters>
</method>
<method name="op_Inequality(System.Span`1[T], System.Span`1[T])" attrib="2198" static="true" returntype="System.Boolean">
<parameters>
<parameter name="left" position="0" attrib="0" type="System.Span`1[T]" />
<parameter name="right" position="1" attrib="0" type="System.Span`1[T]" />
</parameters>
</method>
</methods>
<classes>
<class name="Enumerator" type="struct" base="System.ValueType" sealed="true" charset="Ansi" layout="Sequential">
<attributes>
<attribute name="System.ObsoleteAttribute">
<properties>
<property name="Message" value="Types with embedded references are not supported in this version of your compiler." />
<property name="IsError" value="True" />
</properties>
</attribute>
<attribute name="System.Runtime.CompilerServices.IsByRefLikeAttribute" />
</attributes>
<generic-parameters>
<generic-parameter name="T" attributes="0" />
</generic-parameters>
<properties>
<property name="Current" attrib="0" ptype="T&amp;">
<methods>
<method name="get_Current()" attrib="2182" returntype="T&amp;">
<parameters />
</method>
</methods>
</property>
</properties>
<methods>
<method name="MoveNext()" attrib="134" returntype="System.Boolean">
<parameters />
</method>
</methods>
</class>
</classes>
</class>
<class name="StackOverflowException" type="class" base="System.SystemException" sealed="true" serializable="true" charset="Ansi" layout="Auto">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
@ -19268,11 +18600,6 @@
<parameter name="value" position="0" attrib="0" type="System.Char[]" />
</parameters>
</constructor>
<constructor name=".ctor(System.ReadOnlySpan`1[System.Char])" attrib="6278">
<parameters>
<parameter name="value" position="0" attrib="0" type="System.ReadOnlySpan`1[System.Char]" />
</parameters>
</constructor>
<constructor name=".ctor(System.SByte*)" attrib="6278">
<attributes>
<attribute name="System.CLSCompliantAttribute">
@ -19356,6 +18683,7 @@
<property name="Chars" attrib="0" ptype="System.Char" params="System.Int32">
<methods>
<method name="get_Chars(System.Int32)" attrib="2182" returntype="System.Char">
<attributes />
<parameters>
<parameter name="index" position="0" attrib="0" type="System.Int32" />
</parameters>
@ -20306,11 +19634,6 @@
<parameter name="b" position="1" attrib="0" type="System.String" />
</parameters>
</method>
<method name="op_Implicit(System.String)" attrib="2198" static="true" returntype="System.ReadOnlySpan`1[System.Char]">
<parameters>
<parameter name="value" position="0" attrib="0" type="System.String" />
</parameters>
</method>
<method name="op_Inequality(System.String, System.String)" attrib="2198" static="true" returntype="System.Boolean">
<parameters>
<parameter name="a" position="0" attrib="0" type="System.String" />
@ -27185,6 +26508,65 @@
</namespace>
<namespace name="System.Buffers">
<classes>
<class name="IRetainable" type="interface" abstract="true" charset="Ansi" layout="Auto">
<methods>
<method name="Release()" attrib="1478" abstract="true" virtual="true" returntype="System.Boolean">
<parameters />
</method>
<method name="Retain()" attrib="1478" abstract="true" virtual="true" returntype="System.Void">
<parameters />
</method>
</methods>
</class>
<class name="MemoryHandle" type="struct" base="System.ValueType" sealed="true" charset="Ansi" layout="Sequential">
<interfaces>
<interface name="System.IDisposable" />
</interfaces>
<constructors>
<constructor name=".ctor(System.Buffers.IRetainable, System.Void*, System.Runtime.InteropServices.GCHandle)" attrib="6278">
<attributes>
<attribute name="System.CLSCompliantAttribute">
<properties>
<property name="IsCompliant" value="False" />
</properties>
</attribute>
</attributes>
<parameters>
<parameter name="retainable" position="0" attrib="0" type="System.Buffers.IRetainable" />
<parameter name="pointer" position="1" attrib="4112" type="System.Void*" optional="true" defaultValue="NULL" />
<parameter name="handle" position="2" attrib="4112" type="System.Runtime.InteropServices.GCHandle" optional="true" defaultValue="NULL" />
</parameters>
</constructor>
</constructors>
<properties>
<property name="HasPointer" attrib="0" ptype="System.Boolean">
<methods>
<method name="get_HasPointer()" attrib="2182" returntype="System.Boolean">
<parameters />
</method>
</methods>
</property>
<property name="Pointer" attrib="0" ptype="System.Void*">
<attributes>
<attribute name="System.CLSCompliantAttribute">
<properties>
<property name="IsCompliant" value="False" />
</properties>
</attribute>
</attributes>
<methods>
<method name="get_Pointer()" attrib="2182" returntype="System.Void*">
<parameters />
</method>
</methods>
</property>
</properties>
<methods>
<method name="Dispose()" attrib="486" virtual="true" returntype="System.Void">
<parameters />
</method>
</methods>
</class>
<class name="OperationStatus" type="enum" base="System.Enum" sealed="true" serializable="true" charset="Ansi" layout="Auto" enumtype="System.Int32">
<interfaces>
<interface name="System.IComparable" />
@ -32855,12 +32237,12 @@
<attributes>
<attribute name="System.Diagnostics.ConditionalAttribute">
<properties>
<property name="ConditionString" value="DEBUG" />
<property name="ConditionString" value="CONTRACTS_FULL" />
</properties>
</attribute>
<attribute name="System.Diagnostics.ConditionalAttribute">
<properties>
<property name="ConditionString" value="CONTRACTS_FULL" />
<property name="ConditionString" value="DEBUG" />
</properties>
</attribute>
<attribute name="System.Runtime.ConstrainedExecution.ReliabilityContractAttribute">
@ -32878,12 +32260,12 @@
<attributes>
<attribute name="System.Diagnostics.ConditionalAttribute">
<properties>
<property name="ConditionString" value="CONTRACTS_FULL" />
<property name="ConditionString" value="DEBUG" />
</properties>
</attribute>
<attribute name="System.Diagnostics.ConditionalAttribute">
<properties>
<property name="ConditionString" value="DEBUG" />
<property name="ConditionString" value="CONTRACTS_FULL" />
</properties>
</attribute>
<attribute name="System.Runtime.ConstrainedExecution.ReliabilityContractAttribute">
@ -33327,12 +32709,12 @@
</attribute>
<attribute name="System.Diagnostics.ConditionalAttribute">
<properties>
<property name="ConditionString" value="DEBUG" />
<property name="ConditionString" value="CONTRACTS_FULL" />
</properties>
</attribute>
<attribute name="System.Diagnostics.ConditionalAttribute">
<properties>
<property name="ConditionString" value="CONTRACTS_FULL" />
<property name="ConditionString" value="DEBUG" />
</properties>
</attribute>
</attributes>
@ -44540,11 +43922,6 @@
</attributes>
<parameters />
</method>
<method name="Read(System.Span`1[System.Byte])" attrib="454" virtual="true" returntype="System.Int32">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.Span`1[System.Byte]" />
</parameters>
</method>
<method name="Read(System.Byte[], System.Int32, System.Int32)" attrib="1478" abstract="true" virtual="true" returntype="System.Int32">
<parameters>
<parameter name="buffer" position="0" attrib="3" type="System.Byte[]" />
@ -44552,12 +43929,6 @@
<parameter name="count" position="2" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="ReadAsync(System.Memory`1[System.Byte], System.Threading.CancellationToken)" attrib="454" virtual="true" returntype="System.Threading.Tasks.ValueTask`1[System.Int32]">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.Memory`1[System.Byte]" />
<parameter name="cancellationToken" position="1" attrib="4112" type="System.Threading.CancellationToken" optional="true" defaultValue="NULL" />
</parameters>
</method>
<method name="ReadAsync(System.Byte[], System.Int32, System.Int32)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Int32]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
@ -44606,11 +43977,6 @@
<parameter name="stream" position="0" attrib="0" type="System.IO.Stream" />
</parameters>
</method>
<method name="Write(System.ReadOnlySpan`1[System.Byte])" attrib="454" virtual="true" returntype="System.Void">
<parameters>
<parameter name="source" position="0" attrib="0" type="System.ReadOnlySpan`1[System.Byte]" />
</parameters>
</method>
<method name="Write(System.Byte[], System.Int32, System.Int32)" attrib="1478" abstract="true" virtual="true" returntype="System.Void">
<parameters>
<parameter name="buffer" position="0" attrib="0" type="System.Byte[]" />
@ -59074,9 +58440,11 @@
</parameters>
</method>
<method name="Throw()" attrib="134" returntype="System.Void">
<attributes />
<parameters />
</method>
<method name="Throw(System.Exception)" attrib="150" static="true" returntype="System.Void">
<attributes />
<parameters>
<parameter name="source" position="0" attrib="0" type="System.Exception" />
</parameters>
@ -86400,7 +85768,7 @@
<parameter name="name" position="0" attrib="0" type="System.String" />
</parameters>
</method>
<method name="CreateFromName(System.String, System.Object[])" attrib="16534" static="true" returntype="System.Object">
<method name="CreateFromName(System.String, System.Object[])" attrib="150" static="true" returntype="System.Object">
<parameters>
<parameter name="name" position="0" attrib="0" type="System.String" />
<parameter name="args" position="1" attrib="0" type="System.Object[]">
@ -100108,11 +99476,6 @@
<parameter name="bytes" position="0" attrib="0" type="System.Byte[]" />
</parameters>
</method>
<method name="GetString(System.ReadOnlySpan`1[System.Byte])" attrib="134" returntype="System.String">
<parameters>
<parameter name="bytes" position="0" attrib="0" type="System.ReadOnlySpan`1[System.Byte]" />
</parameters>
</method>
<method name="GetString(System.Byte*, System.Int32)" attrib="134" returntype="System.String">
<attributes>
<attribute name="System.CLSCompliantAttribute">

Просмотреть файл

Просмотреть файл

Просмотреть файл

Просмотреть файл

@ -872,7 +872,11 @@
<interface name="UIKit.IUIScrollViewDelegate" />
</interfaces>
<fields>
<field name="Container" attrib="4" fieldtype="MonoTouch.Dialog.DialogViewController" />
<field name="Container" attrib="4" fieldtype="MonoTouch.Dialog.DialogViewController">
<attributes>
<attribute name="System.WeakAttribute" />
</attributes>
</field>
<field name="Root" attrib="4" fieldtype="MonoTouch.Dialog.RootElement" />
</fields>
<constructors>

0
tools/apidiff/references/xi/Xamarin.iOS/OpenTK-1.0.xml Normal file → Executable file
Просмотреть файл

Просмотреть файл

Просмотреть файл

Просмотреть файл

Просмотреть файл

Просмотреть файл

Просмотреть файл

Просмотреть файл

0
tools/apidiff/references/xi/Xamarin.iOS/System.Net.xml Normal file → Executable file
Просмотреть файл

Просмотреть файл

@ -161,13 +161,6 @@
<parameter name="value" position="0" attrib="0" type="System.UInt64" />
</parameters>
</constructor>
<constructor name=".ctor(System.ReadOnlySpan`1[System.Byte], System.Boolean, System.Boolean)" attrib="6278">
<parameters>
<parameter name="value" position="0" attrib="0" type="System.ReadOnlySpan`1[System.Byte]" />
<parameter name="isUnsigned" position="1" attrib="4112" type="System.Boolean" optional="true" defaultValue="False" />
<parameter name="isBigEndian" position="2" attrib="4112" type="System.Boolean" optional="true" defaultValue="False" />
</parameters>
</constructor>
</constructors>
<properties>
<property name="IsEven" attrib="0" ptype="System.Boolean">
@ -389,13 +382,6 @@
<parameter name="provider" position="1" attrib="0" type="System.IFormatProvider" />
</parameters>
</method>
<method name="Parse(System.ReadOnlySpan`1[System.Char], System.Globalization.NumberStyles, System.IFormatProvider)" attrib="150" static="true" returntype="System.Numerics.BigInteger">
<parameters>
<parameter name="value" position="0" attrib="0" type="System.ReadOnlySpan`1[System.Char]" />
<parameter name="style" position="1" attrib="4112" type="System.Globalization.NumberStyles" optional="true" defaultValue="7" />
<parameter name="provider" position="2" attrib="4112" type="System.IFormatProvider" optional="true" defaultValue="NULL" />
</parameters>
</method>
<method name="Parse(System.String, System.Globalization.NumberStyles, System.IFormatProvider)" attrib="150" static="true" returntype="System.Numerics.BigInteger">
<parameters>
<parameter name="value" position="0" attrib="0" type="System.String" />
@ -449,34 +435,12 @@
<parameter name="provider" position="1" attrib="0" type="System.IFormatProvider" />
</parameters>
</method>
<method name="TryFormat(System.Span`1[System.Char], out System.Int32&amp;, System.ReadOnlySpan`1[System.Char], System.IFormatProvider)" attrib="134" returntype="System.Boolean">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.Span`1[System.Char]" />
<parameter name="charsWritten" position="1" attrib="2" type="System.Int32" direction="out" />
<parameter name="format" position="2" attrib="4112" type="System.ReadOnlySpan`1[System.Char]" optional="true" defaultValue="NULL" />
<parameter name="provider" position="3" attrib="4112" type="System.IFormatProvider" optional="true" defaultValue="NULL" />
</parameters>
</method>
<method name="TryParse(System.ReadOnlySpan`1[System.Char], out System.Numerics.BigInteger&amp;)" attrib="150" static="true" returntype="System.Boolean">
<parameters>
<parameter name="value" position="0" attrib="0" type="System.ReadOnlySpan`1[System.Char]" />
<parameter name="result" position="1" attrib="2" type="System.Numerics.BigInteger" direction="out" />
</parameters>
</method>
<method name="TryParse(System.String, out System.Numerics.BigInteger&amp;)" attrib="150" static="true" returntype="System.Boolean">
<parameters>
<parameter name="value" position="0" attrib="0" type="System.String" />
<parameter name="result" position="1" attrib="2" type="System.Numerics.BigInteger" direction="out" />
</parameters>
</method>
<method name="TryParse(System.ReadOnlySpan`1[System.Char], System.Globalization.NumberStyles, System.IFormatProvider, out System.Numerics.BigInteger&amp;)" attrib="150" static="true" returntype="System.Boolean">
<parameters>
<parameter name="value" position="0" attrib="0" type="System.ReadOnlySpan`1[System.Char]" />
<parameter name="style" position="1" attrib="0" type="System.Globalization.NumberStyles" />
<parameter name="provider" position="2" attrib="0" type="System.IFormatProvider" />
<parameter name="result" position="3" attrib="2" type="System.Numerics.BigInteger" direction="out" />
</parameters>
</method>
<method name="TryParse(System.String, System.Globalization.NumberStyles, System.IFormatProvider, out System.Numerics.BigInteger&amp;)" attrib="150" static="true" returntype="System.Boolean">
<parameters>
<parameter name="value" position="0" attrib="0" type="System.String" />
@ -485,14 +449,6 @@
<parameter name="result" position="3" attrib="2" type="System.Numerics.BigInteger" direction="out" />
</parameters>
</method>
<method name="TryWriteBytes(System.Span`1[System.Byte], out System.Int32&amp;, System.Boolean, System.Boolean)" attrib="134" returntype="System.Boolean">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.Span`1[System.Byte]" />
<parameter name="bytesWritten" position="1" attrib="2" type="System.Int32" direction="out" />
<parameter name="isUnsigned" position="2" attrib="4112" type="System.Boolean" optional="true" defaultValue="False" />
<parameter name="isBigEndian" position="3" attrib="4112" type="System.Boolean" optional="true" defaultValue="False" />
</parameters>
</method>
<method name="op_Addition(System.Numerics.BigInteger, System.Numerics.BigInteger)" attrib="2198" static="true" returntype="System.Numerics.BigInteger">
<parameters>
<parameter name="left" position="0" attrib="0" type="System.Numerics.BigInteger" />

Просмотреть файл

Просмотреть файл

Просмотреть файл

Просмотреть файл

Просмотреть файл

Просмотреть файл

Просмотреть файл

Просмотреть файл

Просмотреть файл

@ -23715,11 +23715,6 @@
<parameter name="cancellationToken" position="0" attrib="0" type="System.Threading.CancellationToken" />
</parameters>
</method>
<method name="Read(System.Span`1[System.Byte])" attrib="198" virtual="true" is-override="true" returntype="System.Int32">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.Span`1[System.Byte]" />
</parameters>
</method>
<method name="Read(System.Byte[], System.Int32, System.Int32)" attrib="198" virtual="true" is-override="true" returntype="System.Int32">
<parameters>
<parameter name="array" position="0" attrib="0" type="System.Byte[]" />
@ -23727,12 +23722,6 @@
<parameter name="count" position="2" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="ReadAsync(System.Memory`1[System.Byte], System.Threading.CancellationToken)" attrib="198" virtual="true" is-override="true" returntype="System.Threading.Tasks.ValueTask`1[System.Int32]">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.Memory`1[System.Byte]" />
<parameter name="cancellationToken" position="1" attrib="4112" type="System.Threading.CancellationToken" optional="true" defaultValue="NULL" />
</parameters>
</method>
<method name="ReadAsync(System.Byte[], System.Int32, System.Int32, System.Threading.CancellationToken)" attrib="198" virtual="true" is-override="true" returntype="System.Threading.Tasks.Task`1[System.Int32]">
<parameters>
<parameter name="array" position="0" attrib="0" type="System.Byte[]" />
@ -23755,11 +23744,6 @@
<parameter name="value" position="0" attrib="0" type="System.Int64" />
</parameters>
</method>
<method name="Write(System.ReadOnlySpan`1[System.Byte])" attrib="198" virtual="true" is-override="true" returntype="System.Void">
<parameters>
<parameter name="source" position="0" attrib="0" type="System.ReadOnlySpan`1[System.Byte]" />
</parameters>
</method>
<method name="Write(System.Byte[], System.Int32, System.Int32)" attrib="198" virtual="true" is-override="true" returntype="System.Void">
<parameters>
<parameter name="array" position="0" attrib="0" type="System.Byte[]" />
@ -24835,6 +24819,9 @@
<property name="BytesReceived" attrib="0" ptype="System.Int64">
<methods>
<method name="get_BytesReceived()" attrib="2182" returntype="System.Int64">
<attributes>
<attribute name="System.Runtime.CompilerServices.CompilerGeneratedAttribute" />
</attributes>
<parameters />
</method>
</methods>
@ -24842,6 +24829,9 @@
<property name="TotalBytesToReceive" attrib="0" ptype="System.Int64">
<methods>
<method name="get_TotalBytesToReceive()" attrib="2182" returntype="System.Int64">
<attributes>
<attribute name="System.Runtime.CompilerServices.CompilerGeneratedAttribute" />
</attributes>
<parameters />
</method>
</methods>
@ -26782,8 +26772,7 @@
<attributes>
<attribute name="System.ObsoleteAttribute">
<properties>
<property name="Message" value="Serialization is obsoleted for this type" />
<property name="IsError" value="False" />
<property name="Message" value="Serialization is obsoleted for this type. http://go.microsoft.com/fwlink/?linkid=14202" />
</properties>
</attribute>
</attributes>
@ -27397,6 +27386,9 @@
<parameter name="context" position="0" attrib="2" type="System.Net.TransportContext" direction="out" />
</parameters>
</method>
<method name="GetRequestStreamAsync()" attrib="198" virtual="true" is-override="true" returntype="System.Threading.Tasks.Task`1[System.IO.Stream]">
<parameters />
</method>
<method name="GetResponse()" attrib="198" virtual="true" is-override="true" returntype="System.Net.WebResponse">
<parameters />
</method>
@ -28998,6 +28990,9 @@
<property name="BytesReceived" attrib="0" ptype="System.Int64">
<methods>
<method name="get_BytesReceived()" attrib="2182" returntype="System.Int64">
<attributes>
<attribute name="System.Runtime.CompilerServices.CompilerGeneratedAttribute" />
</attributes>
<parameters />
</method>
</methods>
@ -29005,6 +29000,9 @@
<property name="BytesSent" attrib="0" ptype="System.Int64">
<methods>
<method name="get_BytesSent()" attrib="2182" returntype="System.Int64">
<attributes>
<attribute name="System.Runtime.CompilerServices.CompilerGeneratedAttribute" />
</attributes>
<parameters />
</method>
</methods>
@ -29012,6 +29010,9 @@
<property name="TotalBytesToReceive" attrib="0" ptype="System.Int64">
<methods>
<method name="get_TotalBytesToReceive()" attrib="2182" returntype="System.Int64">
<attributes>
<attribute name="System.Runtime.CompilerServices.CompilerGeneratedAttribute" />
</attributes>
<parameters />
</method>
</methods>
@ -29019,6 +29020,9 @@
<property name="TotalBytesToSend" attrib="0" ptype="System.Int64">
<methods>
<method name="get_TotalBytesToSend()" attrib="2182" returntype="System.Int64">
<attributes>
<attribute name="System.Runtime.CompilerServices.CompilerGeneratedAttribute" />
</attributes>
<parameters />
</method>
</methods>
@ -29153,13 +29157,6 @@
</methods>
</class>
<class name="WebClient" type="class" base="System.ComponentModel.Component" charset="Ansi" layout="Auto">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="True" />
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.ComponentModel.IComponent" />
<interface name="System.IDisposable" />
@ -29247,9 +29244,15 @@
<property name="CachePolicy" attrib="0" ptype="System.Net.Cache.RequestCachePolicy">
<methods>
<method name="get_CachePolicy()" attrib="2182" returntype="System.Net.Cache.RequestCachePolicy">
<attributes>
<attribute name="System.Runtime.CompilerServices.CompilerGeneratedAttribute" />
</attributes>
<parameters />
</method>
<method name="set_CachePolicy(System.Net.Cache.RequestCachePolicy)" attrib="2182" returntype="System.Void">
<attributes>
<attribute name="System.Runtime.CompilerServices.CompilerGeneratedAttribute" />
</attributes>
<parameters>
<parameter name="value" position="0" attrib="0" type="System.Net.Cache.RequestCachePolicy" />
</parameters>
@ -29385,37 +29388,23 @@
<parameter name="address" position="0" attrib="0" type="System.Uri" />
</parameters>
</method>
<method name="DownloadDataAsync(System.Uri)" attrib="16518" returntype="System.Void">
<method name="DownloadDataAsync(System.Uri)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
</parameters>
</method>
<method name="DownloadDataAsync(System.Uri, System.Object)" attrib="16518" returntype="System.Void">
<method name="DownloadDataAsync(System.Uri, System.Object)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="userToken" position="1" attrib="0" type="System.Object" />
</parameters>
</method>
<method name="DownloadDataTaskAsync(System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="DownloadDataTaskAsync(System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
</parameters>
</method>
<method name="DownloadDataTaskAsync(System.Uri)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="DownloadDataTaskAsync(System.Uri)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
</parameters>
@ -29432,40 +29421,26 @@
<parameter name="fileName" position="1" attrib="0" type="System.String" />
</parameters>
</method>
<method name="DownloadFileAsync(System.Uri, System.String)" attrib="16518" returntype="System.Void">
<method name="DownloadFileAsync(System.Uri, System.String)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="fileName" position="1" attrib="0" type="System.String" />
</parameters>
</method>
<method name="DownloadFileAsync(System.Uri, System.String, System.Object)" attrib="16518" returntype="System.Void">
<method name="DownloadFileAsync(System.Uri, System.String, System.Object)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="fileName" position="1" attrib="0" type="System.String" />
<parameter name="userToken" position="2" attrib="0" type="System.Object" />
</parameters>
</method>
<method name="DownloadFileTaskAsync(System.String, System.String)" attrib="16518" returntype="System.Threading.Tasks.Task">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="DownloadFileTaskAsync(System.String, System.String)" attrib="134" returntype="System.Threading.Tasks.Task">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
<parameter name="fileName" position="1" attrib="0" type="System.String" />
</parameters>
</method>
<method name="DownloadFileTaskAsync(System.Uri, System.String)" attrib="16518" returntype="System.Threading.Tasks.Task">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="DownloadFileTaskAsync(System.Uri, System.String)" attrib="134" returntype="System.Threading.Tasks.Task">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="fileName" position="1" attrib="0" type="System.String" />
@ -29481,37 +29456,23 @@
<parameter name="address" position="0" attrib="0" type="System.Uri" />
</parameters>
</method>
<method name="DownloadStringAsync(System.Uri)" attrib="16518" returntype="System.Void">
<method name="DownloadStringAsync(System.Uri)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
</parameters>
</method>
<method name="DownloadStringAsync(System.Uri, System.Object)" attrib="16518" returntype="System.Void">
<method name="DownloadStringAsync(System.Uri, System.Object)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="userToken" position="1" attrib="0" type="System.Object" />
</parameters>
</method>
<method name="DownloadStringTaskAsync(System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.String]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="DownloadStringTaskAsync(System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.String]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
</parameters>
</method>
<method name="DownloadStringTaskAsync(System.Uri)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.String]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="DownloadStringTaskAsync(System.Uri)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.String]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
</parameters>
@ -29615,37 +29576,23 @@
<parameter name="address" position="0" attrib="0" type="System.Uri" />
</parameters>
</method>
<method name="OpenReadAsync(System.Uri)" attrib="16518" returntype="System.Void">
<method name="OpenReadAsync(System.Uri)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
</parameters>
</method>
<method name="OpenReadAsync(System.Uri, System.Object)" attrib="16518" returntype="System.Void">
<method name="OpenReadAsync(System.Uri, System.Object)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="userToken" position="1" attrib="0" type="System.Object" />
</parameters>
</method>
<method name="OpenReadTaskAsync(System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.IO.Stream]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="OpenReadTaskAsync(System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.IO.Stream]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
</parameters>
</method>
<method name="OpenReadTaskAsync(System.Uri)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.IO.Stream]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="OpenReadTaskAsync(System.Uri)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.IO.Stream]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
</parameters>
@ -29672,69 +29619,41 @@
<parameter name="method" position="1" attrib="0" type="System.String" />
</parameters>
</method>
<method name="OpenWriteAsync(System.Uri)" attrib="16518" returntype="System.Void">
<method name="OpenWriteAsync(System.Uri)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
</parameters>
</method>
<method name="OpenWriteAsync(System.Uri, System.String)" attrib="16518" returntype="System.Void">
<method name="OpenWriteAsync(System.Uri, System.String)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
</parameters>
</method>
<method name="OpenWriteAsync(System.Uri, System.String, System.Object)" attrib="16518" returntype="System.Void">
<method name="OpenWriteAsync(System.Uri, System.String, System.Object)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
<parameter name="userToken" position="2" attrib="0" type="System.Object" />
</parameters>
</method>
<method name="OpenWriteTaskAsync(System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.IO.Stream]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="OpenWriteTaskAsync(System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.IO.Stream]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
</parameters>
</method>
<method name="OpenWriteTaskAsync(System.Uri)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.IO.Stream]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="OpenWriteTaskAsync(System.Uri)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.IO.Stream]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
</parameters>
</method>
<method name="OpenWriteTaskAsync(System.String, System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.IO.Stream]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="OpenWriteTaskAsync(System.String, System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.IO.Stream]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
<parameter name="method" position="1" attrib="0" type="System.String" />
</parameters>
</method>
<method name="OpenWriteTaskAsync(System.Uri, System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.IO.Stream]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="OpenWriteTaskAsync(System.Uri, System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.IO.Stream]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
@ -29766,20 +29685,20 @@
<parameter name="data" position="2" attrib="0" type="System.Byte[]" />
</parameters>
</method>
<method name="UploadDataAsync(System.Uri, System.Byte[])" attrib="16518" returntype="System.Void">
<method name="UploadDataAsync(System.Uri, System.Byte[])" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="data" position="1" attrib="0" type="System.Byte[]" />
</parameters>
</method>
<method name="UploadDataAsync(System.Uri, System.String, System.Byte[])" attrib="16518" returntype="System.Void">
<method name="UploadDataAsync(System.Uri, System.String, System.Byte[])" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
<parameter name="data" position="2" attrib="0" type="System.Byte[]" />
</parameters>
</method>
<method name="UploadDataAsync(System.Uri, System.String, System.Byte[], System.Object)" attrib="16518" returntype="System.Void">
<method name="UploadDataAsync(System.Uri, System.String, System.Byte[], System.Object)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
@ -29787,54 +29706,26 @@
<parameter name="userToken" position="3" attrib="0" type="System.Object" />
</parameters>
</method>
<method name="UploadDataTaskAsync(System.String, System.Byte[])" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadDataTaskAsync(System.String, System.Byte[])" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
<parameter name="data" position="1" attrib="0" type="System.Byte[]" />
</parameters>
</method>
<method name="UploadDataTaskAsync(System.Uri, System.Byte[])" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadDataTaskAsync(System.Uri, System.Byte[])" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="data" position="1" attrib="0" type="System.Byte[]" />
</parameters>
</method>
<method name="UploadDataTaskAsync(System.String, System.String, System.Byte[])" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadDataTaskAsync(System.String, System.String, System.Byte[])" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
<parameter name="method" position="1" attrib="0" type="System.String" />
<parameter name="data" position="2" attrib="0" type="System.Byte[]" />
</parameters>
</method>
<method name="UploadDataTaskAsync(System.Uri, System.String, System.Byte[])" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadDataTaskAsync(System.Uri, System.String, System.Byte[])" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
@ -29867,20 +29758,20 @@
<parameter name="fileName" position="2" attrib="0" type="System.String" />
</parameters>
</method>
<method name="UploadFileAsync(System.Uri, System.String)" attrib="16518" returntype="System.Void">
<method name="UploadFileAsync(System.Uri, System.String)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="fileName" position="1" attrib="0" type="System.String" />
</parameters>
</method>
<method name="UploadFileAsync(System.Uri, System.String, System.String)" attrib="16518" returntype="System.Void">
<method name="UploadFileAsync(System.Uri, System.String, System.String)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
<parameter name="fileName" position="2" attrib="0" type="System.String" />
</parameters>
</method>
<method name="UploadFileAsync(System.Uri, System.String, System.String, System.Object)" attrib="16518" returntype="System.Void">
<method name="UploadFileAsync(System.Uri, System.String, System.String, System.Object)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
@ -29888,54 +29779,26 @@
<parameter name="userToken" position="3" attrib="0" type="System.Object" />
</parameters>
</method>
<method name="UploadFileTaskAsync(System.String, System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadFileTaskAsync(System.String, System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
<parameter name="fileName" position="1" attrib="0" type="System.String" />
</parameters>
</method>
<method name="UploadFileTaskAsync(System.Uri, System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadFileTaskAsync(System.Uri, System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="fileName" position="1" attrib="0" type="System.String" />
</parameters>
</method>
<method name="UploadFileTaskAsync(System.String, System.String, System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadFileTaskAsync(System.String, System.String, System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
<parameter name="method" position="1" attrib="0" type="System.String" />
<parameter name="fileName" position="2" attrib="0" type="System.String" />
</parameters>
</method>
<method name="UploadFileTaskAsync(System.Uri, System.String, System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadFileTaskAsync(System.Uri, System.String, System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
@ -29968,20 +29831,20 @@
<parameter name="data" position="2" attrib="0" type="System.String" />
</parameters>
</method>
<method name="UploadStringAsync(System.Uri, System.String)" attrib="16518" returntype="System.Void">
<method name="UploadStringAsync(System.Uri, System.String)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="data" position="1" attrib="0" type="System.String" />
</parameters>
</method>
<method name="UploadStringAsync(System.Uri, System.String, System.String)" attrib="16518" returntype="System.Void">
<method name="UploadStringAsync(System.Uri, System.String, System.String)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
<parameter name="data" position="2" attrib="0" type="System.String" />
</parameters>
</method>
<method name="UploadStringAsync(System.Uri, System.String, System.String, System.Object)" attrib="16518" returntype="System.Void">
<method name="UploadStringAsync(System.Uri, System.String, System.String, System.Object)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
@ -29989,54 +29852,26 @@
<parameter name="userToken" position="3" attrib="0" type="System.Object" />
</parameters>
</method>
<method name="UploadStringTaskAsync(System.String, System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.String]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadStringTaskAsync(System.String, System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.String]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
<parameter name="data" position="1" attrib="0" type="System.String" />
</parameters>
</method>
<method name="UploadStringTaskAsync(System.Uri, System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.String]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadStringTaskAsync(System.Uri, System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.String]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="data" position="1" attrib="0" type="System.String" />
</parameters>
</method>
<method name="UploadStringTaskAsync(System.String, System.String, System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.String]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadStringTaskAsync(System.String, System.String, System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.String]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
<parameter name="method" position="1" attrib="0" type="System.String" />
<parameter name="data" position="2" attrib="0" type="System.String" />
</parameters>
</method>
<method name="UploadStringTaskAsync(System.Uri, System.String, System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.String]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadStringTaskAsync(System.Uri, System.String, System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.String]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
@ -30069,20 +29904,20 @@
<parameter name="data" position="2" attrib="0" type="System.Collections.Specialized.NameValueCollection" />
</parameters>
</method>
<method name="UploadValuesAsync(System.Uri, System.Collections.Specialized.NameValueCollection)" attrib="16518" returntype="System.Void">
<method name="UploadValuesAsync(System.Uri, System.Collections.Specialized.NameValueCollection)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="data" position="1" attrib="0" type="System.Collections.Specialized.NameValueCollection" />
</parameters>
</method>
<method name="UploadValuesAsync(System.Uri, System.String, System.Collections.Specialized.NameValueCollection)" attrib="16518" returntype="System.Void">
<method name="UploadValuesAsync(System.Uri, System.String, System.Collections.Specialized.NameValueCollection)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
<parameter name="data" position="2" attrib="0" type="System.Collections.Specialized.NameValueCollection" />
</parameters>
</method>
<method name="UploadValuesAsync(System.Uri, System.String, System.Collections.Specialized.NameValueCollection, System.Object)" attrib="16518" returntype="System.Void">
<method name="UploadValuesAsync(System.Uri, System.String, System.Collections.Specialized.NameValueCollection, System.Object)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
@ -30090,54 +29925,26 @@
<parameter name="userToken" position="3" attrib="0" type="System.Object" />
</parameters>
</method>
<method name="UploadValuesTaskAsync(System.String, System.Collections.Specialized.NameValueCollection)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadValuesTaskAsync(System.String, System.Collections.Specialized.NameValueCollection)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
<parameter name="data" position="1" attrib="0" type="System.Collections.Specialized.NameValueCollection" />
</parameters>
</method>
<method name="UploadValuesTaskAsync(System.Uri, System.Collections.Specialized.NameValueCollection)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadValuesTaskAsync(System.Uri, System.Collections.Specialized.NameValueCollection)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="data" position="1" attrib="0" type="System.Collections.Specialized.NameValueCollection" />
</parameters>
</method>
<method name="UploadValuesTaskAsync(System.String, System.String, System.Collections.Specialized.NameValueCollection)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadValuesTaskAsync(System.String, System.String, System.Collections.Specialized.NameValueCollection)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
<parameter name="method" position="1" attrib="0" type="System.String" />
<parameter name="data" position="2" attrib="0" type="System.Collections.Specialized.NameValueCollection" />
</parameters>
</method>
<method name="UploadValuesTaskAsync(System.Uri, System.String, System.Collections.Specialized.NameValueCollection)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadValuesTaskAsync(System.Uri, System.String, System.Collections.Specialized.NameValueCollection)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
@ -40074,12 +39881,6 @@
<parameter name="cancellationToken" position="1" attrib="0" type="System.Threading.CancellationToken" />
</parameters>
</method>
<method name="ReceiveAsync(System.Memory`1[System.Byte], System.Threading.CancellationToken)" attrib="198" virtual="true" is-override="true" returntype="System.Threading.Tasks.ValueTask`1[System.Net.WebSockets.ValueWebSocketReceiveResult]">
<parameters>
<parameter name="buffer" position="0" attrib="0" type="System.Memory`1[System.Byte]" />
<parameter name="cancellationToken" position="1" attrib="0" type="System.Threading.CancellationToken" />
</parameters>
</method>
<method name="SendAsync(System.ArraySegment`1[System.Byte], System.Net.WebSockets.WebSocketMessageType, System.Boolean, System.Threading.CancellationToken)" attrib="198" virtual="true" is-override="true" returntype="System.Threading.Tasks.Task">
<parameters>
<parameter name="buffer" position="0" attrib="0" type="System.ArraySegment`1[System.Byte]" />
@ -40088,14 +39889,6 @@
<parameter name="cancellationToken" position="3" attrib="0" type="System.Threading.CancellationToken" />
</parameters>
</method>
<method name="SendAsync(System.ReadOnlyMemory`1[System.Byte], System.Net.WebSockets.WebSocketMessageType, System.Boolean, System.Threading.CancellationToken)" attrib="198" virtual="true" is-override="true" returntype="System.Threading.Tasks.Task">
<parameters>
<parameter name="buffer" position="0" attrib="0" type="System.ReadOnlyMemory`1[System.Byte]" />
<parameter name="messageType" position="1" attrib="0" type="System.Net.WebSockets.WebSocketMessageType" />
<parameter name="endOfMessage" position="2" attrib="0" type="System.Boolean" />
<parameter name="cancellationToken" position="3" attrib="0" type="System.Threading.CancellationToken" />
</parameters>
</method>
</methods>
</class>
<class name="ClientWebSocketOptions" type="class" base="System.Object" sealed="true" charset="Ansi" layout="Auto">
@ -40413,15 +40206,6 @@
<parameter name="internalBuffer" position="6" attrib="0" type="System.ArraySegment`1[System.Byte]" />
</parameters>
</method>
<method name="CreateFromStream(System.IO.Stream, System.Boolean, System.String, System.TimeSpan, System.Memory`1[System.Byte])" attrib="150" static="true" returntype="System.Net.WebSockets.WebSocket">
<parameters>
<parameter name="stream" position="0" attrib="0" type="System.IO.Stream" />
<parameter name="isServer" position="1" attrib="0" type="System.Boolean" />
<parameter name="subProtocol" position="2" attrib="0" type="System.String" />
<parameter name="keepAliveInterval" position="3" attrib="0" type="System.TimeSpan" />
<parameter name="buffer" position="4" attrib="4112" type="System.Memory`1[System.Byte]" optional="true" defaultValue="NULL" />
</parameters>
</method>
<method name="CreateServerBuffer(System.Int32)" attrib="150" static="true" returntype="System.ArraySegment`1[System.Byte]">
<parameters>
<parameter name="receiveBufferSize" position="0" attrib="0" type="System.Int32" />
@ -40456,15 +40240,6 @@
<parameter name="cancellationToken" position="1" attrib="0" type="System.Threading.CancellationToken" />
</parameters>
</method>
<method name="ReceiveAsync(System.Memory`1[System.Byte], System.Threading.CancellationToken)" attrib="454" virtual="true" returntype="System.Threading.Tasks.ValueTask`1[System.Net.WebSockets.ValueWebSocketReceiveResult]">
<attributes>
<attribute name="System.Runtime.CompilerServices.AsyncStateMachineAttribute" />
</attributes>
<parameters>
<parameter name="buffer" position="0" attrib="0" type="System.Memory`1[System.Byte]" />
<parameter name="cancellationToken" position="1" attrib="0" type="System.Threading.CancellationToken" />
</parameters>
</method>
<method name="RegisterPrefixes()" attrib="150" static="true" returntype="System.Void">
<attributes>
<attribute name="System.ComponentModel.EditorBrowsableAttribute">
@ -40483,14 +40258,6 @@
<parameter name="cancellationToken" position="3" attrib="0" type="System.Threading.CancellationToken" />
</parameters>
</method>
<method name="SendAsync(System.ReadOnlyMemory`1[System.Byte], System.Net.WebSockets.WebSocketMessageType, System.Boolean, System.Threading.CancellationToken)" attrib="454" virtual="true" returntype="System.Threading.Tasks.Task">
<parameters>
<parameter name="buffer" position="0" attrib="0" type="System.ReadOnlyMemory`1[System.Byte]" />
<parameter name="messageType" position="1" attrib="0" type="System.Net.WebSockets.WebSocketMessageType" />
<parameter name="endOfMessage" position="2" attrib="0" type="System.Boolean" />
<parameter name="cancellationToken" position="3" attrib="0" type="System.Threading.CancellationToken" />
</parameters>
</method>
<method name="ThrowOnInvalidState(System.Net.WebSockets.WebSocketState, System.Net.WebSockets.WebSocketState[])" attrib="148" static="true" returntype="System.Void">
<parameters>
<parameter name="state" position="0" attrib="0" type="System.Net.WebSockets.WebSocketState" />

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -5217,11 +5217,6 @@
<parameter name="startIndex" position="1" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="ToInt32(System.ReadOnlySpan`1[System.Byte])" attrib="150" static="true" returntype="System.Int32">
<parameters>
<parameter name="value" position="0" attrib="0" type="System.ReadOnlySpan`1[System.Byte]" />
</parameters>
</method>
<method name="ToInt32(System.Byte[], System.Int32)" attrib="150" static="true" returntype="System.Int32">
<attributes>
<attribute name="System.Security.SecuritySafeCriticalAttribute" />
@ -14863,14 +14858,6 @@
<parameter name="provider" position="1" attrib="0" type="System.IFormatProvider" />
</parameters>
</method>
<method name="TryFormat(System.Span`1[System.Char], out System.Int32&amp;, System.ReadOnlySpan`1[System.Char], System.IFormatProvider)" attrib="134" returntype="System.Boolean">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.Span`1[System.Char]" />
<parameter name="charsWritten" position="1" attrib="2" type="System.Int32" direction="out" />
<parameter name="format" position="2" attrib="4112" type="System.ReadOnlySpan`1[System.Char]" optional="true" defaultValue="NULL" />
<parameter name="provider" position="3" attrib="4112" type="System.IFormatProvider" optional="true" defaultValue="NULL" />
</parameters>
</method>
<method name="TryParse(System.String, out System.Int32&amp;)" attrib="150" static="true" returntype="System.Boolean">
<parameters>
<parameter name="s" position="0" attrib="0" type="System.String" />
@ -16371,127 +16358,6 @@
</constructor>
</constructors>
</class>
<class name="Memory`1" type="struct" base="System.ValueType" sealed="true" charset="Ansi" layout="Sequential">
<attributes>
<attribute name="System.Diagnostics.DebuggerDisplayAttribute">
<properties>
<property name="Value" value="{DebuggerDisplay,nq}" />
</properties>
</attribute>
<attribute name="System.Diagnostics.DebuggerTypeProxyAttribute">
<properties>
<property name="ProxyTypeName" value="System.MemoryDebugView`1" />
</properties>
</attribute>
<attribute name="System.Runtime.CompilerServices.IsReadOnlyAttribute" />
</attributes>
<generic-parameters>
<generic-parameter name="T" attributes="0" />
</generic-parameters>
<constructors>
<constructor name=".ctor(T[])" attrib="6278">
<parameters>
<parameter name="array" position="0" attrib="0" type="T[]" />
</parameters>
</constructor>
<constructor name=".ctor(T[], System.Int32, System.Int32)" attrib="6278">
<parameters>
<parameter name="array" position="0" attrib="0" type="T[]" />
<parameter name="start" position="1" attrib="0" type="System.Int32" />
<parameter name="length" position="2" attrib="0" type="System.Int32" />
</parameters>
</constructor>
</constructors>
<properties>
<property name="Empty" attrib="0" ptype="System.Memory`1[T]">
<methods>
<method name="get_Empty()" attrib="2198" static="true" returntype="System.Memory`1[T]">
<parameters />
</method>
</methods>
</property>
<property name="IsEmpty" attrib="0" ptype="System.Boolean">
<methods>
<method name="get_IsEmpty()" attrib="2182" returntype="System.Boolean">
<parameters />
</method>
</methods>
</property>
<property name="Length" attrib="0" ptype="System.Int32">
<methods>
<method name="get_Length()" attrib="2182" returntype="System.Int32">
<parameters />
</method>
</methods>
</property>
<property name="Span" attrib="0" ptype="System.Span`1[T]">
<methods>
<method name="get_Span()" attrib="2182" returntype="System.Span`1[T]">
<parameters />
</method>
</methods>
</property>
</properties>
<methods>
<method name="CopyTo(System.Memory`1[T])" attrib="134" returntype="System.Void">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.Memory`1[T]" />
</parameters>
</method>
<method name="Equals(System.Memory`1[T])" attrib="134" returntype="System.Boolean">
<parameters>
<parameter name="other" position="0" attrib="0" type="System.Memory`1[T]" />
</parameters>
</method>
<method name="Equals(System.Object)" attrib="198" virtual="true" is-override="true" returntype="System.Boolean">
<parameters>
<parameter name="obj" position="0" attrib="0" type="System.Object" />
</parameters>
</method>
<method name="GetHashCode()" attrib="198" virtual="true" is-override="true" returntype="System.Int32">
<parameters />
</method>
<method name="Slice(System.Int32)" attrib="134" returntype="System.Memory`1[T]">
<parameters>
<parameter name="start" position="0" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="Slice(System.Int32, System.Int32)" attrib="134" returntype="System.Memory`1[T]">
<parameters>
<parameter name="start" position="0" attrib="0" type="System.Int32" />
<parameter name="length" position="1" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="ToArray()" attrib="134" returntype="T[]">
<parameters />
</method>
<method name="TryCopyTo(System.Memory`1[T])" attrib="134" returntype="System.Boolean">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.Memory`1[T]" />
</parameters>
</method>
<method name="TryGetArray(out System.ArraySegment`1[T]&amp;)" attrib="134" returntype="System.Boolean">
<parameters>
<parameter name="arraySegment" position="0" attrib="2" type="System.ArraySegment`1[T]" direction="out" />
</parameters>
</method>
<method name="op_Implicit(System.ArraySegment`1[T])" attrib="2198" static="true" returntype="System.Memory`1[T]">
<parameters>
<parameter name="arraySegment" position="0" attrib="0" type="System.ArraySegment`1[T]" />
</parameters>
</method>
<method name="op_Implicit(System.Memory`1[T])" attrib="2198" static="true" returntype="System.ReadOnlyMemory`1[T]">
<parameters>
<parameter name="memory" position="0" attrib="0" type="System.Memory`1[T]" />
</parameters>
</method>
<method name="op_Implicit(T[])" attrib="2198" static="true" returntype="System.Memory`1[T]">
<parameters>
<parameter name="array" position="0" attrib="0" type="T[]" />
</parameters>
</method>
</methods>
</class>
<class name="MethodAccessException" type="class" base="System.MemberAccessException" serializable="true" charset="Ansi" layout="Auto">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
@ -17855,328 +17721,6 @@
</constructor>
</constructors>
</class>
<class name="ReadOnlyMemory`1" type="struct" base="System.ValueType" sealed="true" charset="Ansi" layout="Sequential">
<attributes>
<attribute name="System.Diagnostics.DebuggerDisplayAttribute">
<properties>
<property name="Value" value="{DebuggerDisplay,nq}" />
</properties>
</attribute>
<attribute name="System.Diagnostics.DebuggerTypeProxyAttribute">
<properties>
<property name="ProxyTypeName" value="System.MemoryDebugView`1" />
</properties>
</attribute>
<attribute name="System.Runtime.CompilerServices.IsReadOnlyAttribute" />
</attributes>
<generic-parameters>
<generic-parameter name="T" attributes="0" />
</generic-parameters>
<constructors>
<constructor name=".ctor(T[])" attrib="6278">
<parameters>
<parameter name="array" position="0" attrib="0" type="T[]" />
</parameters>
</constructor>
<constructor name=".ctor(T[], System.Int32, System.Int32)" attrib="6278">
<parameters>
<parameter name="array" position="0" attrib="0" type="T[]" />
<parameter name="start" position="1" attrib="0" type="System.Int32" />
<parameter name="length" position="2" attrib="0" type="System.Int32" />
</parameters>
</constructor>
</constructors>
<properties>
<property name="Empty" attrib="0" ptype="System.ReadOnlyMemory`1[T]">
<methods>
<method name="get_Empty()" attrib="2198" static="true" returntype="System.ReadOnlyMemory`1[T]">
<parameters />
</method>
</methods>
</property>
<property name="IsEmpty" attrib="0" ptype="System.Boolean">
<methods>
<method name="get_IsEmpty()" attrib="2182" returntype="System.Boolean">
<parameters />
</method>
</methods>
</property>
<property name="Length" attrib="0" ptype="System.Int32">
<methods>
<method name="get_Length()" attrib="2182" returntype="System.Int32">
<parameters />
</method>
</methods>
</property>
<property name="Span" attrib="0" ptype="System.ReadOnlySpan`1[T]">
<methods>
<method name="get_Span()" attrib="2182" returntype="System.ReadOnlySpan`1[T]">
<parameters />
</method>
</methods>
</property>
</properties>
<methods>
<method name="CopyTo(System.Memory`1[T])" attrib="134" returntype="System.Void">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.Memory`1[T]" />
</parameters>
</method>
<method name="Equals(System.Object)" attrib="198" virtual="true" is-override="true" returntype="System.Boolean">
<parameters>
<parameter name="obj" position="0" attrib="0" type="System.Object" />
</parameters>
</method>
<method name="Equals(System.ReadOnlyMemory`1[T])" attrib="134" returntype="System.Boolean">
<parameters>
<parameter name="other" position="0" attrib="0" type="System.ReadOnlyMemory`1[T]" />
</parameters>
</method>
<method name="GetHashCode()" attrib="198" virtual="true" is-override="true" returntype="System.Int32">
<parameters />
</method>
<method name="Slice(System.Int32)" attrib="134" returntype="System.ReadOnlyMemory`1[T]">
<parameters>
<parameter name="start" position="0" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="Slice(System.Int32, System.Int32)" attrib="134" returntype="System.ReadOnlyMemory`1[T]">
<parameters>
<parameter name="start" position="0" attrib="0" type="System.Int32" />
<parameter name="length" position="1" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="ToArray()" attrib="134" returntype="T[]">
<parameters />
</method>
<method name="TryCopyTo(System.Memory`1[T])" attrib="134" returntype="System.Boolean">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.Memory`1[T]" />
</parameters>
</method>
<method name="op_Implicit(System.ArraySegment`1[T])" attrib="2198" static="true" returntype="System.ReadOnlyMemory`1[T]">
<parameters>
<parameter name="arraySegment" position="0" attrib="0" type="System.ArraySegment`1[T]" />
</parameters>
</method>
<method name="op_Implicit(T[])" attrib="2198" static="true" returntype="System.ReadOnlyMemory`1[T]">
<parameters>
<parameter name="array" position="0" attrib="0" type="T[]" />
</parameters>
</method>
</methods>
</class>
<class name="ReadOnlySpan`1" type="struct" base="System.ValueType" sealed="true" charset="Ansi" layout="Sequential">
<attributes>
<attribute name="System.Diagnostics.DebuggerDisplayAttribute">
<properties>
<property name="Value" value="{DebuggerDisplay,nq}" />
</properties>
</attribute>
<attribute name="System.Diagnostics.DebuggerTypeProxyAttribute">
<properties>
<property name="ProxyTypeName" value="System.SpanDebugView`1" />
</properties>
</attribute>
<attribute name="System.ObsoleteAttribute">
<properties>
<property name="Message" value="Types with embedded references are not supported in this version of your compiler." />
<property name="IsError" value="True" />
</properties>
</attribute>
<attribute name="System.Reflection.DefaultMemberAttribute">
<properties>
<property name="MemberName" value="Item" />
</properties>
</attribute>
<attribute name="System.Runtime.CompilerServices.IsByRefLikeAttribute" />
<attribute name="System.Runtime.CompilerServices.IsReadOnlyAttribute" />
</attributes>
<generic-parameters>
<generic-parameter name="T" attributes="0" />
</generic-parameters>
<constructors>
<constructor name=".ctor(T[])" attrib="6278">
<parameters>
<parameter name="array" position="0" attrib="0" type="T[]" />
</parameters>
</constructor>
<constructor name=".ctor(System.Void*, System.Int32)" attrib="6278">
<attributes>
<attribute name="System.CLSCompliantAttribute">
<properties>
<property name="IsCompliant" value="False" />
</properties>
</attribute>
</attributes>
<parameters>
<parameter name="pointer" position="0" attrib="0" type="System.Void*" />
<parameter name="length" position="1" attrib="0" type="System.Int32" />
</parameters>
</constructor>
<constructor name=".ctor(T[], System.Int32, System.Int32)" attrib="6278">
<parameters>
<parameter name="array" position="0" attrib="0" type="T[]" />
<parameter name="start" position="1" attrib="0" type="System.Int32" />
<parameter name="length" position="2" attrib="0" type="System.Int32" />
</parameters>
</constructor>
</constructors>
<properties>
<property name="Empty" attrib="0" ptype="System.ReadOnlySpan`1[T]">
<methods>
<method name="get_Empty()" attrib="2198" static="true" returntype="System.ReadOnlySpan`1[T]">
<parameters />
</method>
</methods>
</property>
<property name="IsEmpty" attrib="0" ptype="System.Boolean">
<methods>
<method name="get_IsEmpty()" attrib="2182" returntype="System.Boolean">
<parameters />
</method>
</methods>
</property>
<property name="Item" attrib="0" ptype="T&amp; modreq(System.Runtime.InteropServices.InAttribute)" params="System.Int32">
<attributes>
<attribute name="System.Runtime.CompilerServices.IsReadOnlyAttribute" />
</attributes>
<methods>
<method name="get_Item(System.Int32)" attrib="2182" returntype="T&amp; modreq(System.Runtime.InteropServices.InAttribute)">
<attributes>
<attribute name="System.Runtime.CompilerServices.IsReadOnlyAttribute" />
</attributes>
<parameters>
<parameter name="index" position="0" attrib="0" type="System.Int32" />
</parameters>
</method>
</methods>
</property>
<property name="Length" attrib="0" ptype="System.Int32">
<methods>
<method name="get_Length()" attrib="2182" returntype="System.Int32">
<parameters />
</method>
</methods>
</property>
</properties>
<methods>
<method name="CopyTo(System.Span`1[T])" attrib="134" returntype="System.Void">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.Span`1[T]" />
</parameters>
</method>
<method name="DangerousCreate(System.Object, T&amp;, System.Int32)" attrib="150" static="true" returntype="System.ReadOnlySpan`1[T]">
<parameters>
<parameter name="obj" position="0" attrib="0" type="System.Object" />
<parameter name="objectData" position="1" attrib="0" type="T" direction="ref" />
<parameter name="length" position="2" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="Equals(System.Object)" attrib="198" virtual="true" is-override="true" returntype="System.Boolean">
<attributes>
<attribute name="System.ObsoleteAttribute">
<properties>
<property name="Message" value="Equals() on ReadOnlySpan will always throw an exception. Use == instead." />
</properties>
</attribute>
</attributes>
<parameters>
<parameter name="obj" position="0" attrib="0" type="System.Object" />
</parameters>
</method>
<method name="GetEnumerator()" attrib="134" returntype="System.ReadOnlySpan`1+Enumerator[T]">
<parameters />
</method>
<method name="GetHashCode()" attrib="198" virtual="true" is-override="true" returntype="System.Int32">
<attributes>
<attribute name="System.ObsoleteAttribute">
<properties>
<property name="Message" value="GetHashCode() on ReadOnlySpan will always throw an exception." />
</properties>
</attribute>
</attributes>
<parameters />
</method>
<method name="Slice(System.Int32)" attrib="134" returntype="System.ReadOnlySpan`1[T]">
<parameters>
<parameter name="start" position="0" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="Slice(System.Int32, System.Int32)" attrib="134" returntype="System.ReadOnlySpan`1[T]">
<parameters>
<parameter name="start" position="0" attrib="0" type="System.Int32" />
<parameter name="length" position="1" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="ToArray()" attrib="134" returntype="T[]">
<parameters />
</method>
<method name="TryCopyTo(System.Span`1[T])" attrib="134" returntype="System.Boolean">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.Span`1[T]" />
</parameters>
</method>
<method name="op_Equality(System.ReadOnlySpan`1[T], System.ReadOnlySpan`1[T])" attrib="2198" static="true" returntype="System.Boolean">
<parameters>
<parameter name="left" position="0" attrib="0" type="System.ReadOnlySpan`1[T]" />
<parameter name="right" position="1" attrib="0" type="System.ReadOnlySpan`1[T]" />
</parameters>
</method>
<method name="op_Implicit(System.ArraySegment`1[T])" attrib="2198" static="true" returntype="System.ReadOnlySpan`1[T]">
<parameters>
<parameter name="arraySegment" position="0" attrib="0" type="System.ArraySegment`1[T]" />
</parameters>
</method>
<method name="op_Implicit(T[])" attrib="2198" static="true" returntype="System.ReadOnlySpan`1[T]">
<parameters>
<parameter name="array" position="0" attrib="0" type="T[]" />
</parameters>
</method>
<method name="op_Inequality(System.ReadOnlySpan`1[T], System.ReadOnlySpan`1[T])" attrib="2198" static="true" returntype="System.Boolean">
<parameters>
<parameter name="left" position="0" attrib="0" type="System.ReadOnlySpan`1[T]" />
<parameter name="right" position="1" attrib="0" type="System.ReadOnlySpan`1[T]" />
</parameters>
</method>
</methods>
<classes>
<class name="Enumerator" type="struct" base="System.ValueType" sealed="true" charset="Ansi" layout="Sequential">
<attributes>
<attribute name="System.ObsoleteAttribute">
<properties>
<property name="Message" value="Types with embedded references are not supported in this version of your compiler." />
<property name="IsError" value="True" />
</properties>
</attribute>
<attribute name="System.Runtime.CompilerServices.IsByRefLikeAttribute" />
</attributes>
<generic-parameters>
<generic-parameter name="T" attributes="0" />
</generic-parameters>
<properties>
<property name="Current" attrib="0" ptype="T&amp; modreq(System.Runtime.InteropServices.InAttribute)">
<attributes>
<attribute name="System.Runtime.CompilerServices.IsReadOnlyAttribute" />
</attributes>
<methods>
<method name="get_Current()" attrib="2182" returntype="T&amp; modreq(System.Runtime.InteropServices.InAttribute)">
<attributes>
<attribute name="System.Runtime.CompilerServices.IsReadOnlyAttribute" />
</attributes>
<parameters />
</method>
</methods>
</property>
</properties>
<methods>
<method name="MoveNext()" attrib="134" returntype="System.Boolean">
<parameters />
</method>
</methods>
</class>
</classes>
</class>
<class name="ResolveEventArgs" type="class" base="System.EventArgs" charset="Ansi" layout="Auto">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
@ -18907,218 +18451,6 @@
</method>
</methods>
</class>
<class name="Span`1" type="struct" base="System.ValueType" sealed="true" charset="Ansi" layout="Sequential">
<attributes>
<attribute name="System.Diagnostics.DebuggerDisplayAttribute">
<properties>
<property name="Value" value="{DebuggerDisplay,nq}" />
</properties>
</attribute>
<attribute name="System.Diagnostics.DebuggerTypeProxyAttribute">
<properties>
<property name="ProxyTypeName" value="System.SpanDebugView`1" />
</properties>
</attribute>
<attribute name="System.ObsoleteAttribute">
<properties>
<property name="Message" value="Types with embedded references are not supported in this version of your compiler." />
<property name="IsError" value="True" />
</properties>
</attribute>
<attribute name="System.Reflection.DefaultMemberAttribute">
<properties>
<property name="MemberName" value="Item" />
</properties>
</attribute>
<attribute name="System.Runtime.CompilerServices.IsByRefLikeAttribute" />
<attribute name="System.Runtime.CompilerServices.IsReadOnlyAttribute" />
</attributes>
<generic-parameters>
<generic-parameter name="T" attributes="0" />
</generic-parameters>
<constructors>
<constructor name=".ctor(T[])" attrib="6278">
<parameters>
<parameter name="array" position="0" attrib="0" type="T[]" />
</parameters>
</constructor>
<constructor name=".ctor(System.Void*, System.Int32)" attrib="6278">
<attributes>
<attribute name="System.CLSCompliantAttribute">
<properties>
<property name="IsCompliant" value="False" />
</properties>
</attribute>
</attributes>
<parameters>
<parameter name="pointer" position="0" attrib="0" type="System.Void*" />
<parameter name="length" position="1" attrib="0" type="System.Int32" />
</parameters>
</constructor>
<constructor name=".ctor(T[], System.Int32, System.Int32)" attrib="6278">
<parameters>
<parameter name="array" position="0" attrib="0" type="T[]" />
<parameter name="start" position="1" attrib="0" type="System.Int32" />
<parameter name="length" position="2" attrib="0" type="System.Int32" />
</parameters>
</constructor>
</constructors>
<properties>
<property name="Empty" attrib="0" ptype="System.Span`1[T]">
<methods>
<method name="get_Empty()" attrib="2198" static="true" returntype="System.Span`1[T]">
<parameters />
</method>
</methods>
</property>
<property name="IsEmpty" attrib="0" ptype="System.Boolean">
<methods>
<method name="get_IsEmpty()" attrib="2182" returntype="System.Boolean">
<parameters />
</method>
</methods>
</property>
<property name="Item" attrib="0" ptype="T&amp;" params="System.Int32">
<methods>
<method name="get_Item(System.Int32)" attrib="2182" returntype="T&amp;">
<parameters>
<parameter name="index" position="0" attrib="0" type="System.Int32" />
</parameters>
</method>
</methods>
</property>
<property name="Length" attrib="0" ptype="System.Int32">
<methods>
<method name="get_Length()" attrib="2182" returntype="System.Int32">
<parameters />
</method>
</methods>
</property>
</properties>
<methods>
<method name="Clear()" attrib="134" returntype="System.Void">
<parameters />
</method>
<method name="CopyTo(System.Span`1[T])" attrib="134" returntype="System.Void">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.Span`1[T]" />
</parameters>
</method>
<method name="DangerousCreate(System.Object, T&amp;, System.Int32)" attrib="150" static="true" returntype="System.Span`1[T]">
<parameters>
<parameter name="obj" position="0" attrib="0" type="System.Object" />
<parameter name="objectData" position="1" attrib="0" type="T" direction="ref" />
<parameter name="length" position="2" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="Equals(System.Object)" attrib="198" virtual="true" is-override="true" returntype="System.Boolean">
<attributes>
<attribute name="System.ObsoleteAttribute">
<properties>
<property name="Message" value="Equals() on Span will always throw an exception. Use == instead." />
</properties>
</attribute>
</attributes>
<parameters>
<parameter name="obj" position="0" attrib="0" type="System.Object" />
</parameters>
</method>
<method name="Fill(T)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="value" position="0" attrib="0" type="T" />
</parameters>
</method>
<method name="GetEnumerator()" attrib="134" returntype="System.Span`1+Enumerator[T]">
<parameters />
</method>
<method name="GetHashCode()" attrib="198" virtual="true" is-override="true" returntype="System.Int32">
<attributes>
<attribute name="System.ObsoleteAttribute">
<properties>
<property name="Message" value="GetHashCode() on Span will always throw an exception." />
</properties>
</attribute>
</attributes>
<parameters />
</method>
<method name="Slice(System.Int32)" attrib="134" returntype="System.Span`1[T]">
<parameters>
<parameter name="start" position="0" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="Slice(System.Int32, System.Int32)" attrib="134" returntype="System.Span`1[T]">
<parameters>
<parameter name="start" position="0" attrib="0" type="System.Int32" />
<parameter name="length" position="1" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="ToArray()" attrib="134" returntype="T[]">
<parameters />
</method>
<method name="TryCopyTo(System.Span`1[T])" attrib="134" returntype="System.Boolean">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.Span`1[T]" />
</parameters>
</method>
<method name="op_Equality(System.Span`1[T], System.Span`1[T])" attrib="2198" static="true" returntype="System.Boolean">
<parameters>
<parameter name="left" position="0" attrib="0" type="System.Span`1[T]" />
<parameter name="right" position="1" attrib="0" type="System.Span`1[T]" />
</parameters>
</method>
<method name="op_Implicit(System.ArraySegment`1[T])" attrib="2198" static="true" returntype="System.Span`1[T]">
<parameters>
<parameter name="arraySegment" position="0" attrib="0" type="System.ArraySegment`1[T]" />
</parameters>
</method>
<method name="op_Implicit(System.Span`1[T])" attrib="2198" static="true" returntype="System.ReadOnlySpan`1[T]">
<parameters>
<parameter name="span" position="0" attrib="0" type="System.Span`1[T]" />
</parameters>
</method>
<method name="op_Implicit(T[])" attrib="2198" static="true" returntype="System.Span`1[T]">
<parameters>
<parameter name="array" position="0" attrib="0" type="T[]" />
</parameters>
</method>
<method name="op_Inequality(System.Span`1[T], System.Span`1[T])" attrib="2198" static="true" returntype="System.Boolean">
<parameters>
<parameter name="left" position="0" attrib="0" type="System.Span`1[T]" />
<parameter name="right" position="1" attrib="0" type="System.Span`1[T]" />
</parameters>
</method>
</methods>
<classes>
<class name="Enumerator" type="struct" base="System.ValueType" sealed="true" charset="Ansi" layout="Sequential">
<attributes>
<attribute name="System.ObsoleteAttribute">
<properties>
<property name="Message" value="Types with embedded references are not supported in this version of your compiler." />
<property name="IsError" value="True" />
</properties>
</attribute>
<attribute name="System.Runtime.CompilerServices.IsByRefLikeAttribute" />
</attributes>
<generic-parameters>
<generic-parameter name="T" attributes="0" />
</generic-parameters>
<properties>
<property name="Current" attrib="0" ptype="T&amp;">
<methods>
<method name="get_Current()" attrib="2182" returntype="T&amp;">
<parameters />
</method>
</methods>
</property>
</properties>
<methods>
<method name="MoveNext()" attrib="134" returntype="System.Boolean">
<parameters />
</method>
</methods>
</class>
</classes>
</class>
<class name="StackOverflowException" type="class" base="System.SystemException" sealed="true" serializable="true" charset="Ansi" layout="Auto">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
@ -19194,11 +18526,6 @@
<parameter name="value" position="0" attrib="0" type="System.Char[]" />
</parameters>
</constructor>
<constructor name=".ctor(System.ReadOnlySpan`1[System.Char])" attrib="6278">
<parameters>
<parameter name="value" position="0" attrib="0" type="System.ReadOnlySpan`1[System.Char]" />
</parameters>
</constructor>
<constructor name=".ctor(System.SByte*)" attrib="6278">
<attributes>
<attribute name="System.CLSCompliantAttribute">
@ -19282,6 +18609,7 @@
<property name="Chars" attrib="0" ptype="System.Char" params="System.Int32">
<methods>
<method name="get_Chars(System.Int32)" attrib="2182" returntype="System.Char">
<attributes />
<parameters>
<parameter name="index" position="0" attrib="0" type="System.Int32" />
</parameters>
@ -20232,11 +19560,6 @@
<parameter name="b" position="1" attrib="0" type="System.String" />
</parameters>
</method>
<method name="op_Implicit(System.String)" attrib="2198" static="true" returntype="System.ReadOnlySpan`1[System.Char]">
<parameters>
<parameter name="value" position="0" attrib="0" type="System.String" />
</parameters>
</method>
<method name="op_Inequality(System.String, System.String)" attrib="2198" static="true" returntype="System.Boolean">
<parameters>
<parameter name="a" position="0" attrib="0" type="System.String" />
@ -27111,6 +26434,65 @@
</namespace>
<namespace name="System.Buffers">
<classes>
<class name="IRetainable" type="interface" abstract="true" charset="Ansi" layout="Auto">
<methods>
<method name="Release()" attrib="1478" abstract="true" virtual="true" returntype="System.Boolean">
<parameters />
</method>
<method name="Retain()" attrib="1478" abstract="true" virtual="true" returntype="System.Void">
<parameters />
</method>
</methods>
</class>
<class name="MemoryHandle" type="struct" base="System.ValueType" sealed="true" charset="Ansi" layout="Sequential">
<interfaces>
<interface name="System.IDisposable" />
</interfaces>
<constructors>
<constructor name=".ctor(System.Buffers.IRetainable, System.Void*, System.Runtime.InteropServices.GCHandle)" attrib="6278">
<attributes>
<attribute name="System.CLSCompliantAttribute">
<properties>
<property name="IsCompliant" value="False" />
</properties>
</attribute>
</attributes>
<parameters>
<parameter name="retainable" position="0" attrib="0" type="System.Buffers.IRetainable" />
<parameter name="pointer" position="1" attrib="4112" type="System.Void*" optional="true" defaultValue="NULL" />
<parameter name="handle" position="2" attrib="4112" type="System.Runtime.InteropServices.GCHandle" optional="true" defaultValue="NULL" />
</parameters>
</constructor>
</constructors>
<properties>
<property name="HasPointer" attrib="0" ptype="System.Boolean">
<methods>
<method name="get_HasPointer()" attrib="2182" returntype="System.Boolean">
<parameters />
</method>
</methods>
</property>
<property name="Pointer" attrib="0" ptype="System.Void*">
<attributes>
<attribute name="System.CLSCompliantAttribute">
<properties>
<property name="IsCompliant" value="False" />
</properties>
</attribute>
</attributes>
<methods>
<method name="get_Pointer()" attrib="2182" returntype="System.Void*">
<parameters />
</method>
</methods>
</property>
</properties>
<methods>
<method name="Dispose()" attrib="486" virtual="true" returntype="System.Void">
<parameters />
</method>
</methods>
</class>
<class name="OperationStatus" type="enum" base="System.Enum" sealed="true" serializable="true" charset="Ansi" layout="Auto" enumtype="System.Int32">
<interfaces>
<interface name="System.IComparable" />
@ -32781,12 +32163,12 @@
<attributes>
<attribute name="System.Diagnostics.ConditionalAttribute">
<properties>
<property name="ConditionString" value="DEBUG" />
<property name="ConditionString" value="CONTRACTS_FULL" />
</properties>
</attribute>
<attribute name="System.Diagnostics.ConditionalAttribute">
<properties>
<property name="ConditionString" value="CONTRACTS_FULL" />
<property name="ConditionString" value="DEBUG" />
</properties>
</attribute>
<attribute name="System.Runtime.ConstrainedExecution.ReliabilityContractAttribute">
@ -32851,12 +32233,12 @@
<attributes>
<attribute name="System.Diagnostics.ConditionalAttribute">
<properties>
<property name="ConditionString" value="CONTRACTS_FULL" />
<property name="ConditionString" value="DEBUG" />
</properties>
</attribute>
<attribute name="System.Diagnostics.ConditionalAttribute">
<properties>
<property name="ConditionString" value="DEBUG" />
<property name="ConditionString" value="CONTRACTS_FULL" />
</properties>
</attribute>
<attribute name="System.Runtime.ConstrainedExecution.ReliabilityContractAttribute">
@ -33253,12 +32635,12 @@
</attribute>
<attribute name="System.Diagnostics.ConditionalAttribute">
<properties>
<property name="ConditionString" value="CONTRACTS_FULL" />
<property name="ConditionString" value="DEBUG" />
</properties>
</attribute>
<attribute name="System.Diagnostics.ConditionalAttribute">
<properties>
<property name="ConditionString" value="DEBUG" />
<property name="ConditionString" value="CONTRACTS_FULL" />
</properties>
</attribute>
</attributes>
@ -44466,11 +43848,6 @@
</attributes>
<parameters />
</method>
<method name="Read(System.Span`1[System.Byte])" attrib="454" virtual="true" returntype="System.Int32">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.Span`1[System.Byte]" />
</parameters>
</method>
<method name="Read(System.Byte[], System.Int32, System.Int32)" attrib="1478" abstract="true" virtual="true" returntype="System.Int32">
<parameters>
<parameter name="buffer" position="0" attrib="3" type="System.Byte[]" />
@ -44478,12 +43855,6 @@
<parameter name="count" position="2" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="ReadAsync(System.Memory`1[System.Byte], System.Threading.CancellationToken)" attrib="454" virtual="true" returntype="System.Threading.Tasks.ValueTask`1[System.Int32]">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.Memory`1[System.Byte]" />
<parameter name="cancellationToken" position="1" attrib="4112" type="System.Threading.CancellationToken" optional="true" defaultValue="NULL" />
</parameters>
</method>
<method name="ReadAsync(System.Byte[], System.Int32, System.Int32)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Int32]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
@ -44532,11 +43903,6 @@
<parameter name="stream" position="0" attrib="0" type="System.IO.Stream" />
</parameters>
</method>
<method name="Write(System.ReadOnlySpan`1[System.Byte])" attrib="454" virtual="true" returntype="System.Void">
<parameters>
<parameter name="source" position="0" attrib="0" type="System.ReadOnlySpan`1[System.Byte]" />
</parameters>
</method>
<method name="Write(System.Byte[], System.Int32, System.Int32)" attrib="1478" abstract="true" virtual="true" returntype="System.Void">
<parameters>
<parameter name="buffer" position="0" attrib="0" type="System.Byte[]" />
@ -59000,9 +58366,11 @@
</parameters>
</method>
<method name="Throw()" attrib="134" returntype="System.Void">
<attributes />
<parameters />
</method>
<method name="Throw(System.Exception)" attrib="150" static="true" returntype="System.Void">
<attributes />
<parameters>
<parameter name="source" position="0" attrib="0" type="System.Exception" />
</parameters>
@ -86317,7 +85685,7 @@
<parameter name="name" position="0" attrib="0" type="System.String" />
</parameters>
</method>
<method name="CreateFromName(System.String, System.Object[])" attrib="16534" static="true" returntype="System.Object">
<method name="CreateFromName(System.String, System.Object[])" attrib="150" static="true" returntype="System.Object">
<parameters>
<parameter name="name" position="0" attrib="0" type="System.String" />
<parameter name="args" position="1" attrib="0" type="System.Object[]">
@ -100025,11 +99393,6 @@
<parameter name="bytes" position="0" attrib="0" type="System.Byte[]" />
</parameters>
</method>
<method name="GetString(System.ReadOnlySpan`1[System.Byte])" attrib="134" returntype="System.String">
<parameters>
<parameter name="bytes" position="0" attrib="0" type="System.ReadOnlySpan`1[System.Byte]" />
</parameters>
</method>
<method name="GetString(System.Byte*, System.Int32)" attrib="134" returntype="System.String">
<attributes>
<attribute name="System.CLSCompliantAttribute">

11
tools/apidiff/references/xm/4.5/OpenTK.xml Normal file → Executable file
Просмотреть файл

@ -4,9 +4,14 @@
<attributes>
<attribute name="System.Diagnostics.DebuggableAttribute">
<properties>
<property name="IsJITTrackingEnabled" value="IgnoreSymbolStoreSequencePoints, DisableOptimizations" />
<property name="IsJITOptimizerDisabled" value="IgnoreSymbolStoreSequencePoints, DisableOptimizations" />
<property name="DebuggingFlags" value="IgnoreSymbolStoreSequencePoints, DisableOptimizations" />
<property name="IsJITTrackingEnabled" value="EnableEditAndContinue, IgnoreSymbolStoreSequencePoints, DisableOptimizations, Default" />
<property name="IsJITOptimizerDisabled" value="EnableEditAndContinue, IgnoreSymbolStoreSequencePoints, DisableOptimizations, Default" />
<property name="DebuggingFlags" value="EnableEditAndContinue, IgnoreSymbolStoreSequencePoints, DisableOptimizations, Default" />
</properties>
</attribute>
<attribute name="System.Runtime.CompilerServices.CompilationRelaxationsAttribute">
<properties>
<property name="CompilationRelaxations" value="8" />
</properties>
</attribute>
<attribute name="System.Runtime.CompilerServices.RuntimeCompatibilityAttribute">

Разница между файлами не показана из-за своего большого размера Загрузить разницу

0
tools/apidiff/references/xm/XamMac.CFNetwork.xml Normal file → Executable file
Просмотреть файл

0
tools/apidiff/references/xm/XamMac.xml Normal file → Executable file
Просмотреть файл

Просмотреть файл

Просмотреть файл

Просмотреть файл

11
tools/apidiff/references/xm/Xamarin.Mac/OpenTK.xml Normal file → Executable file
Просмотреть файл

@ -4,9 +4,14 @@
<attributes>
<attribute name="System.Diagnostics.DebuggableAttribute">
<properties>
<property name="IsJITTrackingEnabled" value="IgnoreSymbolStoreSequencePoints, DisableOptimizations" />
<property name="IsJITOptimizerDisabled" value="IgnoreSymbolStoreSequencePoints, DisableOptimizations" />
<property name="DebuggingFlags" value="IgnoreSymbolStoreSequencePoints, DisableOptimizations" />
<property name="IsJITTrackingEnabled" value="EnableEditAndContinue, IgnoreSymbolStoreSequencePoints, DisableOptimizations, Default" />
<property name="IsJITOptimizerDisabled" value="EnableEditAndContinue, IgnoreSymbolStoreSequencePoints, DisableOptimizations, Default" />
<property name="DebuggingFlags" value="EnableEditAndContinue, IgnoreSymbolStoreSequencePoints, DisableOptimizations, Default" />
</properties>
</attribute>
<attribute name="System.Runtime.CompilerServices.CompilationRelaxationsAttribute">
<properties>
<property name="CompilationRelaxations" value="8" />
</properties>
</attribute>
<attribute name="System.Runtime.CompilerServices.RuntimeCompatibilityAttribute">

Просмотреть файл

Просмотреть файл

Просмотреть файл

Просмотреть файл

Просмотреть файл

Просмотреть файл

0
tools/apidiff/references/xm/Xamarin.Mac/System.Net.xml Normal file → Executable file
Просмотреть файл

Просмотреть файл

@ -161,13 +161,6 @@
<parameter name="value" position="0" attrib="0" type="System.UInt64" />
</parameters>
</constructor>
<constructor name=".ctor(System.ReadOnlySpan`1[System.Byte], System.Boolean, System.Boolean)" attrib="6278">
<parameters>
<parameter name="value" position="0" attrib="0" type="System.ReadOnlySpan`1[System.Byte]" />
<parameter name="isUnsigned" position="1" attrib="4112" type="System.Boolean" optional="true" defaultValue="False" />
<parameter name="isBigEndian" position="2" attrib="4112" type="System.Boolean" optional="true" defaultValue="False" />
</parameters>
</constructor>
</constructors>
<properties>
<property name="IsEven" attrib="0" ptype="System.Boolean">
@ -389,13 +382,6 @@
<parameter name="provider" position="1" attrib="0" type="System.IFormatProvider" />
</parameters>
</method>
<method name="Parse(System.ReadOnlySpan`1[System.Char], System.Globalization.NumberStyles, System.IFormatProvider)" attrib="150" static="true" returntype="System.Numerics.BigInteger">
<parameters>
<parameter name="value" position="0" attrib="0" type="System.ReadOnlySpan`1[System.Char]" />
<parameter name="style" position="1" attrib="4112" type="System.Globalization.NumberStyles" optional="true" defaultValue="7" />
<parameter name="provider" position="2" attrib="4112" type="System.IFormatProvider" optional="true" defaultValue="NULL" />
</parameters>
</method>
<method name="Parse(System.String, System.Globalization.NumberStyles, System.IFormatProvider)" attrib="150" static="true" returntype="System.Numerics.BigInteger">
<parameters>
<parameter name="value" position="0" attrib="0" type="System.String" />
@ -449,34 +435,12 @@
<parameter name="provider" position="1" attrib="0" type="System.IFormatProvider" />
</parameters>
</method>
<method name="TryFormat(System.Span`1[System.Char], out System.Int32&amp;, System.ReadOnlySpan`1[System.Char], System.IFormatProvider)" attrib="134" returntype="System.Boolean">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.Span`1[System.Char]" />
<parameter name="charsWritten" position="1" attrib="2" type="System.Int32" direction="out" />
<parameter name="format" position="2" attrib="4112" type="System.ReadOnlySpan`1[System.Char]" optional="true" defaultValue="NULL" />
<parameter name="provider" position="3" attrib="4112" type="System.IFormatProvider" optional="true" defaultValue="NULL" />
</parameters>
</method>
<method name="TryParse(System.ReadOnlySpan`1[System.Char], out System.Numerics.BigInteger&amp;)" attrib="150" static="true" returntype="System.Boolean">
<parameters>
<parameter name="value" position="0" attrib="0" type="System.ReadOnlySpan`1[System.Char]" />
<parameter name="result" position="1" attrib="2" type="System.Numerics.BigInteger" direction="out" />
</parameters>
</method>
<method name="TryParse(System.String, out System.Numerics.BigInteger&amp;)" attrib="150" static="true" returntype="System.Boolean">
<parameters>
<parameter name="value" position="0" attrib="0" type="System.String" />
<parameter name="result" position="1" attrib="2" type="System.Numerics.BigInteger" direction="out" />
</parameters>
</method>
<method name="TryParse(System.ReadOnlySpan`1[System.Char], System.Globalization.NumberStyles, System.IFormatProvider, out System.Numerics.BigInteger&amp;)" attrib="150" static="true" returntype="System.Boolean">
<parameters>
<parameter name="value" position="0" attrib="0" type="System.ReadOnlySpan`1[System.Char]" />
<parameter name="style" position="1" attrib="0" type="System.Globalization.NumberStyles" />
<parameter name="provider" position="2" attrib="0" type="System.IFormatProvider" />
<parameter name="result" position="3" attrib="2" type="System.Numerics.BigInteger" direction="out" />
</parameters>
</method>
<method name="TryParse(System.String, System.Globalization.NumberStyles, System.IFormatProvider, out System.Numerics.BigInteger&amp;)" attrib="150" static="true" returntype="System.Boolean">
<parameters>
<parameter name="value" position="0" attrib="0" type="System.String" />
@ -485,14 +449,6 @@
<parameter name="result" position="3" attrib="2" type="System.Numerics.BigInteger" direction="out" />
</parameters>
</method>
<method name="TryWriteBytes(System.Span`1[System.Byte], out System.Int32&amp;, System.Boolean, System.Boolean)" attrib="134" returntype="System.Boolean">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.Span`1[System.Byte]" />
<parameter name="bytesWritten" position="1" attrib="2" type="System.Int32" direction="out" />
<parameter name="isUnsigned" position="2" attrib="4112" type="System.Boolean" optional="true" defaultValue="False" />
<parameter name="isBigEndian" position="3" attrib="4112" type="System.Boolean" optional="true" defaultValue="False" />
</parameters>
</method>
<method name="op_Addition(System.Numerics.BigInteger, System.Numerics.BigInteger)" attrib="2198" static="true" returntype="System.Numerics.BigInteger">
<parameters>
<parameter name="left" position="0" attrib="0" type="System.Numerics.BigInteger" />

Просмотреть файл

Просмотреть файл

Просмотреть файл

Просмотреть файл

Просмотреть файл

Просмотреть файл

Просмотреть файл

Просмотреть файл

Просмотреть файл

@ -23700,11 +23700,6 @@
<parameter name="cancellationToken" position="0" attrib="0" type="System.Threading.CancellationToken" />
</parameters>
</method>
<method name="Read(System.Span`1[System.Byte])" attrib="198" virtual="true" is-override="true" returntype="System.Int32">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.Span`1[System.Byte]" />
</parameters>
</method>
<method name="Read(System.Byte[], System.Int32, System.Int32)" attrib="198" virtual="true" is-override="true" returntype="System.Int32">
<parameters>
<parameter name="array" position="0" attrib="0" type="System.Byte[]" />
@ -23712,12 +23707,6 @@
<parameter name="count" position="2" attrib="0" type="System.Int32" />
</parameters>
</method>
<method name="ReadAsync(System.Memory`1[System.Byte], System.Threading.CancellationToken)" attrib="198" virtual="true" is-override="true" returntype="System.Threading.Tasks.ValueTask`1[System.Int32]">
<parameters>
<parameter name="destination" position="0" attrib="0" type="System.Memory`1[System.Byte]" />
<parameter name="cancellationToken" position="1" attrib="4112" type="System.Threading.CancellationToken" optional="true" defaultValue="NULL" />
</parameters>
</method>
<method name="ReadAsync(System.Byte[], System.Int32, System.Int32, System.Threading.CancellationToken)" attrib="198" virtual="true" is-override="true" returntype="System.Threading.Tasks.Task`1[System.Int32]">
<parameters>
<parameter name="array" position="0" attrib="0" type="System.Byte[]" />
@ -23740,11 +23729,6 @@
<parameter name="value" position="0" attrib="0" type="System.Int64" />
</parameters>
</method>
<method name="Write(System.ReadOnlySpan`1[System.Byte])" attrib="198" virtual="true" is-override="true" returntype="System.Void">
<parameters>
<parameter name="source" position="0" attrib="0" type="System.ReadOnlySpan`1[System.Byte]" />
</parameters>
</method>
<method name="Write(System.Byte[], System.Int32, System.Int32)" attrib="198" virtual="true" is-override="true" returntype="System.Void">
<parameters>
<parameter name="array" position="0" attrib="0" type="System.Byte[]" />
@ -24820,6 +24804,9 @@
<property name="BytesReceived" attrib="0" ptype="System.Int64">
<methods>
<method name="get_BytesReceived()" attrib="2182" returntype="System.Int64">
<attributes>
<attribute name="System.Runtime.CompilerServices.CompilerGeneratedAttribute" />
</attributes>
<parameters />
</method>
</methods>
@ -24827,6 +24814,9 @@
<property name="TotalBytesToReceive" attrib="0" ptype="System.Int64">
<methods>
<method name="get_TotalBytesToReceive()" attrib="2182" returntype="System.Int64">
<attributes>
<attribute name="System.Runtime.CompilerServices.CompilerGeneratedAttribute" />
</attributes>
<parameters />
</method>
</methods>
@ -26767,8 +26757,7 @@
<attributes>
<attribute name="System.ObsoleteAttribute">
<properties>
<property name="Message" value="Serialization is obsoleted for this type" />
<property name="IsError" value="False" />
<property name="Message" value="Serialization is obsoleted for this type. http://go.microsoft.com/fwlink/?linkid=14202" />
</properties>
</attribute>
</attributes>
@ -27382,6 +27371,9 @@
<parameter name="context" position="0" attrib="2" type="System.Net.TransportContext" direction="out" />
</parameters>
</method>
<method name="GetRequestStreamAsync()" attrib="198" virtual="true" is-override="true" returntype="System.Threading.Tasks.Task`1[System.IO.Stream]">
<parameters />
</method>
<method name="GetResponse()" attrib="198" virtual="true" is-override="true" returntype="System.Net.WebResponse">
<parameters />
</method>
@ -28983,6 +28975,9 @@
<property name="BytesReceived" attrib="0" ptype="System.Int64">
<methods>
<method name="get_BytesReceived()" attrib="2182" returntype="System.Int64">
<attributes>
<attribute name="System.Runtime.CompilerServices.CompilerGeneratedAttribute" />
</attributes>
<parameters />
</method>
</methods>
@ -28990,6 +28985,9 @@
<property name="BytesSent" attrib="0" ptype="System.Int64">
<methods>
<method name="get_BytesSent()" attrib="2182" returntype="System.Int64">
<attributes>
<attribute name="System.Runtime.CompilerServices.CompilerGeneratedAttribute" />
</attributes>
<parameters />
</method>
</methods>
@ -28997,6 +28995,9 @@
<property name="TotalBytesToReceive" attrib="0" ptype="System.Int64">
<methods>
<method name="get_TotalBytesToReceive()" attrib="2182" returntype="System.Int64">
<attributes>
<attribute name="System.Runtime.CompilerServices.CompilerGeneratedAttribute" />
</attributes>
<parameters />
</method>
</methods>
@ -29004,6 +29005,9 @@
<property name="TotalBytesToSend" attrib="0" ptype="System.Int64">
<methods>
<method name="get_TotalBytesToSend()" attrib="2182" returntype="System.Int64">
<attributes>
<attribute name="System.Runtime.CompilerServices.CompilerGeneratedAttribute" />
</attributes>
<parameters />
</method>
</methods>
@ -29138,13 +29142,6 @@
</methods>
</class>
<class name="WebClient" type="class" base="System.ComponentModel.Component" charset="Ansi" layout="Auto">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="True" />
</properties>
</attribute>
</attributes>
<interfaces>
<interface name="System.ComponentModel.IComponent" />
<interface name="System.IDisposable" />
@ -29232,9 +29229,15 @@
<property name="CachePolicy" attrib="0" ptype="System.Net.Cache.RequestCachePolicy">
<methods>
<method name="get_CachePolicy()" attrib="2182" returntype="System.Net.Cache.RequestCachePolicy">
<attributes>
<attribute name="System.Runtime.CompilerServices.CompilerGeneratedAttribute" />
</attributes>
<parameters />
</method>
<method name="set_CachePolicy(System.Net.Cache.RequestCachePolicy)" attrib="2182" returntype="System.Void">
<attributes>
<attribute name="System.Runtime.CompilerServices.CompilerGeneratedAttribute" />
</attributes>
<parameters>
<parameter name="value" position="0" attrib="0" type="System.Net.Cache.RequestCachePolicy" />
</parameters>
@ -29370,37 +29373,23 @@
<parameter name="address" position="0" attrib="0" type="System.Uri" />
</parameters>
</method>
<method name="DownloadDataAsync(System.Uri)" attrib="16518" returntype="System.Void">
<method name="DownloadDataAsync(System.Uri)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
</parameters>
</method>
<method name="DownloadDataAsync(System.Uri, System.Object)" attrib="16518" returntype="System.Void">
<method name="DownloadDataAsync(System.Uri, System.Object)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="userToken" position="1" attrib="0" type="System.Object" />
</parameters>
</method>
<method name="DownloadDataTaskAsync(System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="DownloadDataTaskAsync(System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
</parameters>
</method>
<method name="DownloadDataTaskAsync(System.Uri)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="DownloadDataTaskAsync(System.Uri)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
</parameters>
@ -29417,40 +29406,26 @@
<parameter name="fileName" position="1" attrib="0" type="System.String" />
</parameters>
</method>
<method name="DownloadFileAsync(System.Uri, System.String)" attrib="16518" returntype="System.Void">
<method name="DownloadFileAsync(System.Uri, System.String)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="fileName" position="1" attrib="0" type="System.String" />
</parameters>
</method>
<method name="DownloadFileAsync(System.Uri, System.String, System.Object)" attrib="16518" returntype="System.Void">
<method name="DownloadFileAsync(System.Uri, System.String, System.Object)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="fileName" position="1" attrib="0" type="System.String" />
<parameter name="userToken" position="2" attrib="0" type="System.Object" />
</parameters>
</method>
<method name="DownloadFileTaskAsync(System.String, System.String)" attrib="16518" returntype="System.Threading.Tasks.Task">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="DownloadFileTaskAsync(System.String, System.String)" attrib="134" returntype="System.Threading.Tasks.Task">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
<parameter name="fileName" position="1" attrib="0" type="System.String" />
</parameters>
</method>
<method name="DownloadFileTaskAsync(System.Uri, System.String)" attrib="16518" returntype="System.Threading.Tasks.Task">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="DownloadFileTaskAsync(System.Uri, System.String)" attrib="134" returntype="System.Threading.Tasks.Task">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="fileName" position="1" attrib="0" type="System.String" />
@ -29466,37 +29441,23 @@
<parameter name="address" position="0" attrib="0" type="System.Uri" />
</parameters>
</method>
<method name="DownloadStringAsync(System.Uri)" attrib="16518" returntype="System.Void">
<method name="DownloadStringAsync(System.Uri)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
</parameters>
</method>
<method name="DownloadStringAsync(System.Uri, System.Object)" attrib="16518" returntype="System.Void">
<method name="DownloadStringAsync(System.Uri, System.Object)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="userToken" position="1" attrib="0" type="System.Object" />
</parameters>
</method>
<method name="DownloadStringTaskAsync(System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.String]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="DownloadStringTaskAsync(System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.String]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
</parameters>
</method>
<method name="DownloadStringTaskAsync(System.Uri)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.String]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="DownloadStringTaskAsync(System.Uri)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.String]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
</parameters>
@ -29600,37 +29561,23 @@
<parameter name="address" position="0" attrib="0" type="System.Uri" />
</parameters>
</method>
<method name="OpenReadAsync(System.Uri)" attrib="16518" returntype="System.Void">
<method name="OpenReadAsync(System.Uri)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
</parameters>
</method>
<method name="OpenReadAsync(System.Uri, System.Object)" attrib="16518" returntype="System.Void">
<method name="OpenReadAsync(System.Uri, System.Object)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="userToken" position="1" attrib="0" type="System.Object" />
</parameters>
</method>
<method name="OpenReadTaskAsync(System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.IO.Stream]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="OpenReadTaskAsync(System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.IO.Stream]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
</parameters>
</method>
<method name="OpenReadTaskAsync(System.Uri)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.IO.Stream]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="OpenReadTaskAsync(System.Uri)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.IO.Stream]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
</parameters>
@ -29657,69 +29604,41 @@
<parameter name="method" position="1" attrib="0" type="System.String" />
</parameters>
</method>
<method name="OpenWriteAsync(System.Uri)" attrib="16518" returntype="System.Void">
<method name="OpenWriteAsync(System.Uri)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
</parameters>
</method>
<method name="OpenWriteAsync(System.Uri, System.String)" attrib="16518" returntype="System.Void">
<method name="OpenWriteAsync(System.Uri, System.String)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
</parameters>
</method>
<method name="OpenWriteAsync(System.Uri, System.String, System.Object)" attrib="16518" returntype="System.Void">
<method name="OpenWriteAsync(System.Uri, System.String, System.Object)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
<parameter name="userToken" position="2" attrib="0" type="System.Object" />
</parameters>
</method>
<method name="OpenWriteTaskAsync(System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.IO.Stream]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="OpenWriteTaskAsync(System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.IO.Stream]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
</parameters>
</method>
<method name="OpenWriteTaskAsync(System.Uri)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.IO.Stream]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="OpenWriteTaskAsync(System.Uri)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.IO.Stream]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
</parameters>
</method>
<method name="OpenWriteTaskAsync(System.String, System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.IO.Stream]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="OpenWriteTaskAsync(System.String, System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.IO.Stream]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
<parameter name="method" position="1" attrib="0" type="System.String" />
</parameters>
</method>
<method name="OpenWriteTaskAsync(System.Uri, System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.IO.Stream]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="OpenWriteTaskAsync(System.Uri, System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.IO.Stream]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
@ -29751,20 +29670,20 @@
<parameter name="data" position="2" attrib="0" type="System.Byte[]" />
</parameters>
</method>
<method name="UploadDataAsync(System.Uri, System.Byte[])" attrib="16518" returntype="System.Void">
<method name="UploadDataAsync(System.Uri, System.Byte[])" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="data" position="1" attrib="0" type="System.Byte[]" />
</parameters>
</method>
<method name="UploadDataAsync(System.Uri, System.String, System.Byte[])" attrib="16518" returntype="System.Void">
<method name="UploadDataAsync(System.Uri, System.String, System.Byte[])" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
<parameter name="data" position="2" attrib="0" type="System.Byte[]" />
</parameters>
</method>
<method name="UploadDataAsync(System.Uri, System.String, System.Byte[], System.Object)" attrib="16518" returntype="System.Void">
<method name="UploadDataAsync(System.Uri, System.String, System.Byte[], System.Object)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
@ -29772,54 +29691,26 @@
<parameter name="userToken" position="3" attrib="0" type="System.Object" />
</parameters>
</method>
<method name="UploadDataTaskAsync(System.String, System.Byte[])" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadDataTaskAsync(System.String, System.Byte[])" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
<parameter name="data" position="1" attrib="0" type="System.Byte[]" />
</parameters>
</method>
<method name="UploadDataTaskAsync(System.Uri, System.Byte[])" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadDataTaskAsync(System.Uri, System.Byte[])" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="data" position="1" attrib="0" type="System.Byte[]" />
</parameters>
</method>
<method name="UploadDataTaskAsync(System.String, System.String, System.Byte[])" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadDataTaskAsync(System.String, System.String, System.Byte[])" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
<parameter name="method" position="1" attrib="0" type="System.String" />
<parameter name="data" position="2" attrib="0" type="System.Byte[]" />
</parameters>
</method>
<method name="UploadDataTaskAsync(System.Uri, System.String, System.Byte[])" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadDataTaskAsync(System.Uri, System.String, System.Byte[])" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
@ -29852,20 +29743,20 @@
<parameter name="fileName" position="2" attrib="0" type="System.String" />
</parameters>
</method>
<method name="UploadFileAsync(System.Uri, System.String)" attrib="16518" returntype="System.Void">
<method name="UploadFileAsync(System.Uri, System.String)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="fileName" position="1" attrib="0" type="System.String" />
</parameters>
</method>
<method name="UploadFileAsync(System.Uri, System.String, System.String)" attrib="16518" returntype="System.Void">
<method name="UploadFileAsync(System.Uri, System.String, System.String)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
<parameter name="fileName" position="2" attrib="0" type="System.String" />
</parameters>
</method>
<method name="UploadFileAsync(System.Uri, System.String, System.String, System.Object)" attrib="16518" returntype="System.Void">
<method name="UploadFileAsync(System.Uri, System.String, System.String, System.Object)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
@ -29873,54 +29764,26 @@
<parameter name="userToken" position="3" attrib="0" type="System.Object" />
</parameters>
</method>
<method name="UploadFileTaskAsync(System.String, System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadFileTaskAsync(System.String, System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
<parameter name="fileName" position="1" attrib="0" type="System.String" />
</parameters>
</method>
<method name="UploadFileTaskAsync(System.Uri, System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadFileTaskAsync(System.Uri, System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="fileName" position="1" attrib="0" type="System.String" />
</parameters>
</method>
<method name="UploadFileTaskAsync(System.String, System.String, System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadFileTaskAsync(System.String, System.String, System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
<parameter name="method" position="1" attrib="0" type="System.String" />
<parameter name="fileName" position="2" attrib="0" type="System.String" />
</parameters>
</method>
<method name="UploadFileTaskAsync(System.Uri, System.String, System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadFileTaskAsync(System.Uri, System.String, System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
@ -29953,20 +29816,20 @@
<parameter name="data" position="2" attrib="0" type="System.String" />
</parameters>
</method>
<method name="UploadStringAsync(System.Uri, System.String)" attrib="16518" returntype="System.Void">
<method name="UploadStringAsync(System.Uri, System.String)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="data" position="1" attrib="0" type="System.String" />
</parameters>
</method>
<method name="UploadStringAsync(System.Uri, System.String, System.String)" attrib="16518" returntype="System.Void">
<method name="UploadStringAsync(System.Uri, System.String, System.String)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
<parameter name="data" position="2" attrib="0" type="System.String" />
</parameters>
</method>
<method name="UploadStringAsync(System.Uri, System.String, System.String, System.Object)" attrib="16518" returntype="System.Void">
<method name="UploadStringAsync(System.Uri, System.String, System.String, System.Object)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
@ -29974,54 +29837,26 @@
<parameter name="userToken" position="3" attrib="0" type="System.Object" />
</parameters>
</method>
<method name="UploadStringTaskAsync(System.String, System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.String]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadStringTaskAsync(System.String, System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.String]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
<parameter name="data" position="1" attrib="0" type="System.String" />
</parameters>
</method>
<method name="UploadStringTaskAsync(System.Uri, System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.String]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadStringTaskAsync(System.Uri, System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.String]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="data" position="1" attrib="0" type="System.String" />
</parameters>
</method>
<method name="UploadStringTaskAsync(System.String, System.String, System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.String]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadStringTaskAsync(System.String, System.String, System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.String]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
<parameter name="method" position="1" attrib="0" type="System.String" />
<parameter name="data" position="2" attrib="0" type="System.String" />
</parameters>
</method>
<method name="UploadStringTaskAsync(System.Uri, System.String, System.String)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.String]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadStringTaskAsync(System.Uri, System.String, System.String)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.String]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
@ -30054,20 +29889,20 @@
<parameter name="data" position="2" attrib="0" type="System.Collections.Specialized.NameValueCollection" />
</parameters>
</method>
<method name="UploadValuesAsync(System.Uri, System.Collections.Specialized.NameValueCollection)" attrib="16518" returntype="System.Void">
<method name="UploadValuesAsync(System.Uri, System.Collections.Specialized.NameValueCollection)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="data" position="1" attrib="0" type="System.Collections.Specialized.NameValueCollection" />
</parameters>
</method>
<method name="UploadValuesAsync(System.Uri, System.String, System.Collections.Specialized.NameValueCollection)" attrib="16518" returntype="System.Void">
<method name="UploadValuesAsync(System.Uri, System.String, System.Collections.Specialized.NameValueCollection)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
<parameter name="data" position="2" attrib="0" type="System.Collections.Specialized.NameValueCollection" />
</parameters>
</method>
<method name="UploadValuesAsync(System.Uri, System.String, System.Collections.Specialized.NameValueCollection, System.Object)" attrib="16518" returntype="System.Void">
<method name="UploadValuesAsync(System.Uri, System.String, System.Collections.Specialized.NameValueCollection, System.Object)" attrib="134" returntype="System.Void">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
@ -30075,54 +29910,26 @@
<parameter name="userToken" position="3" attrib="0" type="System.Object" />
</parameters>
</method>
<method name="UploadValuesTaskAsync(System.String, System.Collections.Specialized.NameValueCollection)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadValuesTaskAsync(System.String, System.Collections.Specialized.NameValueCollection)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
<parameter name="data" position="1" attrib="0" type="System.Collections.Specialized.NameValueCollection" />
</parameters>
</method>
<method name="UploadValuesTaskAsync(System.Uri, System.Collections.Specialized.NameValueCollection)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadValuesTaskAsync(System.Uri, System.Collections.Specialized.NameValueCollection)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="data" position="1" attrib="0" type="System.Collections.Specialized.NameValueCollection" />
</parameters>
</method>
<method name="UploadValuesTaskAsync(System.String, System.String, System.Collections.Specialized.NameValueCollection)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadValuesTaskAsync(System.String, System.String, System.Collections.Specialized.NameValueCollection)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.String" />
<parameter name="method" position="1" attrib="0" type="System.String" />
<parameter name="data" position="2" attrib="0" type="System.Collections.Specialized.NameValueCollection" />
</parameters>
</method>
<method name="UploadValuesTaskAsync(System.Uri, System.String, System.Collections.Specialized.NameValueCollection)" attrib="16518" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<attributes>
<attribute name="System.Runtime.InteropServices.ComVisibleAttribute">
<properties>
<property name="Value" value="False" />
</properties>
</attribute>
</attributes>
<method name="UploadValuesTaskAsync(System.Uri, System.String, System.Collections.Specialized.NameValueCollection)" attrib="134" returntype="System.Threading.Tasks.Task`1[System.Byte[]]">
<parameters>
<parameter name="address" position="0" attrib="0" type="System.Uri" />
<parameter name="method" position="1" attrib="0" type="System.String" />
@ -40059,12 +39866,6 @@
<parameter name="cancellationToken" position="1" attrib="0" type="System.Threading.CancellationToken" />
</parameters>
</method>
<method name="ReceiveAsync(System.Memory`1[System.Byte], System.Threading.CancellationToken)" attrib="198" virtual="true" is-override="true" returntype="System.Threading.Tasks.ValueTask`1[System.Net.WebSockets.ValueWebSocketReceiveResult]">
<parameters>
<parameter name="buffer" position="0" attrib="0" type="System.Memory`1[System.Byte]" />
<parameter name="cancellationToken" position="1" attrib="0" type="System.Threading.CancellationToken" />
</parameters>
</method>
<method name="SendAsync(System.ArraySegment`1[System.Byte], System.Net.WebSockets.WebSocketMessageType, System.Boolean, System.Threading.CancellationToken)" attrib="198" virtual="true" is-override="true" returntype="System.Threading.Tasks.Task">
<parameters>
<parameter name="buffer" position="0" attrib="0" type="System.ArraySegment`1[System.Byte]" />
@ -40073,14 +39874,6 @@
<parameter name="cancellationToken" position="3" attrib="0" type="System.Threading.CancellationToken" />
</parameters>
</method>
<method name="SendAsync(System.ReadOnlyMemory`1[System.Byte], System.Net.WebSockets.WebSocketMessageType, System.Boolean, System.Threading.CancellationToken)" attrib="198" virtual="true" is-override="true" returntype="System.Threading.Tasks.Task">
<parameters>
<parameter name="buffer" position="0" attrib="0" type="System.ReadOnlyMemory`1[System.Byte]" />
<parameter name="messageType" position="1" attrib="0" type="System.Net.WebSockets.WebSocketMessageType" />
<parameter name="endOfMessage" position="2" attrib="0" type="System.Boolean" />
<parameter name="cancellationToken" position="3" attrib="0" type="System.Threading.CancellationToken" />
</parameters>
</method>
</methods>
</class>
<class name="ClientWebSocketOptions" type="class" base="System.Object" sealed="true" charset="Ansi" layout="Auto">
@ -40398,15 +40191,6 @@
<parameter name="internalBuffer" position="6" attrib="0" type="System.ArraySegment`1[System.Byte]" />
</parameters>
</method>
<method name="CreateFromStream(System.IO.Stream, System.Boolean, System.String, System.TimeSpan, System.Memory`1[System.Byte])" attrib="150" static="true" returntype="System.Net.WebSockets.WebSocket">
<parameters>
<parameter name="stream" position="0" attrib="0" type="System.IO.Stream" />
<parameter name="isServer" position="1" attrib="0" type="System.Boolean" />
<parameter name="subProtocol" position="2" attrib="0" type="System.String" />
<parameter name="keepAliveInterval" position="3" attrib="0" type="System.TimeSpan" />
<parameter name="buffer" position="4" attrib="4112" type="System.Memory`1[System.Byte]" optional="true" defaultValue="NULL" />
</parameters>
</method>
<method name="CreateServerBuffer(System.Int32)" attrib="150" static="true" returntype="System.ArraySegment`1[System.Byte]">
<parameters>
<parameter name="receiveBufferSize" position="0" attrib="0" type="System.Int32" />
@ -40441,15 +40225,6 @@
<parameter name="cancellationToken" position="1" attrib="0" type="System.Threading.CancellationToken" />
</parameters>
</method>
<method name="ReceiveAsync(System.Memory`1[System.Byte], System.Threading.CancellationToken)" attrib="454" virtual="true" returntype="System.Threading.Tasks.ValueTask`1[System.Net.WebSockets.ValueWebSocketReceiveResult]">
<attributes>
<attribute name="System.Runtime.CompilerServices.AsyncStateMachineAttribute" />
</attributes>
<parameters>
<parameter name="buffer" position="0" attrib="0" type="System.Memory`1[System.Byte]" />
<parameter name="cancellationToken" position="1" attrib="0" type="System.Threading.CancellationToken" />
</parameters>
</method>
<method name="RegisterPrefixes()" attrib="150" static="true" returntype="System.Void">
<attributes>
<attribute name="System.ComponentModel.EditorBrowsableAttribute">
@ -40468,14 +40243,6 @@
<parameter name="cancellationToken" position="3" attrib="0" type="System.Threading.CancellationToken" />
</parameters>
</method>
<method name="SendAsync(System.ReadOnlyMemory`1[System.Byte], System.Net.WebSockets.WebSocketMessageType, System.Boolean, System.Threading.CancellationToken)" attrib="454" virtual="true" returntype="System.Threading.Tasks.Task">
<parameters>
<parameter name="buffer" position="0" attrib="0" type="System.ReadOnlyMemory`1[System.Byte]" />
<parameter name="messageType" position="1" attrib="0" type="System.Net.WebSockets.WebSocketMessageType" />
<parameter name="endOfMessage" position="2" attrib="0" type="System.Boolean" />
<parameter name="cancellationToken" position="3" attrib="0" type="System.Threading.CancellationToken" />
</parameters>
</method>
<method name="ThrowOnInvalidState(System.Net.WebSockets.WebSocketState, System.Net.WebSockets.WebSocketState[])" attrib="148" static="true" returntype="System.Void">
<parameters>
<parameter name="state" position="0" attrib="0" type="System.Net.WebSockets.WebSocketState" />

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше