Corrected then broke again data binding...

Lib now uses more nuget packages
This commit is contained in:
2017-09-13 18:37:44 +02:00
parent 1cd7c0411c
commit 8c6d8056bb
229 changed files with 49677 additions and 257 deletions

View File

@@ -195,12 +195,6 @@
<None Include="project.json" />
</ItemGroup>
<ItemGroup>
<Reference Include="System.Net.Requests">
<HintPath>..\..\..\..\..\..\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5.1\System.Net.Requests.dll</HintPath>
</Reference>
<Reference Include="System.Xml.XmlSerializer">
<HintPath>..\..\..\..\..\..\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETCore\v4.5.1\System.Xml.XmlSerializer.dll</HintPath>
</Reference>
<Reference Include="Windows">
<HintPath>..\..\..\..\..\..\Program Files (x86)\Windows Kits\8.1\References\CommonConfiguration\Neutral\Windows.winmd</HintPath>
</Reference>

View File

@@ -1,681 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>System.Net.Requests</name>
</assembly>
<members>
<member name="T:System.Net.HttpRequestHeader">
<summary>The HTTP headers that may be specified in a client request.</summary>
</member>
<member name="F:System.Net.HttpRequestHeader.Accept">
<summary>The Accept header, which specifies the MIME types that are acceptable for the response.</summary>
</member>
<member name="F:System.Net.HttpRequestHeader.AcceptCharset">
<summary>The Accept-Charset header, which specifies the character sets that are acceptable for the response.</summary>
</member>
<member name="F:System.Net.HttpRequestHeader.AcceptEncoding">
<summary>The Accept-Encoding header, which specifies the content encodings that are acceptable for the response.</summary>
</member>
<member name="F:System.Net.HttpRequestHeader.AcceptLanguage">
<summary>The Accept-Langauge header, which specifies that natural languages that are preferred for the response.</summary>
</member>
<member name="F:System.Net.HttpRequestHeader.Allow">
<summary>The Allow header, which specifies the set of HTTP methods supported.</summary>
</member>
<member name="F:System.Net.HttpRequestHeader.Authorization">
<summary>The Authorization header, which specifies the credentials that the client presents in order to authenticate itself to the server.</summary>
</member>
<member name="F:System.Net.HttpRequestHeader.CacheControl">
<summary>The Cache-Control header, which specifies directives that must be obeyed by all cache control mechanisms along the request/response chain.</summary>
</member>
<member name="F:System.Net.HttpRequestHeader.Connection">
<summary>The Connection header, which specifies options that are desired for a particular connection.</summary>
</member>
<member name="F:System.Net.HttpRequestHeader.ContentEncoding">
<summary>The Content-Encoding header, which specifies the encodings that have been applied to the accompanying body data.</summary>
</member>
<member name="F:System.Net.HttpRequestHeader.ContentLanguage">
<summary>The Content-Langauge header, which specifies the natural language(s) of the accompanying body data.</summary>
</member>
<member name="F:System.Net.HttpRequestHeader.ContentLength">
<summary>The Content-Length header, which specifies the length, in bytes, of the accompanying body data.</summary>
</member>
<member name="F:System.Net.HttpRequestHeader.ContentLocation">
<summary>The Content-Location header, which specifies a URI from which the accompanying body may be obtained.</summary>
</member>
<member name="F:System.Net.HttpRequestHeader.ContentMd5">
<summary>The Content-MD5 header, which specifies the MD5 digest of the accompanying body data, for the purpose of providing an end-to-end message integrity check.</summary>
</member>
<member name="F:System.Net.HttpRequestHeader.ContentRange">
<summary>The Content-Range header, which specifies where in the full body the accompanying partial body data should be applied.</summary>
</member>
<member name="F:System.Net.HttpRequestHeader.ContentType">
<summary>The Content-Type header, which specifies the MIME type of the accompanying body data.</summary>
</member>
<member name="F:System.Net.HttpRequestHeader.Cookie">
<summary>The Cookie header, which specifies cookie data presented to the server.</summary>
</member>
<member name="F:System.Net.HttpRequestHeader.Date">
<summary>The Date header, which specifies the date and time at which the request originated.</summary>
</member>
<member name="F:System.Net.HttpRequestHeader.Expect">
<summary>The Expect header, which specifies particular server behaviors that are required by the client.</summary>
</member>
<member name="F:System.Net.HttpRequestHeader.Expires">
<summary>The Expires header, which specifies the date and time after which the accompanying body data should be considered stale.</summary>
</member>
<member name="F:System.Net.HttpRequestHeader.From">
<summary>The From header, which specifies an Internet E-mail address for the human user who controls the requesting user agent.</summary>
</member>
<member name="F:System.Net.HttpRequestHeader.Host">
<summary>The Host header, which specifies the host name and port number of the resource being requested.</summary>
</member>
<member name="F:System.Net.HttpRequestHeader.IfMatch">
<summary>The If-Match header, which specifies that the requested operation should be performed only if the client's cached copy of the indicated resource is current.</summary>
</member>
<member name="F:System.Net.HttpRequestHeader.IfModifiedSince">
<summary>The If-Modified-Since header, which specifies that the requested operation should be performed only if the requested resource has been modified since the indicated data and time.</summary>
</member>
<member name="F:System.Net.HttpRequestHeader.IfNoneMatch">
<summary>The If-None-Match header, which specifies that the requested operation should be performed only if none of client's cached copies of the indicated resources are current.</summary>
</member>
<member name="F:System.Net.HttpRequestHeader.IfRange">
<summary>The If-Range header, which specifies that only the specified range of the requested resource should be sent, if the client's cached copy is current.</summary>
</member>
<member name="F:System.Net.HttpRequestHeader.IfUnmodifiedSince">
<summary>The If-Unmodified-Since header, which specifies that the requested operation should be performed only if the requested resource has not been modified since the indicated date and time.</summary>
</member>
<member name="F:System.Net.HttpRequestHeader.KeepAlive">
<summary>The Keep-Alive header, which specifies a parameter used into order to maintain a persistent connection.</summary>
</member>
<member name="F:System.Net.HttpRequestHeader.LastModified">
<summary>The Last-Modified header, which specifies the date and time at which the accompanying body data was last modified.</summary>
</member>
<member name="F:System.Net.HttpRequestHeader.MaxForwards">
<summary>The Max-Forwards header, which specifies an integer indicating the remaining number of times that this request may be forwarded.</summary>
</member>
<member name="F:System.Net.HttpRequestHeader.Pragma">
<summary>The Pragma header, which specifies implementation-specific directives that might apply to any agent along the request/response chain.</summary>
</member>
<member name="F:System.Net.HttpRequestHeader.ProxyAuthorization">
<summary>The Proxy-Authorization header, which specifies the credentials that the client presents in order to authenticate itself to a proxy.</summary>
</member>
<member name="F:System.Net.HttpRequestHeader.Range">
<summary>The Range header, which specifies the the sub-range(s) of the response that the client requests be returned in lieu of the entire response.</summary>
</member>
<member name="F:System.Net.HttpRequestHeader.Referer">
<summary>The Referer header, which specifies the URI of the resource from which the request URI was obtained.</summary>
</member>
<member name="F:System.Net.HttpRequestHeader.Te">
<summary>The TE header, which specifies the transfer encodings that are acceptable for the response.</summary>
</member>
<member name="F:System.Net.HttpRequestHeader.Trailer">
<summary>The Trailer header, which specifies the header fields present in the trailer of a message encoded with chunked transfer-coding.</summary>
</member>
<member name="F:System.Net.HttpRequestHeader.TransferEncoding">
<summary>The Transfer-Encoding header, which specifies what (if any) type of transformation that has been applied to the message body.</summary>
</member>
<member name="F:System.Net.HttpRequestHeader.Translate">
<summary>The Translate header, a Microsoft extension to the HTTP specification used in conjunction with WebDAV functionality.</summary>
</member>
<member name="F:System.Net.HttpRequestHeader.Upgrade">
<summary>The Upgrade header, which specifies additional communications protocols that the client supports.</summary>
</member>
<member name="F:System.Net.HttpRequestHeader.UserAgent">
<summary>The User-Agent header, which specifies information about the client agent.</summary>
</member>
<member name="F:System.Net.HttpRequestHeader.Via">
<summary>The Via header, which specifies intermediate protocols to be used by gateway and proxy agents.</summary>
</member>
<member name="F:System.Net.HttpRequestHeader.Warning">
<summary>The Warning header, which specifies additional information about that status or transformation of a message that might not be reflected in the message.</summary>
</member>
<member name="T:System.Net.HttpWebRequest">
<summary>Provides an HTTP-specific implementation of the <see cref="T:System.Net.WebRequest" /> class.</summary>
</member>
<member name="M:System.Net.HttpWebRequest.Abort">
<summary>Cancels a request to an Internet resource.</summary>
<PermissionSet>
<IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
<IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
<IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" />
</PermissionSet>
</member>
<member name="P:System.Net.HttpWebRequest.Accept">
<summary>Gets or sets the value of the Accept HTTP header.</summary>
<returns>The value of the Accept HTTP header. The default value is null.</returns>
</member>
<member name="P:System.Net.HttpWebRequest.AllowReadStreamBuffering">
<summary>Gets or sets a value that indicates whether to buffer the received from the Internet resource.</summary>
<returns>Returns <see cref="T:System.Boolean" />.true to enable buffering of the data received from the Internet resource; false to disable buffering. The default is true.</returns>
</member>
<member name="M:System.Net.HttpWebRequest.BeginGetRequestStream(System.AsyncCallback,System.Object)">
<summary>Begins an asynchronous request for a <see cref="T:System.IO.Stream" /> object to use to write data.</summary>
<returns>An <see cref="T:System.IAsyncResult" /> that references the asynchronous request.</returns>
<param name="callback">The <see cref="T:System.AsyncCallback" /> delegate. </param>
<param name="state">The state object for this request. </param>
<exception cref="T:System.Net.ProtocolViolationException">The <see cref="P:System.Net.HttpWebRequest.Method" /> property is GET or HEAD.-or- <see cref="P:System.Net.HttpWebRequest.KeepAlive" /> is true, <see cref="P:System.Net.HttpWebRequest.AllowWriteStreamBuffering" /> is false, <see cref="P:System.Net.HttpWebRequest.ContentLength" /> is -1, <see cref="P:System.Net.HttpWebRequest.SendChunked" /> is false, and <see cref="P:System.Net.HttpWebRequest.Method" /> is POST or PUT. </exception>
<exception cref="T:System.InvalidOperationException">The stream is being used by a previous call to <see cref="M:System.Net.HttpWebRequest.BeginGetRequestStream(System.AsyncCallback,System.Object)" />-or- <see cref="P:System.Net.HttpWebRequest.TransferEncoding" /> is set to a value and <see cref="P:System.Net.HttpWebRequest.SendChunked" /> is false.-or- The thread pool is running out of threads. </exception>
<exception cref="T:System.NotSupportedException">The request cache validator indicated that the response for this request can be served from the cache; however, requests that write data must not use the cache. This exception can occur if you are using a custom cache validator that is incorrectly implemented. </exception>
<exception cref="T:System.Net.WebException">
<see cref="M:System.Net.HttpWebRequest.Abort" /> was previously called. </exception>
<exception cref="T:System.ObjectDisposedException">In a .NET Compact Framework application, a request stream with zero content length was not obtained and closed correctly. For more information about handling zero content length requests, see Network Programming in the .NET Compact Framework.</exception>
<PermissionSet>
<IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
<IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
<IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
<IPermission class="System.Net.DnsPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
<IPermission class="System.Net.WebPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
<IPermission class="System.Diagnostics.PerformanceCounterPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
</PermissionSet>
</member>
<member name="M:System.Net.HttpWebRequest.BeginGetResponse(System.AsyncCallback,System.Object)">
<summary>Begins an asynchronous request to an Internet resource.</summary>
<returns>An <see cref="T:System.IAsyncResult" /> that references the asynchronous request for a response.</returns>
<param name="callback">The <see cref="T:System.AsyncCallback" /> delegate </param>
<param name="state">The state object for this request. </param>
<exception cref="T:System.InvalidOperationException">The stream is already in use by a previous call to <see cref="M:System.Net.HttpWebRequest.BeginGetResponse(System.AsyncCallback,System.Object)" />-or- <see cref="P:System.Net.HttpWebRequest.TransferEncoding" /> is set to a value and <see cref="P:System.Net.HttpWebRequest.SendChunked" /> is false.-or- The thread pool is running out of threads. </exception>
<exception cref="T:System.Net.ProtocolViolationException">
<see cref="P:System.Net.HttpWebRequest.Method" /> is GET or HEAD, and either <see cref="P:System.Net.HttpWebRequest.ContentLength" /> is greater than zero or <see cref="P:System.Net.HttpWebRequest.SendChunked" /> is true.-or- <see cref="P:System.Net.HttpWebRequest.KeepAlive" /> is true, <see cref="P:System.Net.HttpWebRequest.AllowWriteStreamBuffering" /> is false, and either <see cref="P:System.Net.HttpWebRequest.ContentLength" /> is -1, <see cref="P:System.Net.HttpWebRequest.SendChunked" /> is false and <see cref="P:System.Net.HttpWebRequest.Method" /> is POST or PUT.-or- The <see cref="T:System.Net.HttpWebRequest" /> has an entity body but the <see cref="M:System.Net.HttpWebRequest.BeginGetResponse(System.AsyncCallback,System.Object)" /> method is called without calling the <see cref="M:System.Net.HttpWebRequest.BeginGetRequestStream(System.AsyncCallback,System.Object)" /> method. -or- The <see cref="P:System.Net.HttpWebRequest.ContentLength" /> is greater than zero, but the application does not write all of the promised data.</exception>
<exception cref="T:System.Net.WebException">
<see cref="M:System.Net.HttpWebRequest.Abort" /> was previously called. </exception>
<PermissionSet>
<IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
<IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
<IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
<IPermission class="System.Net.DnsPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
<IPermission class="System.Net.WebPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
<IPermission class="System.Diagnostics.PerformanceCounterPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
</PermissionSet>
</member>
<member name="P:System.Net.HttpWebRequest.ContentType">
<summary>Gets or sets the value of the Content-type HTTP header.</summary>
<returns>The value of the Content-type HTTP header. The default value is null.</returns>
</member>
<member name="P:System.Net.HttpWebRequest.ContinueTimeout">
<summary>Gets or sets a timeout, in milliseconds, to wait until the 100-Continue is received from the server. </summary>
<returns>Returns <see cref="T:System.Int32" />.The timeout, in milliseconds, to wait until the 100-Continue is received. </returns>
</member>
<member name="P:System.Net.HttpWebRequest.CookieContainer">
<summary>Gets or sets the cookies associated with the request.</summary>
<returns>A <see cref="T:System.Net.CookieContainer" /> that contains the cookies associated with this request.</returns>
</member>
<member name="P:System.Net.HttpWebRequest.Credentials">
<summary>Gets or sets authentication information for the request.</summary>
<returns>An <see cref="T:System.Net.ICredentials" /> that contains the authentication credentials associated with the request. The default is null.</returns>
<PermissionSet>
<IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" />
</PermissionSet>
</member>
<member name="M:System.Net.HttpWebRequest.EndGetRequestStream(System.IAsyncResult)">
<summary>Ends an asynchronous request for a <see cref="T:System.IO.Stream" /> object to use to write data.</summary>
<returns>A <see cref="T:System.IO.Stream" /> to use to write request data.</returns>
<param name="asyncResult">The pending request for a stream. </param>
<exception cref="T:System.ArgumentNullException">
<paramref name="asyncResult" /> is null. </exception>
<exception cref="T:System.IO.IOException">The request did not complete, and no stream is available. </exception>
<exception cref="T:System.ArgumentException">
<paramref name="asyncResult" /> was not returned by the current instance from a call to <see cref="M:System.Net.HttpWebRequest.BeginGetRequestStream(System.AsyncCallback,System.Object)" />. </exception>
<exception cref="T:System.InvalidOperationException">This method was called previously using <paramref name="asyncResult" />. </exception>
<exception cref="T:System.Net.WebException">
<see cref="M:System.Net.HttpWebRequest.Abort" /> was previously called.-or- An error occurred while processing the request. </exception>
<PermissionSet>
<IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
<IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
<IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" />
</PermissionSet>
</member>
<member name="M:System.Net.HttpWebRequest.EndGetResponse(System.IAsyncResult)">
<summary>Ends an asynchronous request to an Internet resource.</summary>
<returns>A <see cref="T:System.Net.WebResponse" /> that contains the response from the Internet resource.</returns>
<param name="asyncResult">The pending request for a response. </param>
<exception cref="T:System.ArgumentNullException">
<paramref name="asyncResult" /> is null. </exception>
<exception cref="T:System.InvalidOperationException">This method was called previously using <paramref name="asyncResult." />-or- The <see cref="P:System.Net.HttpWebRequest.ContentLength" /> property is greater than 0 but the data has not been written to the request stream. </exception>
<exception cref="T:System.Net.WebException">
<see cref="M:System.Net.HttpWebRequest.Abort" /> was previously called.-or- An error occurred while processing the request. </exception>
<exception cref="T:System.ArgumentException">
<paramref name="asyncResult" /> was not returned by the current instance from a call to <see cref="M:System.Net.HttpWebRequest.BeginGetResponse(System.AsyncCallback,System.Object)" />. </exception>
<PermissionSet>
<IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
<IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
<IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" />
</PermissionSet>
</member>
<member name="P:System.Net.HttpWebRequest.HaveResponse">
<summary>Gets a value that indicates whether a response has been received from an Internet resource.</summary>
<returns>true if a response has been received; otherwise, false.</returns>
</member>
<member name="P:System.Net.HttpWebRequest.Headers">
<summary>Specifies a collection of the name/value pairs that make up the HTTP headers.</summary>
<returns>A <see cref="T:System.Net.WebHeaderCollection" /> that contains the name/value pairs that make up the headers for the HTTP request.</returns>
<exception cref="T:System.InvalidOperationException">The request has been started by calling the <see cref="M:System.Net.HttpWebRequest.GetRequestStream" />, <see cref="M:System.Net.HttpWebRequest.BeginGetRequestStream(System.AsyncCallback,System.Object)" />, <see cref="M:System.Net.HttpWebRequest.GetResponse" />, or <see cref="M:System.Net.HttpWebRequest.BeginGetResponse(System.AsyncCallback,System.Object)" /> method. </exception>
<PermissionSet>
<IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" />
</PermissionSet>
</member>
<member name="P:System.Net.HttpWebRequest.Method">
<summary>Gets or sets the method for the request.</summary>
<returns>The request method to use to contact the Internet resource. The default value is GET.</returns>
<exception cref="T:System.ArgumentException">No method is supplied.-or- The method string contains invalid characters. </exception>
</member>
<member name="P:System.Net.HttpWebRequest.RequestUri">
<summary>Gets the original Uniform Resource Identifier (URI) of the request.</summary>
<returns>A <see cref="T:System.Uri" /> that contains the URI of the Internet resource passed to the <see cref="M:System.Net.WebRequest.Create(System.String)" /> method.</returns>
</member>
<member name="P:System.Net.HttpWebRequest.SupportsCookieContainer">
<summary>Gets a value that indicates whether the request provides support for a <see cref="T:System.Net.CookieContainer" />.</summary>
<returns>Returns <see cref="T:System.Boolean" />.true if a <see cref="T:System.Net.CookieContainer" /> is supported; otherwise, false. </returns>
</member>
<member name="P:System.Net.HttpWebRequest.UseDefaultCredentials">
<summary>Gets or sets a <see cref="T:System.Boolean" /> value that controls whether default credentials are sent with requests.</summary>
<returns>true if the default credentials are used; otherwise false. The default value is false.</returns>
<exception cref="T:System.InvalidOperationException">You attempted to set this property after the request was sent.</exception>
<PermissionSet>
<IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Read="USERNAME" />
</PermissionSet>
</member>
<member name="T:System.Net.HttpWebResponse">
<summary>Provides an HTTP-specific implementation of the <see cref="T:System.Net.WebResponse" /> class.</summary>
</member>
<member name="P:System.Net.HttpWebResponse.ContentLength">
<summary>Gets the length of the content returned by the request.</summary>
<returns>The number of bytes returned by the request. Content length does not include header information.</returns>
<exception cref="T:System.ObjectDisposedException">The current instance has been disposed. </exception>
</member>
<member name="P:System.Net.HttpWebResponse.ContentType">
<summary>Gets the content type of the response.</summary>
<returns>A string that contains the content type of the response.</returns>
<exception cref="T:System.ObjectDisposedException">The current instance has been disposed. </exception>
</member>
<member name="P:System.Net.HttpWebResponse.Cookies">
<summary>Gets or sets the cookies that are associated with this response.</summary>
<returns>A <see cref="T:System.Net.CookieCollection" /> that contains the cookies that are associated with this response.</returns>
<exception cref="T:System.ObjectDisposedException">The current instance has been disposed. </exception>
</member>
<member name="M:System.Net.HttpWebResponse.Dispose(System.Boolean)">
<summary>Releases the unmanaged resources used by the <see cref="T:System.Net.HttpWebResponse" />, and optionally disposes of the managed resources.</summary>
<param name="disposing">true to release both managed and unmanaged resources; false to releases only unmanaged resources. </param>
</member>
<member name="M:System.Net.HttpWebResponse.GetResponseStream">
<summary>Gets the stream that is used to read the body of the response from the server.</summary>
<returns>A <see cref="T:System.IO.Stream" /> containing the body of the response.</returns>
<exception cref="T:System.Net.ProtocolViolationException">There is no response stream. </exception>
<exception cref="T:System.ObjectDisposedException">The current instance has been disposed. </exception>
<PermissionSet>
<IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
<IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
<IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" />
</PermissionSet>
</member>
<member name="P:System.Net.HttpWebResponse.Headers">
<summary>Gets the headers that are associated with this response from the server.</summary>
<returns>A <see cref="T:System.Net.WebHeaderCollection" /> that contains the header information returned with the response.</returns>
<exception cref="T:System.ObjectDisposedException">The current instance has been disposed. </exception>
</member>
<member name="P:System.Net.HttpWebResponse.Method">
<summary>Gets the method that is used to return the response.</summary>
<returns>A string that contains the HTTP method that is used to return the response.</returns>
<exception cref="T:System.ObjectDisposedException">The current instance has been disposed. </exception>
</member>
<member name="P:System.Net.HttpWebResponse.ResponseUri">
<summary>Gets the URI of the Internet resource that responded to the request.</summary>
<returns>A <see cref="T:System.Uri" /> that contains the URI of the Internet resource that responded to the request.</returns>
<exception cref="T:System.ObjectDisposedException">The current instance has been disposed. </exception>
</member>
<member name="P:System.Net.HttpWebResponse.StatusCode">
<summary>Gets the status of the response.</summary>
<returns>One of the <see cref="T:System.Net.HttpStatusCode" /> values.</returns>
<exception cref="T:System.ObjectDisposedException">The current instance has been disposed. </exception>
</member>
<member name="P:System.Net.HttpWebResponse.StatusDescription">
<summary>Gets the status description returned with the response.</summary>
<returns>A string that describes the status of the response.</returns>
<exception cref="T:System.ObjectDisposedException">The current instance has been disposed. </exception>
</member>
<member name="P:System.Net.HttpWebResponse.SupportsHeaders">
<summary>Gets a value that indicates if headers are supported.</summary>
<returns>Returns <see cref="T:System.Boolean" />.true if headers are supported; otherwise, false.</returns>
</member>
<member name="T:System.Net.IWebRequestCreate">
<summary>Provides the base interface for creating <see cref="T:System.Net.WebRequest" /> instances.</summary>
</member>
<member name="M:System.Net.IWebRequestCreate.Create(System.Uri)">
<summary>Creates a <see cref="T:System.Net.WebRequest" /> instance.</summary>
<returns>A <see cref="T:System.Net.WebRequest" /> instance.</returns>
<param name="uri">The uniform resource identifier (URI) of the Web resource. </param>
<exception cref="T:System.NotSupportedException">The request scheme specified in <paramref name="uri" /> is not supported by this <see cref="T:System.Net.IWebRequestCreate" /> instance. </exception>
<exception cref="T:System.ArgumentNullException">
<paramref name="uri" /> is null. </exception>
<exception cref="T:System.UriFormatException">NoteIn the .NET for Windows Store apps or the Portable Class Library, catch the base class exception, <see cref="T:System.FormatException" />, instead.The URI specified in <paramref name="uri" /> is not a valid URI. </exception>
</member>
<member name="T:System.Net.ProtocolViolationException">
<summary>The exception that is thrown when an error is made while using a network protocol.</summary>
</member>
<member name="M:System.Net.ProtocolViolationException.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Net.ProtocolViolationException" /> class.</summary>
</member>
<member name="M:System.Net.ProtocolViolationException.#ctor(System.String)">
<summary>Initializes a new instance of the <see cref="T:System.Net.ProtocolViolationException" /> class with the specified message.</summary>
<param name="message">The error message string. </param>
</member>
<member name="T:System.Net.WebException">
<summary>The exception that is thrown when an error occurs while accessing the network through a pluggable protocol.</summary>
</member>
<member name="M:System.Net.WebException.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Net.WebException" /> class.</summary>
</member>
<member name="M:System.Net.WebException.#ctor(System.String)">
<summary>Initializes a new instance of the <see cref="T:System.Net.WebException" /> class with the specified error message.</summary>
<param name="message">The text of the error message. </param>
</member>
<member name="M:System.Net.WebException.#ctor(System.String,System.Exception)">
<summary>Initializes a new instance of the <see cref="T:System.Net.WebException" /> class with the specified error message and nested exception.</summary>
<param name="message">The text of the error message. </param>
<param name="innerException">A nested exception. </param>
</member>
<member name="M:System.Net.WebException.#ctor(System.String,System.Exception,System.Net.WebExceptionStatus,System.Net.WebResponse)">
<summary>Initializes a new instance of the <see cref="T:System.Net.WebException" /> class with the specified error message, nested exception, status, and response.</summary>
<param name="message">The text of the error message. </param>
<param name="innerException">A nested exception. </param>
<param name="status">One of the <see cref="T:System.Net.WebExceptionStatus" /> values. </param>
<param name="response">A <see cref="T:System.Net.WebResponse" /> instance that contains the response from the remote host. </param>
</member>
<member name="M:System.Net.WebException.#ctor(System.String,System.Net.WebExceptionStatus)">
<summary>Initializes a new instance of the <see cref="T:System.Net.WebException" /> class with the specified error message and status.</summary>
<param name="message">The text of the error message. </param>
<param name="status">One of the <see cref="T:System.Net.WebExceptionStatus" /> values. </param>
</member>
<member name="P:System.Net.WebException.Response">
<summary>Gets the response that the remote host returned.</summary>
<returns>If a response is available from the Internet resource, a <see cref="T:System.Net.WebResponse" /> instance that contains the error response from an Internet resource; otherwise, null.</returns>
</member>
<member name="P:System.Net.WebException.Status">
<summary>Gets the status of the response.</summary>
<returns>One of the <see cref="T:System.Net.WebExceptionStatus" /> values.</returns>
</member>
<member name="T:System.Net.WebExceptionStatus">
<summary>Defines status codes for the <see cref="T:System.Net.WebException" /> class.</summary>
</member>
<member name="F:System.Net.WebExceptionStatus.ConnectFailure">
<summary>The remote service point could not be contacted at the transport level.</summary>
</member>
<member name="F:System.Net.WebExceptionStatus.MessageLengthLimitExceeded">
<summary>A message was received that exceeded the specified limit when sending a request or receiving a response from the server.</summary>
</member>
<member name="F:System.Net.WebExceptionStatus.Pending">
<summary>An internal asynchronous request is pending.</summary>
</member>
<member name="F:System.Net.WebExceptionStatus.RequestCanceled">
<summary>The request was canceled, the <see cref="M:System.Net.WebRequest.Abort" /> method was called, or an unclassifiable error occurred. This is the default value for <see cref="P:System.Net.WebException.Status" />.</summary>
</member>
<member name="F:System.Net.WebExceptionStatus.SendFailure">
<summary>A complete request could not be sent to the remote server.</summary>
</member>
<member name="F:System.Net.WebExceptionStatus.Success">
<summary>No error was encountered.</summary>
</member>
<member name="F:System.Net.WebExceptionStatus.UnknownError">
<summary>An exception of unknown type has occurred.</summary>
</member>
<member name="T:System.Net.WebHeaderCollection">
<summary>Contains protocol headers associated with a request or response.</summary>
</member>
<member name="M:System.Net.WebHeaderCollection.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Net.WebHeaderCollection" /> class.</summary>
</member>
<member name="P:System.Net.WebHeaderCollection.AllKeys">
<summary>Gets all header names (keys) in the collection.</summary>
<returns>An array of type <see cref="T:System.String" /> containing all header names in a Web request.</returns>
</member>
<member name="P:System.Net.WebHeaderCollection.Count">
<summary>Gets the number of headers in the collection.</summary>
<returns>An <see cref="T:System.Int32" /> indicating the number of headers in a request.</returns>
</member>
<member name="P:System.Net.WebHeaderCollection.Item(System.Net.HttpRequestHeader)">
<summary>Gets or sets the specified request header.</summary>
<returns>A <see cref="T:System.String" /> instance containing the specified header value.</returns>
<param name="header">The request header value.</param>
<exception cref="T:System.InvalidOperationException">This <see cref="T:System.Net.WebHeaderCollection" /> instance does not allow instances of <see cref="T:System.Net.HttpRequestHeader" />. </exception>
<PermissionSet>
<IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" />
</PermissionSet>
</member>
<member name="P:System.Net.WebHeaderCollection.Item(System.String)"></member>
<member name="M:System.Net.WebHeaderCollection.System#Collections#IEnumerable#GetEnumerator">
<summary>Returns an enumerator that can iterate through the <see cref="T:System.Net.WebHeaderCollection" /> instance.</summary>
<returns>Returns <see cref="T:System.Collections.IEnumerator" />.An enumerator that can iterate through the <see cref="T:System.Net.WebHeaderCollection" /> instance.</returns>
</member>
<member name="M:System.Net.WebHeaderCollection.ToString">
<summary>This method is obsolete.</summary>
<returns>The <see cref="T:System.String" /> representation of the collection.</returns>
</member>
<member name="T:System.Net.WebRequest">
<summary>Makes a request to a Uniform Resource Identifier (URI). This is an abstract class.</summary>
</member>
<member name="M:System.Net.WebRequest.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Net.WebRequest" /> class.</summary>
</member>
<member name="M:System.Net.WebRequest.Abort">
<summary>Aborts the Request </summary>
<exception cref="T:System.NotImplementedException">Any attempt is made to access the method, when the method is not overridden in a descendant class. </exception>
<PermissionSet>
<IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" />
</PermissionSet>
</member>
<member name="M:System.Net.WebRequest.BeginGetRequestStream(System.AsyncCallback,System.Object)">
<summary>When overridden in a descendant class, provides an asynchronous version of the <see cref="M:System.Net.WebRequest.GetRequestStream" /> method.</summary>
<returns>An <see cref="T:System.IAsyncResult" /> that references the asynchronous request.</returns>
<param name="callback">The <see cref="T:System.AsyncCallback" /> delegate. </param>
<param name="state">An object containing state information for this asynchronous request. </param>
<exception cref="T:System.NotImplementedException">Any attempt is made to access the method, when the method is not overridden in a descendant class. </exception>
</member>
<member name="M:System.Net.WebRequest.BeginGetResponse(System.AsyncCallback,System.Object)">
<summary>When overridden in a descendant class, begins an asynchronous request for an Internet resource.</summary>
<returns>An <see cref="T:System.IAsyncResult" /> that references the asynchronous request.</returns>
<param name="callback">The <see cref="T:System.AsyncCallback" /> delegate. </param>
<param name="state">An object containing state information for this asynchronous request. </param>
<exception cref="T:System.NotImplementedException">Any attempt is made to access the method, when the method is not overridden in a descendant class. </exception>
</member>
<member name="P:System.Net.WebRequest.ContentType">
<summary>When overridden in a descendant class, gets or sets the content type of the request data being sent.</summary>
<returns>The content type of the request data.</returns>
<exception cref="T:System.NotImplementedException">Any attempt is made to get or set the property, when the property is not overridden in a descendant class. </exception>
<PermissionSet>
<IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" />
</PermissionSet>
</member>
<member name="M:System.Net.WebRequest.Create(System.String)">
<summary>Initializes a new <see cref="T:System.Net.WebRequest" /> instance for the specified URI scheme.</summary>
<returns>A <see cref="T:System.Net.WebRequest" /> descendant for the specific URI scheme.</returns>
<param name="requestUriString">The URI that identifies the Internet resource. </param>
<exception cref="T:System.NotSupportedException">The request scheme specified in <paramref name="requestUriString" /> has not been registered. </exception>
<exception cref="T:System.ArgumentNullException">
<paramref name="requestUriString" /> is null. </exception>
<exception cref="T:System.Security.SecurityException">The caller does not have permission to connect to the requested URI or a URI that the request is redirected to. </exception>
<exception cref="T:System.UriFormatException">NoteIn the .NET for Windows Store apps or the Portable Class Library, catch the base class exception, <see cref="T:System.FormatException" />, instead.The URI specified in <paramref name="requestUriString" /> is not a valid URI. </exception>
<PermissionSet>
<IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
<IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
<IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" />
</PermissionSet>
</member>
<member name="M:System.Net.WebRequest.Create(System.Uri)">
<summary>Initializes a new <see cref="T:System.Net.WebRequest" /> instance for the specified URI scheme.</summary>
<returns>A <see cref="T:System.Net.WebRequest" /> descendant for the specified URI scheme.</returns>
<param name="requestUri">A <see cref="T:System.Uri" /> containing the URI of the requested resource. </param>
<exception cref="T:System.NotSupportedException">The request scheme specified in <paramref name="requestUri" /> is not registered. </exception>
<exception cref="T:System.ArgumentNullException">
<paramref name="requestUri" /> is null. </exception>
<exception cref="T:System.Security.SecurityException">The caller does not have permission to connect to the requested URI or a URI that the request is redirected to. </exception>
<PermissionSet>
<IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
<IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
<IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" />
</PermissionSet>
</member>
<member name="M:System.Net.WebRequest.CreateHttp(System.String)">
<summary>Initializes a new <see cref="T:System.Net.HttpWebRequest" /> instance for the specified URI string.</summary>
<returns>Returns <see cref="T:System.Net.HttpWebRequest" />.An <see cref="T:System.Net.HttpWebRequest" /> instance for the specific URI string.</returns>
<param name="requestUriString">A URI string that identifies the Internet resource. </param>
<exception cref="T:System.NotSupportedException">The request scheme specified in <paramref name="requestUriString" /> is the http or https scheme. </exception>
<exception cref="T:System.ArgumentNullException">
<paramref name="requestUriString" /> is null. </exception>
<exception cref="T:System.Security.SecurityException">The caller does not have permission to connect to the requested URI or a URI that the request is redirected to. </exception>
<exception cref="T:System.UriFormatException">The URI specified in <paramref name="requestUriString" /> is not a valid URI. </exception>
</member>
<member name="M:System.Net.WebRequest.CreateHttp(System.Uri)">
<summary>Initializes a new <see cref="T:System.Net.HttpWebRequest" /> instance for the specified URI.</summary>
<returns>Returns <see cref="T:System.Net.HttpWebRequest" />.An <see cref="T:System.Net.HttpWebRequest" /> instance for the specific URI string.</returns>
<param name="requestUri">A URI that identifies the Internet resource.</param>
<exception cref="T:System.NotSupportedException">The request scheme specified in <paramref name="requestUri" /> is the http or https scheme. </exception>
<exception cref="T:System.ArgumentNullException">
<paramref name="requestUri" /> is null. </exception>
<exception cref="T:System.Security.SecurityException">The caller does not have permission to connect to the requested URI or a URI that the request is redirected to. </exception>
<exception cref="T:System.UriFormatException">The URI specified in <paramref name="requestUri" /> is not a valid URI. </exception>
</member>
<member name="P:System.Net.WebRequest.Credentials">
<summary>When overridden in a descendant class, gets or sets the network credentials used for authenticating the request with the Internet resource.</summary>
<returns>An <see cref="T:System.Net.ICredentials" /> containing the authentication credentials associated with the request. The default is null.</returns>
<exception cref="T:System.NotImplementedException">Any attempt is made to get or set the property, when the property is not overridden in a descendant class. </exception>
<PermissionSet>
<IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" />
</PermissionSet>
</member>
<member name="P:System.Net.WebRequest.DefaultWebProxy">
<summary>Gets or sets the global HTTP proxy.</summary>
<returns>An <see cref="T:System.Net.IWebProxy" /> used by every call to instances of <see cref="T:System.Net.WebRequest" />.</returns>
</member>
<member name="M:System.Net.WebRequest.EndGetRequestStream(System.IAsyncResult)">
<summary>When overridden in a descendant class, returns a <see cref="T:System.IO.Stream" /> for writing data to the Internet resource.</summary>
<returns>A <see cref="T:System.IO.Stream" /> to write data to.</returns>
<param name="asyncResult">An <see cref="T:System.IAsyncResult" /> that references a pending request for a stream. </param>
<exception cref="T:System.NotImplementedException">Any attempt is made to access the method, when the method is not overridden in a descendant class. </exception>
</member>
<member name="M:System.Net.WebRequest.EndGetResponse(System.IAsyncResult)">
<summary>When overridden in a descendant class, returns a <see cref="T:System.Net.WebResponse" />.</summary>
<returns>A <see cref="T:System.Net.WebResponse" /> that contains a response to the Internet request.</returns>
<param name="asyncResult">An <see cref="T:System.IAsyncResult" /> that references a pending request for a response. </param>
<exception cref="T:System.NotImplementedException">Any attempt is made to access the method, when the method is not overridden in a descendant class. </exception>
</member>
<member name="M:System.Net.WebRequest.GetRequestStreamAsync">
<summary>When overridden in a descendant class, returns a <see cref="T:System.IO.Stream" /> for writing data to the Internet resource as an asynchronous operation.</summary>
<returns>Returns <see cref="T:System.Threading.Tasks.Task`1" />.The task object representing the asynchronous operation.</returns>
</member>
<member name="M:System.Net.WebRequest.GetResponseAsync">
<summary>When overridden in a descendant class, returns a response to an Internet request as an asynchronous operation.</summary>
<returns>Returns <see cref="T:System.Threading.Tasks.Task`1" />.The task object representing the asynchronous operation.</returns>
</member>
<member name="P:System.Net.WebRequest.Headers">
<summary>When overridden in a descendant class, gets or sets the collection of header name/value pairs associated with the request.</summary>
<returns>A <see cref="T:System.Net.WebHeaderCollection" /> containing the header name/value pairs associated with this request.</returns>
<exception cref="T:System.NotImplementedException">Any attempt is made to get or set the property, when the property is not overridden in a descendant class. </exception>
<PermissionSet>
<IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" />
</PermissionSet>
</member>
<member name="P:System.Net.WebRequest.Method">
<summary>When overridden in a descendant class, gets or sets the protocol method to use in this request.</summary>
<returns>The protocol method to use in this request.</returns>
<exception cref="T:System.NotImplementedException">If the property is not overridden in a descendant class, any attempt is made to get or set the property. </exception>
<PermissionSet>
<IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" />
</PermissionSet>
</member>
<member name="P:System.Net.WebRequest.Proxy">
<summary>When overridden in a descendant class, gets or sets the network proxy to use to access this Internet resource.</summary>
<returns>The <see cref="T:System.Net.IWebProxy" /> to use to access the Internet resource.</returns>
<exception cref="T:System.NotImplementedException">Any attempt is made to get or set the property, when the property is not overridden in a descendant class. </exception>
<PermissionSet>
<IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" />
</PermissionSet>
</member>
<member name="M:System.Net.WebRequest.RegisterPrefix(System.String,System.Net.IWebRequestCreate)">
<summary>Registers a <see cref="T:System.Net.WebRequest" /> descendant for the specified URI.</summary>
<returns>true if registration is successful; otherwise, false.</returns>
<param name="prefix">The complete URI or URI prefix that the <see cref="T:System.Net.WebRequest" /> descendant services. </param>
<param name="creator">The create method that the <see cref="T:System.Net.WebRequest" /> calls to create the <see cref="T:System.Net.WebRequest" /> descendant. </param>
<exception cref="T:System.ArgumentNullException">
<paramref name="prefix" /> is null-or- <paramref name="creator" /> is null. </exception>
<PermissionSet>
<IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
<IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" />
<IPermission class="System.Net.WebPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
</PermissionSet>
</member>
<member name="P:System.Net.WebRequest.RequestUri">
<summary>When overridden in a descendant class, gets the URI of the Internet resource associated with the request.</summary>
<returns>A <see cref="T:System.Uri" /> representing the resource associated with the request </returns>
<exception cref="T:System.NotImplementedException">Any attempt is made to get or set the property, when the property is not overridden in a descendant class. </exception>
<PermissionSet>
<IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" />
</PermissionSet>
</member>
<member name="P:System.Net.WebRequest.UseDefaultCredentials">
<summary>When overridden in a descendant class, gets or sets a <see cref="T:System.Boolean" /> value that controls whether <see cref="P:System.Net.CredentialCache.DefaultCredentials" /> are sent with requests.</summary>
<returns>true if the default credentials are used; otherwise false. The default value is false.</returns>
<exception cref="T:System.InvalidOperationException">You attempted to set this property after the request was sent.</exception>
<exception cref="T:System.NotImplementedException">Any attempt is made to access the property, when the property is not overridden in a descendant class. </exception>
<PermissionSet>
<IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" />
</PermissionSet>
</member>
<member name="T:System.Net.WebResponse">
<summary>Provides a response from a Uniform Resource Identifier (URI). This is an abstract class.</summary>
</member>
<member name="M:System.Net.WebResponse.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Net.WebResponse" /> class.</summary>
</member>
<member name="P:System.Net.WebResponse.ContentLength">
<summary>When overridden in a descendant class, gets or sets the content length of data being received.</summary>
<returns>The number of bytes returned from the Internet resource.</returns>
<exception cref="T:System.NotSupportedException">Any attempt is made to get or set the property, when the property is not overridden in a descendant class. </exception>
<PermissionSet>
<IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" />
</PermissionSet>
</member>
<member name="P:System.Net.WebResponse.ContentType">
<summary>When overridden in a derived class, gets or sets the content type of the data being received.</summary>
<returns>A string that contains the content type of the response.</returns>
<exception cref="T:System.NotSupportedException">Any attempt is made to get or set the property, when the property is not overridden in a descendant class. </exception>
<PermissionSet>
<IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" />
</PermissionSet>
</member>
<member name="M:System.Net.WebResponse.Dispose">
<summary>Releases the unmanaged resources used by the <see cref="T:System.Net.WebResponse" /> object.</summary>
</member>
<member name="M:System.Net.WebResponse.Dispose(System.Boolean)">
<summary>Releases the unmanaged resources used by the <see cref="T:System.Net.WebResponse" /> object, and optionally disposes of the managed resources.</summary>
<param name="disposing">true to release both managed and unmanaged resources; false to releases only unmanaged resources. </param>
</member>
<member name="M:System.Net.WebResponse.GetResponseStream">
<summary>When overridden in a descendant class, returns the data stream from the Internet resource.</summary>
<returns>An instance of the <see cref="T:System.IO.Stream" /> class for reading data from the Internet resource.</returns>
<exception cref="T:System.NotSupportedException">Any attempt is made to access the method, when the method is not overridden in a descendant class. </exception>
<PermissionSet>
<IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" />
</PermissionSet>
</member>
<member name="P:System.Net.WebResponse.Headers">
<summary>When overridden in a derived class, gets a collection of header name-value pairs associated with this request.</summary>
<returns>An instance of the <see cref="T:System.Net.WebHeaderCollection" /> class that contains header values associated with this response.</returns>
<exception cref="T:System.NotSupportedException">Any attempt is made to get or set the property, when the property is not overridden in a descendant class. </exception>
<PermissionSet>
<IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" />
</PermissionSet>
</member>
<member name="P:System.Net.WebResponse.ResponseUri">
<summary>When overridden in a derived class, gets the URI of the Internet resource that actually responded to the request.</summary>
<returns>An instance of the <see cref="T:System.Uri" /> class that contains the URI of the Internet resource that actually responded to the request.</returns>
<exception cref="T:System.NotSupportedException">Any attempt is made to get or set the property, when the property is not overridden in a descendant class. </exception>
<PermissionSet>
<IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" />
</PermissionSet>
</member>
<member name="P:System.Net.WebResponse.SupportsHeaders">
<summary>Gets a value that indicates if headers are supported.</summary>
<returns>Returns <see cref="T:System.Boolean" />.true if headers are supported; otherwise, false.</returns>
</member>
</members>
</doc>

View File

@@ -1,910 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>System.Xml.XmlSerializer</name>
</assembly>
<members>
<member name="T:System.Xml.Serialization.IXmlSerializable">
<summary>Provides custom formatting for XML serialization and deserialization.</summary>
</member>
<member name="M:System.Xml.Serialization.IXmlSerializable.GetSchema">
<summary>This method is reserved and should not be used. When implementing the IXmlSerializable interface, you should return null (Nothing in Visual Basic) from this method, and instead, if specifying a custom schema is required, apply the <see cref="T:System.Xml.Serialization.XmlSchemaProviderAttribute" /> to the class.</summary>
<returns>An <see cref="T:System.Xml.Schema.XmlSchema" /> that describes the XML representation of the object that is produced by the <see cref="M:System.Xml.Serialization.IXmlSerializable.WriteXml(System.Xml.XmlWriter)" /> method and consumed by the <see cref="M:System.Xml.Serialization.IXmlSerializable.ReadXml(System.Xml.XmlReader)" /> method.</returns>
</member>
<member name="M:System.Xml.Serialization.IXmlSerializable.ReadXml(System.Xml.XmlReader)">
<summary>Generates an object from its XML representation.</summary>
<param name="reader">The <see cref="T:System.Xml.XmlReader" /> stream from which the object is deserialized. </param>
</member>
<member name="M:System.Xml.Serialization.IXmlSerializable.WriteXml(System.Xml.XmlWriter)">
<summary>Converts an object into its XML representation.</summary>
<param name="writer">The <see cref="T:System.Xml.XmlWriter" /> stream to which the object is serialized. </param>
</member>
<member name="T:System.Xml.Serialization.XmlAnyAttributeAttribute">
<summary>Specifies that the member (a field that returns an array of <see cref="T:System.Xml.XmlAttribute" /> objects) can contain any XML attributes.</summary>
</member>
<member name="M:System.Xml.Serialization.XmlAnyAttributeAttribute.#ctor">
<summary>Constructs a new instance of the <see cref="T:System.Xml.Serialization.XmlAnyAttributeAttribute" /> class.</summary>
</member>
<member name="T:System.Xml.Serialization.XmlAnyElementAttribute">
<summary>Specifies that the member (a field that returns an array of <see cref="T:System.Xml.XmlElement" /> or <see cref="T:System.Xml.XmlNode" /> objects) contains objects that represent any XML element that has no corresponding member in the object being serialized or deserialized.</summary>
</member>
<member name="M:System.Xml.Serialization.XmlAnyElementAttribute.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlAnyElementAttribute" /> class.</summary>
</member>
<member name="M:System.Xml.Serialization.XmlAnyElementAttribute.#ctor(System.String)">
<summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlAnyElementAttribute" /> class and specifies the XML element name generated in the XML document.</summary>
<param name="name">The name of the XML element that the <see cref="T:System.Xml.Serialization.XmlSerializer" /> generates. </param>
</member>
<member name="M:System.Xml.Serialization.XmlAnyElementAttribute.#ctor(System.String,System.String)">
<summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlAnyElementAttribute" /> class and specifies the XML element name generated in the XML document and its XML namespace.</summary>
<param name="name">The name of the XML element that the <see cref="T:System.Xml.Serialization.XmlSerializer" /> generates. </param>
<param name="ns">The XML namespace of the XML element. </param>
</member>
<member name="P:System.Xml.Serialization.XmlAnyElementAttribute.Name">
<summary>Gets or sets the XML element name.</summary>
<returns>The name of the XML element.</returns>
<exception cref="T:System.InvalidOperationException">The element name of an array member does not match the element name specified by the <see cref="P:System.Xml.Serialization.XmlAnyElementAttribute.Name" /> property. </exception>
</member>
<member name="P:System.Xml.Serialization.XmlAnyElementAttribute.Namespace">
<summary>Gets or sets the XML namespace generated in the XML document.</summary>
<returns>An XML namespace.</returns>
</member>
<member name="P:System.Xml.Serialization.XmlAnyElementAttribute.Order">
<summary>Gets or sets the explicit order in which the elements are serialized or deserialized.</summary>
<returns>The order of the code generation.</returns>
</member>
<member name="T:System.Xml.Serialization.XmlAnyElementAttributes">
<summary>Represents a collection of <see cref="T:System.Xml.Serialization.XmlAnyElementAttribute" /> objects.</summary>
</member>
<member name="M:System.Xml.Serialization.XmlAnyElementAttributes.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlAnyElementAttributes" /> class. </summary>
</member>
<member name="M:System.Xml.Serialization.XmlAnyElementAttributes.Add(System.Xml.Serialization.XmlAnyElementAttribute)">
<summary>Adds an <see cref="T:System.Xml.Serialization.XmlAnyElementAttribute" /> to the collection.</summary>
<returns>The index of the newly added <see cref="T:System.Xml.Serialization.XmlAnyElementAttribute" />.</returns>
<param name="attribute">The <see cref="T:System.Xml.Serialization.XmlAnyElementAttribute" /> to add. </param>
</member>
<member name="M:System.Xml.Serialization.XmlAnyElementAttributes.Clear">
<summary>Removes all objects from the <see cref="T:System.Collections.CollectionBaseinstance" />. This method cannot be overridden.</summary>
</member>
<member name="M:System.Xml.Serialization.XmlAnyElementAttributes.Contains(System.Xml.Serialization.XmlAnyElementAttribute)">
<summary>Gets a value that indicates whether the specified <see cref="T:System.Xml.Serialization.XmlAnyElementAttribute" /> exists in the collection.</summary>
<returns>true if the <see cref="T:System.Xml.Serialization.XmlAnyElementAttribute" /> exists in the collection; otherwise, false.</returns>
<param name="attribute">The <see cref="T:System.Xml.Serialization.XmlAnyElementAttribute" /> you are interested in. </param>
</member>
<member name="M:System.Xml.Serialization.XmlAnyElementAttributes.CopyTo(System.Xml.Serialization.XmlAnyElementAttribute[],System.Int32)">
<summary>Copies the entire collection to a compatible one-dimensional array of <see cref="T:System.Xml.Serialization.XmlElementAttribute" /> objects, starting at the specified index of the target array. </summary>
<param name="array">The one-dimensional array of <see cref="T:System.Xml.Serialization.XmlElementAttribute" /> objects that is the destination of the elements copied from the collection. The array must have zero-based indexing.</param>
<param name="index">The zero-based index in <paramref name="array" /> at which copying begins.</param>
</member>
<member name="P:System.Xml.Serialization.XmlAnyElementAttributes.Count">
<summary>Gets the number of elements contained in the <see cref="T:System.Collections.CollectionBase" /> instance.</summary>
<returns>The number of elements contained in the <see cref="T:System.Collections.CollectionBase" /> instance.</returns>
</member>
<member name="M:System.Xml.Serialization.XmlAnyElementAttributes.GetEnumerator">
<summary>Returns an enumerator that iterates through the <see cref="T:System.Collections.CollectionBaseinstance" />.</summary>
<returns>An enumerator that iterates through the <see cref="T:System.Collections.CollectionBaseinstance" />.</returns>
</member>
<member name="M:System.Xml.Serialization.XmlAnyElementAttributes.IndexOf(System.Xml.Serialization.XmlAnyElementAttribute)">
<summary>Gets the index of the specified <see cref="T:System.Xml.Serialization.XmlAnyElementAttribute" />.</summary>
<returns>The index of the specified <see cref="T:System.Xml.Serialization.XmlAnyElementAttribute" />.</returns>
<param name="attribute">The <see cref="T:System.Xml.Serialization.XmlAnyElementAttribute" /> whose index you want. </param>
</member>
<member name="M:System.Xml.Serialization.XmlAnyElementAttributes.Insert(System.Int32,System.Xml.Serialization.XmlAnyElementAttribute)">
<summary>Inserts an <see cref="T:System.Xml.Serialization.XmlAnyElementAttribute" /> into the collection at the specified index.</summary>
<param name="index">The index where the <see cref="T:System.Xml.Serialization.XmlAnyElementAttribute" /> is inserted. </param>
<param name="attribute">The <see cref="T:System.Xml.Serialization.XmlAnyElementAttribute" /> to insert. </param>
</member>
<member name="P:System.Xml.Serialization.XmlAnyElementAttributes.Item(System.Int32)">
<summary>Gets or sets the <see cref="T:System.Xml.Serialization.XmlAnyElementAttribute" /> at the specified index.</summary>
<returns>An <see cref="T:System.Xml.Serialization.XmlAnyElementAttribute" /> at the specified index.</returns>
<param name="index">The index of the <see cref="T:System.Xml.Serialization.XmlAnyElementAttribute" />. </param>
</member>
<member name="M:System.Xml.Serialization.XmlAnyElementAttributes.Remove(System.Xml.Serialization.XmlAnyElementAttribute)">
<summary>Removes the specified <see cref="T:System.Xml.Serialization.XmlAnyElementAttribute" /> from the collection.</summary>
<param name="attribute">The <see cref="T:System.Xml.Serialization.XmlAnyElementAttribute" /> to remove. </param>
</member>
<member name="M:System.Xml.Serialization.XmlAnyElementAttributes.RemoveAt(System.Int32)">
<summary>Removes the element at the specified index of the <see cref="T:System.Collections.CollectionBaseinstance" />. This method cannot be overridden.</summary>
<param name="index">The index of the element to be removed.</param>
</member>
<member name="M:System.Xml.Serialization.XmlAnyElementAttributes.System#Collections#ICollection#CopyTo(System.Array,System.Int32)">
<summary>Copies the entire collection to a compatible one-dimensional array of <see cref="T:System.Xml.Serialization.XmlElementAttribute" /> objects, starting at the specified index of the target array.</summary>
<param name="array">The one-dimensional array.</param>
<param name="index">The specified index.</param>
</member>
<member name="P:System.Xml.Serialization.XmlAnyElementAttributes.System#Collections#ICollection#IsSynchronized">
<summary>Gets a value indicating whether access to the <see cref="T:System.Collections.CollectionBase" /> is synchronized (thread safe).</summary>
<returns>True if the access to the <see cref="T:System.Collections.CollectionBase" /> is synchronized; otherwise, false.</returns>
</member>
<member name="P:System.Xml.Serialization.XmlAnyElementAttributes.System#Collections#ICollection#SyncRoot">
<summary>Gets an object that can be used to synchronize access to the <see cref="T:System.Collections.CollectionBase" />.</summary>
<returns>An object that can be used to synchronize access to the <see cref="T:System.Collections.CollectionBase" />.</returns>
</member>
<member name="M:System.Xml.Serialization.XmlAnyElementAttributes.System#Collections#IList#Add(System.Object)">
<summary>Adds an object to the end of the <see cref="T:System.Collections.CollectionBase" />.</summary>
<returns>The added object to the collection.</returns>
<param name="value">The value of the object to be added to the collection.</param>
</member>
<member name="M:System.Xml.Serialization.XmlAnyElementAttributes.System#Collections#IList#Contains(System.Object)">
<summary>Determines whether the <see cref="T:System.Collections.CollectionBase" /> contains a specific element.</summary>
<returns>True if the <see cref="T:System.Collections.CollectionBase" /> contains a specific element; otherwise, false.</returns>
<param name="value">The value of the element.</param>
</member>
<member name="M:System.Xml.Serialization.XmlAnyElementAttributes.System#Collections#IList#IndexOf(System.Object)">
<summary>Searches for the specified Object and returns the zero-based index of the first occurrence within the entire <see cref="T:System.Collections.CollectionBase" />.</summary>
<returns>The zero-based index of the object.</returns>
<param name="value">The value of the object.</param>
</member>
<member name="M:System.Xml.Serialization.XmlAnyElementAttributes.System#Collections#IList#Insert(System.Int32,System.Object)">
<summary>Inserts an element into the <see cref="T:System.Collections.CollectionBase" /> at the specified index.</summary>
<param name="index">The index where the element will be inserted.</param>
<param name="value">The value of the element.</param>
</member>
<member name="P:System.Xml.Serialization.XmlAnyElementAttributes.System#Collections#IList#IsFixedSize">
<summary>Gets a value indicating whether the <see cref="T:System.Collections.CollectionBasehas" /> a fixed size.</summary>
<returns>True if the <see cref="T:System.Collections.CollectionBasehas" /> a fixed size; otherwise, false.</returns>
</member>
<member name="P:System.Xml.Serialization.XmlAnyElementAttributes.System#Collections#IList#IsReadOnly">
<summary>Gets a value indicating whether the <see cref="T:System.Collections.CollectionBase" /> is read-only.</summary>
<returns>True if the <see cref="T:System.Collections.CollectionBase" /> is read-only; otherwise, false.</returns>
</member>
<member name="P:System.Xml.Serialization.XmlAnyElementAttributes.System#Collections#IList#Item(System.Int32)">
<summary>Gets or sets the element at the specified index.</summary>
<returns>The element at the specified index.</returns>
<param name="index">The index of the element.</param>
</member>
<member name="M:System.Xml.Serialization.XmlAnyElementAttributes.System#Collections#IList#Remove(System.Object)">
<summary>Removes the first occurrence of a specific object from the <see cref="T:System.Collections.CollectionBase" />.</summary>
<param name="value">The value of the removed object.</param>
</member>
<member name="T:System.Xml.Serialization.XmlArrayAttribute">
<summary>Specifies that the <see cref="T:System.Xml.Serialization.XmlSerializer" /> must serialize a particular class member as an array of XML elements.</summary>
</member>
<member name="M:System.Xml.Serialization.XmlArrayAttribute.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlArrayAttribute" /> class.</summary>
</member>
<member name="M:System.Xml.Serialization.XmlArrayAttribute.#ctor(System.String)">
<summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlArrayAttribute" /> class and specifies the XML element name generated in the XML document instance.</summary>
<param name="elementName">The name of the XML element that the <see cref="T:System.Xml.Serialization.XmlSerializer" /> generates. </param>
</member>
<member name="P:System.Xml.Serialization.XmlArrayAttribute.ElementName">
<summary>Gets or sets the XML element name given to the serialized array.</summary>
<returns>The XML element name of the serialized array. The default is the name of the member to which the <see cref="T:System.Xml.Serialization.XmlArrayAttribute" /> is assigned.</returns>
</member>
<member name="P:System.Xml.Serialization.XmlArrayAttribute.Form">
<summary>Gets or sets a value that indicates whether the XML element name generated by the <see cref="T:System.Xml.Serialization.XmlSerializer" /> is qualified or unqualified.</summary>
<returns>One of the <see cref="T:System.Xml.Schema.XmlSchemaForm" /> values. The default is XmlSchemaForm.None.</returns>
</member>
<member name="P:System.Xml.Serialization.XmlArrayAttribute.IsNullable">
<summary>Gets or sets a value that indicates whether the <see cref="T:System.Xml.Serialization.XmlSerializer" /> must serialize a member as an empty XML tag with the xsi:nil attribute set to true.</summary>
<returns>true if the <see cref="T:System.Xml.Serialization.XmlSerializer" /> generates the xsi:nil attribute; otherwise, false.</returns>
</member>
<member name="P:System.Xml.Serialization.XmlArrayAttribute.Namespace">
<summary>Gets or sets the namespace of the XML element.</summary>
<returns>The namespace of the XML element.</returns>
</member>
<member name="P:System.Xml.Serialization.XmlArrayAttribute.Order">
<summary>Gets or sets the explicit order in which the elements are serialized or deserialized.</summary>
<returns>The order of the code generation.</returns>
</member>
<member name="T:System.Xml.Serialization.XmlArrayItemAttribute">
<summary>Represents an attribute that specifies the derived types that the <see cref="T:System.Xml.Serialization.XmlSerializer" /> can place in a serialized array.</summary>
</member>
<member name="M:System.Xml.Serialization.XmlArrayItemAttribute.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlArrayItemAttribute" /> class.</summary>
</member>
<member name="M:System.Xml.Serialization.XmlArrayItemAttribute.#ctor(System.String)">
<summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlArrayItemAttribute" /> class and specifies the name of the XML element generated in the XML document.</summary>
<param name="elementName">The name of the XML element. </param>
</member>
<member name="M:System.Xml.Serialization.XmlArrayItemAttribute.#ctor(System.String,System.Type)">
<summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlArrayItemAttribute" /> class and specifies the name of the XML element generated in the XML document and the <see cref="T:System.Type" /> that can be inserted into the generated XML document.</summary>
<param name="elementName">The name of the XML element. </param>
<param name="type">The <see cref="T:System.Type" /> of the object to serialize. </param>
</member>
<member name="M:System.Xml.Serialization.XmlArrayItemAttribute.#ctor(System.Type)">
<summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlArrayItemAttribute" /> class and specifies the <see cref="T:System.Type" /> that can be inserted into the serialized array.</summary>
<param name="type">The <see cref="T:System.Type" /> of the object to serialize. </param>
</member>
<member name="P:System.Xml.Serialization.XmlArrayItemAttribute.DataType">
<summary>Gets or sets the XML data type of the generated XML element.</summary>
<returns>An XML schema definition (XSD) data type, as defined by the World Wide Web Consortium (www.w3.org) document "XML Schema Part 2: DataTypes".</returns>
</member>
<member name="P:System.Xml.Serialization.XmlArrayItemAttribute.ElementName">
<summary>Gets or sets the name of the generated XML element.</summary>
<returns>The name of the generated XML element. The default is the member identifier.</returns>
</member>
<member name="P:System.Xml.Serialization.XmlArrayItemAttribute.Form">
<summary>Gets or sets a value that indicates whether the name of the generated XML element is qualified.</summary>
<returns>One of the <see cref="T:System.Xml.Schema.XmlSchemaForm" /> values. The default is XmlSchemaForm.None.</returns>
<exception cref="T:System.Exception">The <see cref="P:System.Xml.Serialization.XmlArrayItemAttribute.Form" /> property is set to XmlSchemaForm.Unqualified and a <see cref="P:System.Xml.Serialization.XmlArrayItemAttribute.Namespace" /> value is specified. </exception>
</member>
<member name="P:System.Xml.Serialization.XmlArrayItemAttribute.IsNullable">
<summary>Gets or sets a value that indicates whether the <see cref="T:System.Xml.Serialization.XmlSerializer" /> must serialize a member as an empty XML tag with the xsi:nil attribute set to true.</summary>
<returns>true if the <see cref="T:System.Xml.Serialization.XmlSerializer" /> generates the xsi:nil attribute; otherwise, false, and no instance is generated. The default is true.</returns>
</member>
<member name="P:System.Xml.Serialization.XmlArrayItemAttribute.Namespace">
<summary>Gets or sets the namespace of the generated XML element.</summary>
<returns>The namespace of the generated XML element.</returns>
</member>
<member name="P:System.Xml.Serialization.XmlArrayItemAttribute.NestingLevel">
<summary>Gets or sets the level in a hierarchy of XML elements that the <see cref="T:System.Xml.Serialization.XmlArrayItemAttribute" /> affects.</summary>
<returns>The zero-based index of a set of indexes in an array of arrays.</returns>
</member>
<member name="P:System.Xml.Serialization.XmlArrayItemAttribute.Type">
<summary>Gets or sets the type allowed in an array.</summary>
<returns>A <see cref="T:System.Type" /> that is allowed in the array.</returns>
</member>
<member name="T:System.Xml.Serialization.XmlArrayItemAttributes">
<summary>Represents a collection of <see cref="T:System.Xml.Serialization.XmlArrayItemAttribute" /> objects.</summary>
</member>
<member name="M:System.Xml.Serialization.XmlArrayItemAttributes.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlArrayItemAttributes" /> class. </summary>
</member>
<member name="M:System.Xml.Serialization.XmlArrayItemAttributes.Add(System.Xml.Serialization.XmlArrayItemAttribute)">
<summary>Adds an <see cref="T:System.Xml.Serialization.XmlArrayItemAttribute" /> to the collection.</summary>
<returns>The index of the added item.</returns>
<param name="attribute">The <see cref="T:System.Xml.Serialization.XmlArrayItemAttribute" /> to add to the collection. </param>
</member>
<member name="M:System.Xml.Serialization.XmlArrayItemAttributes.Clear">
<summary>Removes all elements from the <see cref="T:System.Xml.Serialization.XmlArrayItemAttributes" />.</summary>
<exception cref="T:System.NotSupportedException">The <see cref="T:System.Xml.Serialization.XmlArrayItemAttributes" /> is read-only.-or- The <see cref="T:System.Xml.Serialization.XmlArrayItemAttributes" /> has a fixed size. </exception>
</member>
<member name="M:System.Xml.Serialization.XmlArrayItemAttributes.Contains(System.Xml.Serialization.XmlArrayItemAttribute)">
<summary>Determines whether the collection contains the specified <see cref="T:System.Xml.Serialization.XmlArrayItemAttribute" />. </summary>
<returns>true if the collection contains the specified <see cref="T:System.Xml.Serialization.XmlArrayItemAttribute" />; otherwise, false.</returns>
<param name="attribute">The <see cref="T:System.Xml.Serialization.XmlArrayItemAttribute" /> to check for.</param>
</member>
<member name="M:System.Xml.Serialization.XmlArrayItemAttributes.CopyTo(System.Xml.Serialization.XmlArrayItemAttribute[],System.Int32)">
<summary>Copies an <see cref="T:System.Xml.Serialization.XmlArrayItemAttribute" /> array to the collection, starting at a specified target index. </summary>
<param name="array">The array of <see cref="T:System.Xml.Serialization.XmlArrayItemAttribute" /> objects to copy to the collection.</param>
<param name="index">The index at which the copied attributes begin.</param>
</member>
<member name="P:System.Xml.Serialization.XmlArrayItemAttributes.Count">
<summary>Gets the number of elements contained in the <see cref="T:System.Xml.Serialization.XmlArrayItemAttributes" />.</summary>
<returns>The number of elements contained in the <see cref="T:System.Xml.Serialization.XmlArrayItemAttributes" />.</returns>
</member>
<member name="M:System.Xml.Serialization.XmlArrayItemAttributes.GetEnumerator">
<summary>Returns an enumerator for the entire <see cref="T:System.Xml.Serialization.XmlArrayItemAttributes" />.</summary>
<returns>An <see cref="T:System.Collections.IEnumerator" /> for the entire <see cref="T:System.Xml.Serialization.XmlArrayItemAttributes" />.</returns>
</member>
<member name="M:System.Xml.Serialization.XmlArrayItemAttributes.IndexOf(System.Xml.Serialization.XmlArrayItemAttribute)">
<summary>Returns the zero-based index of the first occurrence of the specified <see cref="T:System.Xml.Serialization.XmlArrayItemAttribute" /> in the collection or -1 if the attribute is not found in the collection. </summary>
<returns>The first index of the <see cref="T:System.Xml.Serialization.XmlArrayItemAttribute" /> in the collection or -1 if the attribute is not found in the collection.</returns>
<param name="attribute">The <see cref="T:System.Xml.Serialization.XmlArrayItemAttribute" /> to locate in the collection.</param>
</member>
<member name="M:System.Xml.Serialization.XmlArrayItemAttributes.Insert(System.Int32,System.Xml.Serialization.XmlArrayItemAttribute)">
<summary>Inserts an <see cref="T:System.Xml.Serialization.XmlArrayItemAttribute" /> into the collection at the specified index. </summary>
<param name="index">The index at which the attribute is inserted.</param>
<param name="attribute">The <see cref="T:System.Xml.Serialization.XmlArrayItemAttribute" /> to insert.</param>
</member>
<member name="P:System.Xml.Serialization.XmlArrayItemAttributes.Item(System.Int32)">
<summary>Gets or sets the item at the specified index.</summary>
<returns>The <see cref="T:System.Xml.Serialization.XmlArrayItemAttribute" /> at the specified index.</returns>
<param name="index">The zero-based index of the collection member to get or set. </param>
</member>
<member name="M:System.Xml.Serialization.XmlArrayItemAttributes.Remove(System.Xml.Serialization.XmlArrayItemAttribute)">
<summary>Removes an <see cref="T:System.Xml.Serialization.XmlArrayItemAttribute" /> from the collection, if it is present. </summary>
<param name="attribute">The <see cref="T:System.Xml.Serialization.XmlArrayItemAttribute" /> to remove.</param>
</member>
<member name="M:System.Xml.Serialization.XmlArrayItemAttributes.RemoveAt(System.Int32)">
<summary>Removes the <see cref="T:System.Xml.Serialization.XmlArrayItemAttributes" /> item at the specified index.</summary>
<param name="index">The zero-based index of the item to remove. </param>
<exception cref="T:System.ArgumentOutOfRangeException">
<paramref name="index" /> is not a valid index in the <see cref="T:System.Xml.Serialization.XmlArrayItemAttributes" />. </exception>
<exception cref="T:System.NotSupportedException">The <see cref="T:System.Xml.Serialization.XmlArrayItemAttributes" /> is read-only.-or- The <see cref="T:System.Xml.Serialization.XmlArrayItemAttributes" /> has a fixed size. </exception>
</member>
<member name="M:System.Xml.Serialization.XmlArrayItemAttributes.System#Collections#ICollection#CopyTo(System.Array,System.Int32)">
<summary>Copies the entire <see cref="T:System.Xml.Serialization.XmlArrayItemAttribute" /> to a compatible one-dimensional <see cref="T:System.Array" />, starting at the specified index of the target array.</summary>
<param name="array">The one-dimensional <see cref="T:System.Array" /> that is the destination of the elements copied from <see cref="T:System.Xml.Serialization.XmlArrayItemAttribute" />. The <see cref="T:System.Array" /> must have zero-based indexing. </param>
</member>
<member name="P:System.Xml.Serialization.XmlArrayItemAttributes.System#Collections#ICollection#IsSynchronized">
<summary>Gets a value indicating whether access to the <see cref="T:System.Xml.Serialization.XmlArrayItemAttributes" /> is synchronized (thread safe).</summary>
<returns>true if access to the <see cref="T:System.Xml.Serialization.XmlArrayItemAttributes" /> is synchronized (thread safe); otherwise, false.</returns>
</member>
<member name="P:System.Xml.Serialization.XmlArrayItemAttributes.System#Collections#ICollection#SyncRoot"></member>
<member name="M:System.Xml.Serialization.XmlArrayItemAttributes.System#Collections#IList#Add(System.Object)">
<summary>Adds an object to the end of the <see cref="T:System.Xml.Serialization.XmlArrayItemAttributes" />.</summary>
<returns>The <see cref="T:System.Xml.Serialization.XmlArrayItemAttributes" /> index at which the <paramref name="value" /> has been added.</returns>
<param name="value">The <see cref="T:System.Object" /> to be added to the end of the <see cref="T:System.Xml.Serialization.XmlArrayItemAttributes" />. The value can be null. </param>
<exception cref="T:System.NotSupportedException">The <see cref="T:System.Xml.Serialization.XmlArrayItemAttributes" /> is read-only.-or- The <see cref="T:System.Xml.Serialization.XmlArrayItemAttributes" /> has a fixed size. </exception>
</member>
<member name="M:System.Xml.Serialization.XmlArrayItemAttributes.System#Collections#IList#Contains(System.Object)">
<summary>Determines whether the collection contains the specified <see cref="T:System.Object" />. </summary>
<returns>true if the collection contains the specified <see cref="T:System.Xml.Serialization.XmlArrayItemAttribute" />; otherwise, false.</returns>
</member>
<member name="M:System.Xml.Serialization.XmlArrayItemAttributes.System#Collections#IList#IndexOf(System.Object)">
<summary>Returns the zero-based index of the first occurrence of the specified <see cref="T:System.Object" /> in the collection or -1 if the attribute is not found in the collection. </summary>
<returns>The first index of the <see cref="T:System.Xml.Serialization.XmlArrayItemAttribute" /> in the collection or -1 if the attribute is not found in the collection.</returns>
</member>
<member name="M:System.Xml.Serialization.XmlArrayItemAttributes.System#Collections#IList#Insert(System.Int32,System.Object)">
<summary>Inserts an element into the <see cref="T:System.Xml.Serialization.XmlArrayItemAttributes" /> at the specified index.</summary>
<param name="index">The zero-based index at which <paramref name="value" /> should be inserted. </param>
<param name="value">The <see cref="T:System.Object" /> to insert. The value can be null. </param>
<exception cref="T:System.ArgumentOutOfRangeException">
<paramref name="index" /> is less than zero.-or- <paramref name="index" /> is greater than <see cref="P:System.Xml.Serialization.XmlArrayItemAttributes.Count" />. </exception>
<exception cref="T:System.NotSupportedException">The <see cref="T:System.Xml.Serialization.XmlArrayItemAttributes" /> is read-only.-or- The <see cref="T:System.Xml.Serialization.XmlArrayItemAttributes" /> has a fixed size. </exception>
</member>
<member name="P:System.Xml.Serialization.XmlArrayItemAttributes.System#Collections#IList#IsFixedSize">
<summary>Gets a value indicating whether the <see cref="T:System.Xml.Serialization.XmlArrayItemAttributes" /> has a fixed size.</summary>
<returns>true if the <see cref="T:System.Xml.Serialization.XmlArrayItemAttributes" /> has a fixed size; otherwise, false.</returns>
</member>
<member name="P:System.Xml.Serialization.XmlArrayItemAttributes.System#Collections#IList#IsReadOnly">
<summary>Gets a value indicating whether the <see cref="T:System.Xml.Serialization.XmlArrayItemAttributes" /> is read-only.</summary>
<returns>true if the <see cref="T:System.Xml.Serialization.XmlArrayItemAttributes" /> is read-only; otherwise, false.</returns>
</member>
<member name="P:System.Xml.Serialization.XmlArrayItemAttributes.System#Collections#IList#Item(System.Int32)">
<summary>Gets or sets the item at the specified index.</summary>
<returns>The <see cref="T:System.Xml.Serialization.XmlArrayItemAttribute" /> at the specified index.</returns>
<param name="index">The zero-based index of the collection member to get or set. </param>
</member>
<member name="M:System.Xml.Serialization.XmlArrayItemAttributes.System#Collections#IList#Remove(System.Object)">
<summary>Removes the first occurrence of a specific object from the <see cref="T:System.Xml.Serialization.XmlArrayItemAttributes" />.</summary>
<exception cref="T:System.NotSupportedException">The <see cref="T:System.Xml.Serialization.XmlArrayItemAttributes" /> is read-only.-or- The <see cref="T:System.Xml.Serialization.XmlArrayItemAttributes" /> has a fixed size. </exception>
</member>
<member name="T:System.Xml.Serialization.XmlAttributeAttribute">
<summary>Specifies that the <see cref="T:System.Xml.Serialization.XmlSerializer" /> must serialize the class member as an XML attribute.</summary>
</member>
<member name="M:System.Xml.Serialization.XmlAttributeAttribute.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlAttributeAttribute" /> class.</summary>
</member>
<member name="M:System.Xml.Serialization.XmlAttributeAttribute.#ctor(System.String)">
<summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlAttributeAttribute" /> class and specifies the name of the generated XML attribute.</summary>
<param name="attributeName">The name of the XML attribute that the <see cref="T:System.Xml.Serialization.XmlSerializer" /> generates. </param>
</member>
<member name="M:System.Xml.Serialization.XmlAttributeAttribute.#ctor(System.String,System.Type)">
<summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlAttributeAttribute" /> class.</summary>
<param name="attributeName">The name of the XML attribute that is generated. </param>
<param name="type">The <see cref="T:System.Type" /> used to store the attribute. </param>
</member>
<member name="M:System.Xml.Serialization.XmlAttributeAttribute.#ctor(System.Type)">
<summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlAttributeAttribute" /> class.</summary>
<param name="type">The <see cref="T:System.Type" /> used to store the attribute. </param>
</member>
<member name="P:System.Xml.Serialization.XmlAttributeAttribute.AttributeName">
<summary>Gets or sets the name of the XML attribute.</summary>
<returns>The name of the XML attribute. The default is the member name.</returns>
</member>
<member name="P:System.Xml.Serialization.XmlAttributeAttribute.DataType">
<summary>Gets or sets the XSD data type of the XML attribute generated by the <see cref="T:System.Xml.Serialization.XmlSerializer" />.</summary>
<returns>An XSD (XML Schema Document) data type, as defined by the World Wide Web Consortium (www.w3.org) document named "XML Schema: DataTypes".</returns>
</member>
<member name="P:System.Xml.Serialization.XmlAttributeAttribute.Form">
<summary>Gets or sets a value that indicates whether the XML attribute name generated by the <see cref="T:System.Xml.Serialization.XmlSerializer" /> is qualified.</summary>
<returns>One of the <see cref="T:System.Xml.Schema.XmlSchemaForm" /> values. The default is XmlForm.None.</returns>
</member>
<member name="P:System.Xml.Serialization.XmlAttributeAttribute.Namespace">
<summary>Gets or sets the XML namespace of the XML attribute.</summary>
<returns>The XML namespace of the XML attribute.</returns>
</member>
<member name="P:System.Xml.Serialization.XmlAttributeAttribute.Type">
<summary>Gets or sets the complex type of the XML attribute.</summary>
<returns>The type of the XML attribute.</returns>
</member>
<member name="T:System.Xml.Serialization.XmlAttributeOverrides">
<summary>Allows you to override property, field, and class attributes when you use the <see cref="T:System.Xml.Serialization.XmlSerializer" /> to serialize or deserialize an object.</summary>
</member>
<member name="M:System.Xml.Serialization.XmlAttributeOverrides.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlAttributeOverrides" /> class. </summary>
</member>
<member name="M:System.Xml.Serialization.XmlAttributeOverrides.Add(System.Type,System.String,System.Xml.Serialization.XmlAttributes)">
<summary>Adds an <see cref="T:System.Xml.Serialization.XmlAttributes" /> object to the collection of <see cref="T:System.Xml.Serialization.XmlAttributes" /> objects. The <paramref name="type" /> parameter specifies an object to be overridden. The <paramref name="member" /> parameter specifies the name of a member that is overridden.</summary>
<param name="type">The <see cref="T:System.Type" /> of the object to override. </param>
<param name="member">The name of the member to override. </param>
<param name="attributes">An <see cref="T:System.Xml.Serialization.XmlAttributes" /> object that represents the overriding attributes. </param>
</member>
<member name="M:System.Xml.Serialization.XmlAttributeOverrides.Add(System.Type,System.Xml.Serialization.XmlAttributes)">
<summary>Adds an <see cref="T:System.Xml.Serialization.XmlAttributes" /> object to the collection of <see cref="T:System.Xml.Serialization.XmlAttributes" /> objects. The <paramref name="type" /> parameter specifies an object to be overridden by the <see cref="T:System.Xml.Serialization.XmlAttributes" /> object.</summary>
<param name="type">The <see cref="T:System.Type" /> of the object that is overridden. </param>
<param name="attributes">An <see cref="T:System.Xml.Serialization.XmlAttributes" /> object that represents the overriding attributes. </param>
</member>
<member name="P:System.Xml.Serialization.XmlAttributeOverrides.Item(System.Type)">
<summary>Gets the object associated with the specified, base-class, type.</summary>
<returns>An <see cref="T:System.Xml.Serialization.XmlAttributes" /> that represents the collection of overriding attributes.</returns>
<param name="type">The base class <see cref="T:System.Type" /> that is associated with the collection of attributes you want to retrieve. </param>
</member>
<member name="P:System.Xml.Serialization.XmlAttributeOverrides.Item(System.Type,System.String)">
<summary>Gets the object associated with the specified (base-class) type. The member parameter specifies the base-class member that is overridden.</summary>
<returns>An <see cref="T:System.Xml.Serialization.XmlAttributes" /> that represents the collection of overriding attributes.</returns>
<param name="type">The base class <see cref="T:System.Type" /> that is associated with the collection of attributes you want. </param>
<param name="member">The name of the overridden member that specifies the <see cref="T:System.Xml.Serialization.XmlAttributes" /> to return. </param>
</member>
<member name="T:System.Xml.Serialization.XmlAttributes">
<summary>Represents a collection of attribute objects that control how the <see cref="T:System.Xml.Serialization.XmlSerializer" /> serializes and deserializes an object.</summary>
</member>
<member name="M:System.Xml.Serialization.XmlAttributes.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlAttributes" /> class.</summary>
</member>
<member name="P:System.Xml.Serialization.XmlAttributes.XmlAnyAttribute">
<summary>Gets or sets the <see cref="T:System.Xml.Serialization.XmlAnyAttributeAttribute" /> to override.</summary>
<returns>The <see cref="T:System.Xml.Serialization.XmlAnyAttributeAttribute" /> to override.</returns>
</member>
<member name="P:System.Xml.Serialization.XmlAttributes.XmlAnyElements">
<summary>Gets the collection of <see cref="T:System.Xml.Serialization.XmlAnyElementAttribute" /> objects to override.</summary>
<returns>An <see cref="T:System.Xml.Serialization.XmlAnyElementAttributes" /> object that represents the collection of <see cref="T:System.Xml.Serialization.XmlAnyElementAttribute" /> objects.</returns>
</member>
<member name="P:System.Xml.Serialization.XmlAttributes.XmlArray">
<summary>Gets or sets an object that specifies how the <see cref="T:System.Xml.Serialization.XmlSerializer" /> serializes a public field or read/write property that returns an array.</summary>
<returns>An <see cref="T:System.Xml.Serialization.XmlArrayAttribute" /> that specifies how the <see cref="T:System.Xml.Serialization.XmlSerializer" /> serializes a public field or read/write property that returns an array.</returns>
</member>
<member name="P:System.Xml.Serialization.XmlAttributes.XmlArrayItems">
<summary>Gets or sets a collection of objects that specify how the <see cref="T:System.Xml.Serialization.XmlSerializer" /> serializes items inserted into an array returned by a public field or read/write property.</summary>
<returns>An <see cref="T:System.Xml.Serialization.XmlArrayItemAttributes" /> object that contains a collection of <see cref="T:System.Xml.Serialization.XmlArrayItemAttribute" /> objects.</returns>
</member>
<member name="P:System.Xml.Serialization.XmlAttributes.XmlAttribute">
<summary>Gets or sets an object that specifies how the <see cref="T:System.Xml.Serialization.XmlSerializer" /> serializes a public field or public read/write property as an XML attribute.</summary>
<returns>An <see cref="T:System.Xml.Serialization.XmlAttributeAttribute" /> that controls the serialization of a public field or read/write property as an XML attribute.</returns>
</member>
<member name="P:System.Xml.Serialization.XmlAttributes.XmlChoiceIdentifier">
<summary>Gets or sets an object that allows you to distinguish between a set of choices.</summary>
<returns>An <see cref="T:System.Xml.Serialization.XmlChoiceIdentifierAttribute" /> that can be applied to a class member that is serialized as an xsi:choice element.</returns>
</member>
<member name="P:System.Xml.Serialization.XmlAttributes.XmlDefaultValue">
<summary>Gets or sets the default value of an XML element or attribute.</summary>
<returns>An <see cref="T:System.Object" /> that represents the default value of an XML element or attribute.</returns>
</member>
<member name="P:System.Xml.Serialization.XmlAttributes.XmlElements">
<summary>Gets a collection of objects that specify how the <see cref="T:System.Xml.Serialization.XmlSerializer" /> serializes a public field or read/write property as an XML element.</summary>
<returns>An <see cref="T:System.Xml.Serialization.XmlElementAttributes" /> that contains a collection of <see cref="T:System.Xml.Serialization.XmlElementAttribute" /> objects.</returns>
</member>
<member name="P:System.Xml.Serialization.XmlAttributes.XmlEnum">
<summary>Gets or sets an object that specifies how the <see cref="T:System.Xml.Serialization.XmlSerializer" /> serializes an enumeration member.</summary>
<returns>An <see cref="T:System.Xml.Serialization.XmlEnumAttribute" /> that specifies how the <see cref="T:System.Xml.Serialization.XmlSerializer" /> serializes an enumeration member.</returns>
</member>
<member name="P:System.Xml.Serialization.XmlAttributes.XmlIgnore">
<summary>Gets or sets a value that specifies whether or not the <see cref="T:System.Xml.Serialization.XmlSerializer" /> serializes a public field or public read/write property.</summary>
<returns>true if the <see cref="T:System.Xml.Serialization.XmlSerializer" /> must not serialize the field or property; otherwise, false.</returns>
</member>
<member name="P:System.Xml.Serialization.XmlAttributes.Xmlns">
<summary>Gets or sets a value that specifies whether to keep all namespace declarations when an object containing a member that returns an <see cref="T:System.Xml.Serialization.XmlSerializerNamespaces" /> object is overridden.</summary>
<returns>true if the namespace declarations should be kept; otherwise, false.</returns>
</member>
<member name="P:System.Xml.Serialization.XmlAttributes.XmlRoot">
<summary>Gets or sets an object that specifies how the <see cref="T:System.Xml.Serialization.XmlSerializer" /> serializes a class as an XML root element.</summary>
<returns>An <see cref="T:System.Xml.Serialization.XmlRootAttribute" /> that overrides a class attributed as an XML root element.</returns>
</member>
<member name="P:System.Xml.Serialization.XmlAttributes.XmlText">
<summary>Gets or sets an object that instructs the <see cref="T:System.Xml.Serialization.XmlSerializer" /> to serialize a public field or public read/write property as XML text.</summary>
<returns>An <see cref="T:System.Xml.Serialization.XmlTextAttribute" /> that overrides the default serialization of a public property or field.</returns>
</member>
<member name="P:System.Xml.Serialization.XmlAttributes.XmlType">
<summary>Gets or sets an object that specifies how the <see cref="T:System.Xml.Serialization.XmlSerializer" /> serializes a class to which the <see cref="T:System.Xml.Serialization.XmlTypeAttribute" /> has been applied.</summary>
<returns>An <see cref="T:System.Xml.Serialization.XmlTypeAttribute" /> that overrides an <see cref="T:System.Xml.Serialization.XmlTypeAttribute" /> applied to a class declaration.</returns>
</member>
<member name="T:System.Xml.Serialization.XmlChoiceIdentifierAttribute">
<summary>Specifies that the member can be further detected by using an enumeration.</summary>
</member>
<member name="M:System.Xml.Serialization.XmlChoiceIdentifierAttribute.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlChoiceIdentifierAttribute" /> class.</summary>
</member>
<member name="M:System.Xml.Serialization.XmlChoiceIdentifierAttribute.#ctor(System.String)">
<summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlChoiceIdentifierAttribute" /> class.</summary>
<param name="name">The member name that returns the enumeration used to detect a choice. </param>
</member>
<member name="P:System.Xml.Serialization.XmlChoiceIdentifierAttribute.MemberName">
<summary>Gets or sets the name of the field that returns the enumeration to use when detecting types.</summary>
<returns>The name of a field that returns an enumeration.</returns>
</member>
<member name="T:System.Xml.Serialization.XmlElementAttribute">
<summary>Indicates that a public field or property represents an XML element when the <see cref="T:System.Xml.Serialization.XmlSerializer" /> serializes or deserializes the object that contains it.</summary>
</member>
<member name="M:System.Xml.Serialization.XmlElementAttribute.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlElementAttribute" /> class.</summary>
</member>
<member name="M:System.Xml.Serialization.XmlElementAttribute.#ctor(System.String)">
<summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlElementAttribute" /> class and specifies the name of the XML element.</summary>
<param name="elementName">The XML element name of the serialized member. </param>
</member>
<member name="M:System.Xml.Serialization.XmlElementAttribute.#ctor(System.String,System.Type)">
<summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlElementAttribute" /> and specifies the name of the XML element and a derived type for the member to which the <see cref="T:System.Xml.Serialization.XmlElementAttribute" /> is applied. This member type is used when the <see cref="T:System.Xml.Serialization.XmlSerializer" /> serializes the object that contains it.</summary>
<param name="elementName">The XML element name of the serialized member. </param>
<param name="type">The <see cref="T:System.Type" /> of an object derived from the member's type. </param>
</member>
<member name="M:System.Xml.Serialization.XmlElementAttribute.#ctor(System.Type)">
<summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlElementAttribute" /> class and specifies a type for the member to which the <see cref="T:System.Xml.Serialization.XmlElementAttribute" /> is applied. This type is used by the <see cref="T:System.Xml.Serialization.XmlSerializer" /> when serializing or deserializing object that contains it.</summary>
<param name="type">The <see cref="T:System.Type" /> of an object derived from the member's type. </param>
</member>
<member name="P:System.Xml.Serialization.XmlElementAttribute.DataType">
<summary>Gets or sets the XML Schema definition (XSD) data type of the XML element generated by the <see cref="T:System.Xml.Serialization.XmlSerializer" />.</summary>
<returns>An XML Schema data type, as defined by the World Wide Web Consortium (www.w3.org) document named "XML Schema Part 2: Datatypes".</returns>
<exception cref="T:System.Exception">The XML Schema data type you have specified cannot be mapped to the.NET data type. </exception>
</member>
<member name="P:System.Xml.Serialization.XmlElementAttribute.ElementName">
<summary>Gets or sets the name of the generated XML element.</summary>
<returns>The name of the generated XML element. The default is the member identifier.</returns>
</member>
<member name="P:System.Xml.Serialization.XmlElementAttribute.Form">
<summary>Gets or sets a value that indicates whether the element is qualified.</summary>
<returns>One of the <see cref="T:System.Xml.Schema.XmlSchemaForm" /> values. The default is <see cref="F:System.Xml.Schema.XmlSchemaForm.None" />.</returns>
</member>
<member name="P:System.Xml.Serialization.XmlElementAttribute.IsNullable">
<summary>Gets or sets a value that indicates whether the <see cref="T:System.Xml.Serialization.XmlSerializer" /> must serialize a member that is set to null as an empty tag with the xsi:nil attribute set to true.</summary>
<returns>true if the <see cref="T:System.Xml.Serialization.XmlSerializer" /> generates the xsi:nil attribute; otherwise, false.</returns>
</member>
<member name="P:System.Xml.Serialization.XmlElementAttribute.Namespace">
<summary>Gets or sets the namespace assigned to the XML element that results when the class is serialized.</summary>
<returns>The namespace of the XML element.</returns>
</member>
<member name="P:System.Xml.Serialization.XmlElementAttribute.Order">
<summary>Gets or sets the explicit order in which the elements are serialized or deserialized.</summary>
<returns>The order of the code generation.</returns>
</member>
<member name="P:System.Xml.Serialization.XmlElementAttribute.Type">
<summary>Gets or sets the object type used to represent the XML element.</summary>
<returns>The <see cref="T:System.Type" /> of the member.</returns>
</member>
<member name="T:System.Xml.Serialization.XmlElementAttributes">
<summary>Represents a collection of <see cref="T:System.Xml.Serialization.XmlElementAttribute" /> objects used by the <see cref="T:System.Xml.Serialization.XmlSerializer" /> to override the default way it serializes a class.</summary>
</member>
<member name="M:System.Xml.Serialization.XmlElementAttributes.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlElementAttributes" /> class. </summary>
</member>
<member name="M:System.Xml.Serialization.XmlElementAttributes.Add(System.Xml.Serialization.XmlElementAttribute)">
<summary>Adds an <see cref="T:System.Xml.Serialization.XmlElementAttribute" /> to the collection.</summary>
<returns>The zero-based index of the newly added item.</returns>
<param name="attribute">The <see cref="T:System.Xml.Serialization.XmlElementAttribute" /> to add. </param>
</member>
<member name="M:System.Xml.Serialization.XmlElementAttributes.Clear">
<summary>Removes all elements from the <see cref="T:System.Xml.Serialization.XmlElementAttributes" />.</summary>
<exception cref="T:System.NotSupportedException">The <see cref="T:System.Xml.Serialization.XmlElementAttributes" /> is read-only.-or- The <see cref="T:System.Xml.Serialization.XmlElementAttributes" /> has a fixed size. </exception>
</member>
<member name="M:System.Xml.Serialization.XmlElementAttributes.Contains(System.Xml.Serialization.XmlElementAttribute)">
<summary>Determines whether the collection contains the specified object.</summary>
<returns>true if the object exists in the collection; otherwise, false.</returns>
<param name="attribute">The <see cref="T:System.Xml.Serialization.XmlElementAttribute" /> to look for. </param>
</member>
<member name="M:System.Xml.Serialization.XmlElementAttributes.CopyTo(System.Xml.Serialization.XmlElementAttribute[],System.Int32)">
<summary>Copies the <see cref="T:System.Xml.Serialization.XmlElementAttributes" />, or a portion of it to a one-dimensional array.</summary>
<param name="array">The <see cref="T:System.Xml.Serialization.XmlElementAttribute" /> array to hold the copied elements. </param>
<param name="index">The zero-based index in <paramref name="array" /> at which copying begins. </param>
</member>
<member name="P:System.Xml.Serialization.XmlElementAttributes.Count">
<summary>Gets the number of elements contained in the <see cref="T:System.Xml.Serialization.XmlElementAttributes" />.</summary>
<returns>The number of elements contained in the <see cref="T:System.Xml.Serialization.XmlElementAttributes" />.</returns>
</member>
<member name="M:System.Xml.Serialization.XmlElementAttributes.GetEnumerator">
<summary>Returns an enumerator for the entire <see cref="T:System.Xml.Serialization.XmlElementAttributes" />.</summary>
<returns>An <see cref="T:System.Collections.IEnumerator" /> for the entire <see cref="T:System.Xml.Serialization.XmlElementAttributes" />.</returns>
</member>
<member name="M:System.Xml.Serialization.XmlElementAttributes.IndexOf(System.Xml.Serialization.XmlElementAttribute)">
<summary>Gets the index of the specified <see cref="T:System.Xml.Serialization.XmlElementAttribute" />.</summary>
<returns>The zero-based index of the <see cref="T:System.Xml.Serialization.XmlElementAttribute" />.</returns>
<param name="attribute">The <see cref="T:System.Xml.Serialization.XmlElementAttribute" /> whose index is being retrieved.</param>
</member>
<member name="M:System.Xml.Serialization.XmlElementAttributes.Insert(System.Int32,System.Xml.Serialization.XmlElementAttribute)">
<summary>Inserts an <see cref="T:System.Xml.Serialization.XmlElementAttribute" /> into the collection.</summary>
<param name="index">The zero-based index where the member is inserted. </param>
<param name="attribute">The <see cref="T:System.Xml.Serialization.XmlElementAttribute" /> to insert. </param>
</member>
<member name="P:System.Xml.Serialization.XmlElementAttributes.Item(System.Int32)">
<summary>Gets or sets the element at the specified index.</summary>
<returns>The element at the specified index.</returns>
<param name="index">The zero-based index of the element to get or set. </param>
<exception cref="T:System.ArgumentOutOfRangeException">
<paramref name="index" /> is not a valid index in the <see cref="T:System.Xml.Serialization.XmlElementAttributes" />. </exception>
<exception cref="T:System.NotSupportedException">The property is set and the <see cref="T:System.Xml.Serialization.XmlElementAttributes" /> is read-only. </exception>
</member>
<member name="M:System.Xml.Serialization.XmlElementAttributes.Remove(System.Xml.Serialization.XmlElementAttribute)">
<summary>Removes the specified object from the collection.</summary>
<param name="attribute">The <see cref="T:System.Xml.Serialization.XmlElementAttribute" /> to remove from the collection. </param>
</member>
<member name="M:System.Xml.Serialization.XmlElementAttributes.RemoveAt(System.Int32)">
<summary>Removes the <see cref="T:System.Xml.Serialization.XmlElementAttributes" /> item at the specified index.</summary>
<param name="index">The zero-based index of the item to remove. </param>
<exception cref="T:System.ArgumentOutOfRangeException">
<paramref name="index" /> is not a valid index in the <see cref="T:System.Xml.Serialization.XmlElementAttributes" />. </exception>
<exception cref="T:System.NotSupportedException">The <see cref="T:System.Xml.Serialization.XmlElementAttributes" /> is read-only.-or- The <see cref="T:System.Xml.Serialization.XmlElementAttributes" /> has a fixed size. </exception>
</member>
<member name="M:System.Xml.Serialization.XmlElementAttributes.System#Collections#ICollection#CopyTo(System.Array,System.Int32)">
<summary>Copies the entire <see cref="T:System.Xml.Serialization.XmlElementAttributes" /> to a compatible one-dimensional <see cref="T:System.Array" />, starting at the specified index of the target array.</summary>
<param name="array">The one-dimensional <see cref="T:System.Array" /> that is the destination of the elements copied from <see cref="T:System.Xml.Serialization.XmlElementAttributes" />. The <see cref="T:System.Array" /> must have zero-based indexing. </param>
</member>
<member name="P:System.Xml.Serialization.XmlElementAttributes.System#Collections#ICollection#IsSynchronized">
<summary>Gets a value indicating whether access to the <see cref="T:System.Xml.Serialization.XmlElementAttributes" /> is synchronized (thread safe).</summary>
<returns>true if access to the <see cref="T:System.Xml.Serialization.XmlElementAttributes" /> is synchronized (thread safe); otherwise, false.</returns>
</member>
<member name="P:System.Xml.Serialization.XmlElementAttributes.System#Collections#ICollection#SyncRoot">
<summary>Gets an object that can be used to synchronize access to the <see cref="T:System.Xml.Serialization.XmlElementAttributes" />.</summary>
<returns>An object that can be used to synchronize access to the <see cref="T:System.Xml.Serialization.XmlElementAttributes" />.</returns>
</member>
<member name="M:System.Xml.Serialization.XmlElementAttributes.System#Collections#IList#Add(System.Object)">
<summary>Adds an object to the end of the <see cref="T:System.Xml.Serialization.XmlElementAttributes" />.</summary>
<returns>The <see cref="T:System.Xml.Serialization.XmlElementAttributes" /> index at which the <paramref name="value" /> has been added.</returns>
<param name="value">The <see cref="T:System.Object" /> to be added to the end of the <see cref="T:System.Xml.Serialization.XmlElementAttributes" />. The value can be null. </param>
<exception cref="T:System.NotSupportedException">The <see cref="T:System.Xml.Serialization.XmlElementAttributes" /> is read-only.-or- The <see cref="T:System.Xml.Serialization.XmlElementAttributes" /> has a fixed size. </exception>
</member>
<member name="M:System.Xml.Serialization.XmlElementAttributes.System#Collections#IList#Contains(System.Object)">
<summary>Determines whether the <see cref="T:System.Xml.Serialization.XmlElementAttributes" /> contains a specific value.</summary>
<returns>true if the <see cref="T:System.Object" /> is found in the <see cref="T:System.Xml.Serialization.XmlElementAttributes" />; otherwise, false.</returns>
<param name="value">The object to locate in the <see cref="T:System.Xml.Serialization.XmlElementAttributes" />. </param>
</member>
<member name="M:System.Xml.Serialization.XmlElementAttributes.System#Collections#IList#IndexOf(System.Object)">
<summary>Determines the index of a specific item in the <see cref="T:System.Xml.Serialization.XmlElementAttributes" />.</summary>
<returns>The index of <paramref name="value" /> if found in the list; otherwise, -1.</returns>
<param name="value">The object to locate in the <see cref="T:System.Xml.Serialization.XmlElementAttributes" />. </param>
</member>
<member name="M:System.Xml.Serialization.XmlElementAttributes.System#Collections#IList#Insert(System.Int32,System.Object)">
<summary>Inserts an element into the <see cref="T:System.Xml.Serialization.XmlElementAttributes" /> at the specified index.</summary>
<param name="index">The zero-based index at which <paramref name="value" /> should be inserted. </param>
<param name="value">The <see cref="T:System.Object" /> to insert. The value can be null. </param>
<exception cref="T:System.ArgumentOutOfRangeException">
<paramref name="index" /> is less than zero.-or- <paramref name="index" /> is greater than <see cref="P:System.Xml.Serialization.XmlElementAttributes.Count" />. </exception>
<exception cref="T:System.NotSupportedException">The <see cref="T:System.Xml.Serialization.XmlElementAttributes" /> is read-only.-or- The <see cref="T:System.Xml.Serialization.XmlElementAttributes" /> has a fixed size. </exception>
</member>
<member name="P:System.Xml.Serialization.XmlElementAttributes.System#Collections#IList#IsFixedSize">
<summary>Gets a value indicating whether the <see cref="T:System.Xml.Serialization.XmlElementAttributes" /> has a fixed size.</summary>
<returns>true if the <see cref="T:System.Xml.Serialization.XmlElementAttributes" /> has a fixed size; otherwise, false.</returns>
</member>
<member name="P:System.Xml.Serialization.XmlElementAttributes.System#Collections#IList#IsReadOnly">
<summary>Gets a value indicating whether the <see cref="T:System.Xml.Serialization.XmlElementAttributes" /> is read-only.</summary>
<returns>true if the <see cref="T:System.Xml.Serialization.XmlElementAttributes" /> is read-only; otherwise, false.</returns>
</member>
<member name="P:System.Xml.Serialization.XmlElementAttributes.System#Collections#IList#Item(System.Int32)">
<summary>Gets or sets the element at the specified index.</summary>
<returns>The element at the specified index.</returns>
<param name="index">The zero-based index of the element to get or set. </param>
<exception cref="T:System.ArgumentOutOfRangeException">
<paramref name="index" /> is not a valid index in the <see cref="T:System.Xml.Serialization.XmlElementAttributes" />. </exception>
<exception cref="T:System.NotSupportedException">The property is set and the <see cref="T:System.Xml.Serialization.XmlElementAttributes" /> is read-only. </exception>
</member>
<member name="M:System.Xml.Serialization.XmlElementAttributes.System#Collections#IList#Remove(System.Object)">
<summary>Removes the first occurrence of a specific object from the <see cref="T:System.Xml.Serialization.XmlElementAttributes" />.</summary>
<exception cref="T:System.NotSupportedException">The <see cref="T:System.Xml.Serialization.XmlElementAttributes" /> is read-only.-or- The <see cref="T:System.Xml.Serialization.XmlElementAttributes" /> has a fixed size. </exception>
</member>
<member name="T:System.Xml.Serialization.XmlEnumAttribute">
<summary>Controls how the <see cref="T:System.Xml.Serialization.XmlSerializer" /> serializes an enumeration member.</summary>
</member>
<member name="M:System.Xml.Serialization.XmlEnumAttribute.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlEnumAttribute" /> class.</summary>
</member>
<member name="M:System.Xml.Serialization.XmlEnumAttribute.#ctor(System.String)">
<summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlEnumAttribute" /> class, and specifies the XML value that the <see cref="T:System.Xml.Serialization.XmlSerializer" /> generates or recognizes (when it serializes or deserializes the enumeration, respectively).</summary>
<param name="name">The overriding name of the enumeration member. </param>
</member>
<member name="P:System.Xml.Serialization.XmlEnumAttribute.Name">
<summary>Gets or sets the value generated in an XML-document instance when the <see cref="T:System.Xml.Serialization.XmlSerializer" /> serializes an enumeration, or the value recognized when it deserializes the enumeration member.</summary>
<returns>The value generated in an XML-document instance when the <see cref="T:System.Xml.Serialization.XmlSerializer" /> serializes the enumeration, or the value recognized when it is deserializes the enumeration member.</returns>
</member>
<member name="T:System.Xml.Serialization.XmlIgnoreAttribute">
<summary>Instructs the <see cref="M:System.Xml.Serialization.XmlSerializer.Serialize(System.IO.TextWriter,System.Object)" /> method of the <see cref="T:System.Xml.Serialization.XmlSerializer" /> not to serialize the public field or public read/write property value.</summary>
</member>
<member name="M:System.Xml.Serialization.XmlIgnoreAttribute.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlIgnoreAttribute" /> class.</summary>
</member>
<member name="T:System.Xml.Serialization.XmlIncludeAttribute">
<summary>Allows the <see cref="T:System.Xml.Serialization.XmlSerializer" /> to recognize a type when it serializes or deserializes an object.</summary>
</member>
<member name="M:System.Xml.Serialization.XmlIncludeAttribute.#ctor(System.Type)">
<summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlIncludeAttribute" /> class.</summary>
<param name="type">The <see cref="T:System.Type" /> of the object to include. </param>
</member>
<member name="P:System.Xml.Serialization.XmlIncludeAttribute.Type">
<summary>Gets or sets the type of the object to include.</summary>
<returns>The <see cref="T:System.Type" /> of the object to include.</returns>
</member>
<member name="T:System.Xml.Serialization.XmlNamespaceDeclarationsAttribute">
<summary>Specifies that the target property, parameter, return value, or class member contains prefixes associated with namespaces that are used within an XML document.</summary>
</member>
<member name="M:System.Xml.Serialization.XmlNamespaceDeclarationsAttribute.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlNamespaceDeclarationsAttribute" /> class.</summary>
</member>
<member name="T:System.Xml.Serialization.XmlRootAttribute">
<summary>Controls XML serialization of the attribute target as an XML root element.</summary>
</member>
<member name="M:System.Xml.Serialization.XmlRootAttribute.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlRootAttribute" /> class.</summary>
</member>
<member name="M:System.Xml.Serialization.XmlRootAttribute.#ctor(System.String)">
<summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlRootAttribute" /> class and specifies the name of the XML root element.</summary>
<param name="elementName">The name of the XML root element. </param>
</member>
<member name="P:System.Xml.Serialization.XmlRootAttribute.DataType">
<summary>Gets or sets the XSD data type of the XML root element.</summary>
<returns>An XSD (XML Schema Document) data type, as defined by the World Wide Web Consortium (www.w3.org) document named "XML Schema: DataTypes".</returns>
</member>
<member name="P:System.Xml.Serialization.XmlRootAttribute.ElementName">
<summary>Gets or sets the name of the XML element that is generated and recognized by the <see cref="T:System.Xml.Serialization.XmlSerializer" /> class's <see cref="M:System.Xml.Serialization.XmlSerializer.Serialize(System.IO.TextWriter,System.Object)" /> and <see cref="M:System.Xml.Serialization.XmlSerializer.Deserialize(System.IO.Stream)" /> methods, respectively.</summary>
<returns>The name of the XML root element that is generated and recognized in an XML-document instance. The default is the name of the serialized class.</returns>
</member>
<member name="P:System.Xml.Serialization.XmlRootAttribute.IsNullable">
<summary>Gets or sets a value that indicates whether the <see cref="T:System.Xml.Serialization.XmlSerializer" /> must serialize a member that is set to null into the xsi:nil attribute set to true.</summary>
<returns>true if the <see cref="T:System.Xml.Serialization.XmlSerializer" /> generates the xsi:nil attribute; otherwise, false.</returns>
</member>
<member name="P:System.Xml.Serialization.XmlRootAttribute.Namespace">
<summary>Gets or sets the namespace for the XML root element.</summary>
<returns>The namespace for the XML element.</returns>
</member>
<member name="T:System.Xml.Serialization.XmlSchemaProviderAttribute">
<summary>When applied to a type, stores the name of a static method of the type that returns an XML schema and a <see cref="T:System.Xml.XmlQualifiedName" /> (or <see cref="T:System.Xml.Schema.XmlSchemaType" /> for anonymous types) that controls the serialization of the type.</summary>
</member>
<member name="M:System.Xml.Serialization.XmlSchemaProviderAttribute.#ctor(System.String)">
<summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlSchemaProviderAttribute" /> class, taking the name of the static method that supplies the type's XML schema.</summary>
<param name="methodName">The name of the static method that must be implemented.</param>
</member>
<member name="P:System.Xml.Serialization.XmlSchemaProviderAttribute.IsAny">
<summary>Gets or sets a value that determines whether the target class is a wildcard, or that the schema for the class has contains only an xs:any element.</summary>
<returns>true, if the class is a wildcard, or if the schema contains only the xs:any element; otherwise, false.</returns>
</member>
<member name="P:System.Xml.Serialization.XmlSchemaProviderAttribute.MethodName">
<summary>Gets the name of the static method that supplies the type's XML schema and the name of its XML Schema data type.</summary>
<returns>The name of the method that is invoked by the XML infrastructure to return an XML schema.</returns>
</member>
<member name="T:System.Xml.Serialization.XmlSerializer">
<summary>Serializes and deserializes objects into and from XML documents. The <see cref="T:System.Xml.Serialization.XmlSerializer" /> enables you to control how objects are encoded into XML.</summary>
</member>
<member name="M:System.Xml.Serialization.XmlSerializer.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlSerializer" /> class.</summary>
</member>
<member name="M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type)">
<summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlSerializer" /> class that can serialize objects of the specified type into XML documents, and deserialize XML documents into objects of the specified type.</summary>
<param name="type">The type of the object that this <see cref="T:System.Xml.Serialization.XmlSerializer" /> can serialize. </param>
</member>
<member name="M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.String)">
<summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlSerializer" /> class that can serialize objects of the specified type into XML documents, and deserialize XML documents into objects of the specified type. Specifies the default namespace for all the XML elements.</summary>
<param name="type">The type of the object that this <see cref="T:System.Xml.Serialization.XmlSerializer" /> can serialize. </param>
<param name="defaultNamespace">The default namespace to use for all the XML elements. </param>
</member>
<member name="M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.Type[])">
<summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlSerializer" /> class that can serialize objects of the specified type into XML documents, and deserialize XML documents into object of a specified type. If a property or field returns an array, the <paramref name="extraTypes" /> parameter specifies objects that can be inserted into the array.</summary>
<param name="type">The type of the object that this <see cref="T:System.Xml.Serialization.XmlSerializer" /> can serialize. </param>
<param name="extraTypes">A <see cref="T:System.Type" /> array of additional object types to serialize. </param>
</member>
<member name="M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.Xml.Serialization.XmlAttributeOverrides)">
<summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlSerializer" /> class that can serialize objects of the specified type into XML documents, and deserialize XML documents into objects of the specified type. Each object to be serialized can itself contain instances of classes, which this overload can override with other classes.</summary>
<param name="type">The type of the object to serialize. </param>
<param name="overrides">An <see cref="T:System.Xml.Serialization.XmlAttributeOverrides" />. </param>
</member>
<member name="M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.Xml.Serialization.XmlAttributeOverrides,System.Type[],System.Xml.Serialization.XmlRootAttribute,System.String)">
<summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlSerializer" /> class that can serialize objects of type <see cref="T:System.Object" /> into XML document instances, and deserialize XML document instances into objects of type <see cref="T:System.Object" />. Each object to be serialized can itself contain instances of classes, which this overload overrides with other classes. This overload also specifies the default namespace for all the XML elements and the class to use as the XML root element.</summary>
<param name="type">The type of the object that this <see cref="T:System.Xml.Serialization.XmlSerializer" /> can serialize. </param>
<param name="overrides">An <see cref="T:System.Xml.Serialization.XmlAttributeOverrides" /> that extends or overrides the behavior of the class specified in the <paramref name="type" /> parameter. </param>
<param name="extraTypes">A <see cref="T:System.Type" /> array of additional object types to serialize. </param>
<param name="root">An <see cref="T:System.Xml.Serialization.XmlRootAttribute" /> that defines the XML root element properties. </param>
<param name="defaultNamespace">The default namespace of all XML elements in the XML document. </param>
</member>
<member name="M:System.Xml.Serialization.XmlSerializer.#ctor(System.Type,System.Xml.Serialization.XmlRootAttribute)">
<summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlSerializer" /> class that can serialize objects of the specified type into XML documents, and deserialize an XML document into object of the specified type. It also specifies the class to use as the XML root element.</summary>
<param name="type">The type of the object that this <see cref="T:System.Xml.Serialization.XmlSerializer" /> can serialize. </param>
<param name="root">An <see cref="T:System.Xml.Serialization.XmlRootAttribute" /> that represents the XML root element. </param>
</member>
<member name="M:System.Xml.Serialization.XmlSerializer.CanDeserialize(System.Xml.XmlReader)">
<summary>Gets a value that indicates whether this <see cref="T:System.Xml.Serialization.XmlSerializer" /> can deserialize a specified XML document.</summary>
<returns>true if this <see cref="T:System.Xml.Serialization.XmlSerializer" /> can deserialize the object that the <see cref="T:System.Xml.XmlReader" /> points to; otherwise, false.</returns>
<param name="xmlReader">An <see cref="T:System.Xml.XmlReader" /> that points to the document to deserialize. </param>
</member>
<member name="M:System.Xml.Serialization.XmlSerializer.Deserialize(System.IO.Stream)">
<summary>Deserializes the XML document contained by the specified <see cref="T:System.IO.Stream" />.</summary>
<returns>The <see cref="T:System.Object" /> being deserialized.</returns>
<param name="stream">The <see cref="T:System.IO.Stream" /> that contains the XML document to deserialize. </param>
</member>
<member name="M:System.Xml.Serialization.XmlSerializer.Deserialize(System.IO.TextReader)">
<summary>Deserializes the XML document contained by the specified <see cref="T:System.IO.TextReader" />.</summary>
<returns>The <see cref="T:System.Object" /> being deserialized.</returns>
<param name="textReader">The <see cref="T:System.IO.TextReader" /> that contains the XML document to deserialize. </param>
<exception cref="T:System.InvalidOperationException">An error occurred during deserialization. The original exception is available using the <see cref="P:System.Exception.InnerException" /> property. </exception>
</member>
<member name="M:System.Xml.Serialization.XmlSerializer.Deserialize(System.Xml.XmlReader)">
<summary>Deserializes the XML document contained by the specified <see cref="T:System.xml.XmlReader" />.</summary>
<returns>The <see cref="T:System.Object" /> being deserialized.</returns>
<param name="xmlReader">The <see cref="T:System.xml.XmlReader" /> that contains the XML document to deserialize. </param>
<exception cref="T:System.InvalidOperationException">An error occurred during deserialization. The original exception is available using the <see cref="P:System.Exception.InnerException" /> property. </exception>
</member>
<member name="M:System.Xml.Serialization.XmlSerializer.FromTypes(System.Type[])">
<summary>Returns an array of <see cref="T:System.Xml.Serialization.XmlSerializer" /> objects created from an array of types.</summary>
<returns>An array of <see cref="T:System.Xml.Serialization.XmlSerializer" /> objects.</returns>
<param name="types">An array of <see cref="T:System.Type" /> objects. </param>
</member>
<member name="M:System.Xml.Serialization.XmlSerializer.Serialize(System.IO.Stream,System.Object)">
<summary>Serializes the specified <see cref="T:System.Object" /> and writes the XML document to a file using the specified <see cref="T:System.IO.Stream" />.</summary>
<param name="stream">The <see cref="T:System.IO.Stream" /> used to write the XML document. </param>
<param name="o">The <see cref="T:System.Object" /> to serialize. </param>
<exception cref="T:System.InvalidOperationException">An error occurred during serialization. The original exception is available using the <see cref="P:System.Exception.InnerException" /> property. </exception>
</member>
<member name="M:System.Xml.Serialization.XmlSerializer.Serialize(System.IO.Stream,System.Object,System.Xml.Serialization.XmlSerializerNamespaces)">
<summary>Serializes the specified <see cref="T:System.Object" /> and writes the XML document to a file using the specified <see cref="T:System.IO.Stream" />that references the specified namespaces.</summary>
<param name="stream">The <see cref="T:System.IO.Stream" /> used to write the XML document. </param>
<param name="o">The <see cref="T:System.Object" /> to serialize. </param>
<param name="namespaces">The <see cref="T:System.Xml.Serialization.XmlSerializerNamespaces" /> referenced by the object. </param>
<exception cref="T:System.InvalidOperationException">An error occurred during serialization. The original exception is available using the <see cref="P:System.Exception.InnerException" /> property. </exception>
</member>
<member name="M:System.Xml.Serialization.XmlSerializer.Serialize(System.IO.TextWriter,System.Object)">
<summary>Serializes the specified <see cref="T:System.Object" /> and writes the XML document to a file using the specified <see cref="T:System.IO.TextWriter" />.</summary>
<param name="textWriter">The <see cref="T:System.IO.TextWriter" /> used to write the XML document. </param>
<param name="o">The <see cref="T:System.Object" /> to serialize. </param>
</member>
<member name="M:System.Xml.Serialization.XmlSerializer.Serialize(System.IO.TextWriter,System.Object,System.Xml.Serialization.XmlSerializerNamespaces)">
<summary>Serializes the specified <see cref="T:System.Object" /> and writes the XML document to a file using the specified <see cref="T:System.IO.TextWriter" /> and references the specified namespaces.</summary>
<param name="textWriter">The <see cref="T:System.IO.TextWriter" /> used to write the XML document. </param>
<param name="o">The <see cref="T:System.Object" /> to serialize. </param>
<param name="namespaces">The <see cref="T:System.Xml.Serialization.XmlSerializerNamespaces" /> that contains namespaces for the generated XML document. </param>
<exception cref="T:System.InvalidOperationException">An error occurred during serialization. The original exception is available using the <see cref="P:System.Exception.InnerException" /> property. </exception>
</member>
<member name="M:System.Xml.Serialization.XmlSerializer.Serialize(System.Xml.XmlWriter,System.Object)">
<summary>Serializes the specified <see cref="T:System.Object" /> and writes the XML document to a file using the specified <see cref="T:System.Xml.XmlWriter" />.</summary>
<param name="xmlWriter">The <see cref="T:System.xml.XmlWriter" /> used to write the XML document. </param>
<param name="o">The <see cref="T:System.Object" /> to serialize. </param>
<exception cref="T:System.InvalidOperationException">An error occurred during serialization. The original exception is available using the <see cref="P:System.Exception.InnerException" /> property. </exception>
</member>
<member name="M:System.Xml.Serialization.XmlSerializer.Serialize(System.Xml.XmlWriter,System.Object,System.Xml.Serialization.XmlSerializerNamespaces)">
<summary>Serializes the specified <see cref="T:System.Object" /> and writes the XML document to a file using the specified <see cref="T:System.Xml.XmlWriter" /> and references the specified namespaces.</summary>
<param name="xmlWriter">The <see cref="T:System.xml.XmlWriter" /> used to write the XML document. </param>
<param name="o">The <see cref="T:System.Object" /> to serialize. </param>
<param name="namespaces">The <see cref="T:System.Xml.Serialization.XmlSerializerNamespaces" /> referenced by the object. </param>
<exception cref="T:System.InvalidOperationException">An error occurred during serialization. The original exception is available using the <see cref="P:System.Exception.InnerException" /> property. </exception>
</member>
<member name="T:System.Xml.Serialization.XmlSerializerNamespaces">
<summary>Contains the XML namespaces and prefixes that the <see cref="T:System.Xml.Serialization.XmlSerializer" /> uses to generate qualified names in an XML-document instance.</summary>
</member>
<member name="M:System.Xml.Serialization.XmlSerializerNamespaces.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlSerializerNamespaces" /> class.</summary>
</member>
<member name="M:System.Xml.Serialization.XmlSerializerNamespaces.#ctor(System.Xml.Serialization.XmlSerializerNamespaces)">
<summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlSerializerNamespaces" /> class, using the specified instance of XmlSerializerNamespaces containing the collection of prefix and namespace pairs.</summary>
<param name="namespaces">An instance of the <see cref="T:System.Xml.Serialization.XmlSerializerNamespaces" />containing the namespace and prefix pairs. </param>
</member>
<member name="M:System.Xml.Serialization.XmlSerializerNamespaces.#ctor(System.Xml.XmlQualifiedName[])">
<summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlSerializerNamespaces" /> class.</summary>
<param name="namespaces">An array of <see cref="T:System.Xml.XmlQualifiedName" /> objects. </param>
</member>
<member name="M:System.Xml.Serialization.XmlSerializerNamespaces.Add(System.String,System.String)">
<summary>Adds a prefix and namespace pair to an <see cref="T:System.Xml.Serialization.XmlSerializerNamespaces" /> object.</summary>
<param name="prefix">The prefix associated with an XML namespace. </param>
<param name="ns">An XML namespace. </param>
</member>
<member name="P:System.Xml.Serialization.XmlSerializerNamespaces.Count">
<summary>Gets the number of prefix and namespace pairs in the collection.</summary>
<returns>The number of prefix and namespace pairs in the collection.</returns>
</member>
<member name="M:System.Xml.Serialization.XmlSerializerNamespaces.ToArray">
<summary>Gets the array of prefix and namespace pairs in an <see cref="T:System.Xml.Serialization.XmlSerializerNamespaces" /> object.</summary>
<returns>An array of <see cref="T:System.Xml.XmlQualifiedName" /> objects that are used as qualified names in an XML document.</returns>
</member>
<member name="T:System.Xml.Serialization.XmlTextAttribute">
<summary>Indicates to the <see cref="T:System.Xml.Serialization.XmlSerializer" /> that the member must be treated as XML text when the class that contains it is serialized or deserialized.</summary>
</member>
<member name="M:System.Xml.Serialization.XmlTextAttribute.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlTextAttribute" /> class.</summary>
</member>
<member name="M:System.Xml.Serialization.XmlTextAttribute.#ctor(System.Type)">
<summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlTextAttribute" /> class.</summary>
<param name="type">The <see cref="T:System.Type" /> of the member to be serialized. </param>
</member>
<member name="P:System.Xml.Serialization.XmlTextAttribute.DataType">
<summary>Gets or sets the XML Schema definition language (XSD) data type of the text generated by the <see cref="T:System.Xml.Serialization.XmlSerializer" />.</summary>
<returns>An XML Schema (XSD) data type, as defined by the World Wide Web Consortium (www.w3.org) document "XML Schema Part 2: Datatypes".</returns>
<exception cref="T:System.Exception">The XML Schema data type you have specified cannot be mapped to the .NET data type. </exception>
<exception cref="T:System.InvalidOperationException">The XML Schema data type you have specified is invalid for the property and cannot be converted to the member type. </exception>
</member>
<member name="P:System.Xml.Serialization.XmlTextAttribute.Type">
<summary>Gets or sets the type of the member.</summary>
<returns>The <see cref="T:System.Type" /> of the member.</returns>
</member>
<member name="T:System.Xml.Serialization.XmlTypeAttribute">
<summary>Controls the XML schema that is generated when the attribute target is serialized by the <see cref="T:System.Xml.Serialization.XmlSerializer" />.</summary>
</member>
<member name="M:System.Xml.Serialization.XmlTypeAttribute.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlTypeAttribute" /> class.</summary>
</member>
<member name="M:System.Xml.Serialization.XmlTypeAttribute.#ctor(System.String)">
<summary>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlTypeAttribute" /> class and specifies the name of the XML type.</summary>
<param name="typeName">The name of the XML type that the <see cref="T:System.Xml.Serialization.XmlSerializer" /> generates when it serializes the class instance (and recognizes when it deserializes the class instance). </param>
</member>
<member name="P:System.Xml.Serialization.XmlTypeAttribute.AnonymousType">
<summary>Gets or sets a value that determines whether the resulting schema type is an XSD anonymous type.</summary>
<returns>true, if the resulting schema type is an XSD anonymous type; otherwise, false.</returns>
</member>
<member name="P:System.Xml.Serialization.XmlTypeAttribute.IncludeInSchema">
<summary>Gets or sets a value that indicates whether to include the type in XML schema documents.</summary>
<returns>true to include the type in XML schema documents; otherwise, false.</returns>
</member>
<member name="P:System.Xml.Serialization.XmlTypeAttribute.Namespace">
<summary>Gets or sets the namespace of the XML type.</summary>
<returns>The namespace of the XML type.</returns>
</member>
<member name="P:System.Xml.Serialization.XmlTypeAttribute.TypeName">
<summary>Gets or sets the name of the XML type.</summary>
<returns>The name of the XML type.</returns>
</member>
</members>
</doc>

View File

@@ -1,10 +1,6 @@
C:\Users\GBE\Source\Repos\ModernKeePass\ModernKeePassLib\bin\Debug\ModernKeePassLib.dll
C:\Users\GBE\Source\Repos\ModernKeePass\ModernKeePassLib\bin\Debug\ModernKeePassLib.pdb
C:\Users\GBE\Source\Repos\ModernKeePass\ModernKeePassLib\bin\Debug\System.Net.Requests.dll
C:\Users\GBE\Source\Repos\ModernKeePass\ModernKeePassLib\bin\Debug\System.Xml.XmlSerializer.dll
C:\Users\GBE\Source\Repos\ModernKeePass\ModernKeePassLib\bin\Debug\Windows.winmd
C:\Users\GBE\Source\Repos\ModernKeePass\ModernKeePassLib\bin\Debug\System.Net.Requests.xml
C:\Users\GBE\Source\Repos\ModernKeePass\ModernKeePassLib\bin\Debug\System.Xml.XmlSerializer.xml
C:\Users\GBE\Source\Repos\ModernKeePass\ModernKeePassLib\bin\Debug\Windows.xml
C:\Users\GBE\Source\Repos\ModernKeePass\ModernKeePassLib\obj\Debug\ModernKeePassLib.csprojResolveAssemblyReference.cache
C:\Users\GBE\Source\Repos\ModernKeePass\ModernKeePassLib\obj\Debug\ModernKeePassLib.dll

View File

@@ -1,9 +1,11 @@
{
"supports": {},
"dependencies": {
"Microsoft.NETCore.Portable.Compatibility": "1.0.1",
"Microsoft.NETCore.Portable.Compatibility": "1.0.2",
"NETStandard.Library": "2.0.0",
"System.Runtime.WindowsRuntime": "4.3.0"
"System.Net.Requests": "4.3.0",
"System.Runtime.WindowsRuntime": "4.3.0",
"System.Xml.XmlSerializer": "4.3.0"
},
"frameworks": {
"netstandard1.2": {}

View File

@@ -15,7 +15,7 @@
"lib/netstandard1.0/_._": {}
}
},
"Microsoft.NETCore.Portable.Compatibility/1.0.1": {
"Microsoft.NETCore.Portable.Compatibility/1.0.2": {
"type": "package",
"dependencies": {
"Microsoft.NETCore.Runtime.CoreCLR": "1.0.2"
@@ -257,6 +257,18 @@
"ref/netstandard1.1/System.Net.Primitives.dll": {}
}
},
"System.Net.Requests/4.3.0": {
"type": "package",
"dependencies": {
"System.IO": "4.3.0",
"System.Net.Primitives": "4.3.0",
"System.Runtime": "4.3.0",
"System.Threading.Tasks": "4.3.0"
},
"compile": {
"ref/netstandard1.1/System.Net.Requests.dll": {}
}
},
"System.ObjectModel/4.3.0": {
"type": "package",
"dependencies": {
@@ -483,6 +495,17 @@
"compile": {
"ref/netstandard1.0/System.Xml.XDocument.dll": {}
}
},
"System.Xml.XmlSerializer/4.3.0": {
"type": "package",
"dependencies": {
"System.IO": "4.3.0",
"System.Runtime": "4.3.0",
"System.Xml.ReaderWriter": "4.3.0"
},
"compile": {
"ref/netstandard1.0/System.Xml.XmlSerializer.dll": {}
}
}
}
},
@@ -510,11 +533,11 @@
"runtime.json"
]
},
"Microsoft.NETCore.Portable.Compatibility/1.0.1": {
"sha512": "Vd+lvLcGwvkedxtKn0U8s9uR4p0Lm+0U2QvDsLaw7g4S1W4KfPDbaW+ROhhLCSOx/gMYC72/b+z+o4fqS/oxVg==",
"Microsoft.NETCore.Portable.Compatibility/1.0.2": {
"sha512": "sR4m1GQ8Tbg+Xdbf8Y8yC+LXKSUJUVe/B5vckCAU9Jd5MYf84gC1D0u2YeA72B4WjeWewCyHRB20ddA8hyLmqQ==",
"type": "package",
"files": [
"Microsoft.NETCore.Portable.Compatibility.1.0.1.nupkg.sha512",
"Microsoft.NETCore.Portable.Compatibility.1.0.2.nupkg.sha512",
"Microsoft.NETCore.Portable.Compatibility.nuspec",
"ThirdPartyNotices.txt",
"dotnet_library_license.txt",
@@ -1575,6 +1598,86 @@
"system.net.primitives.nuspec"
]
},
"System.Net.Requests/4.3.0": {
"sha512": "OZNUuAs0kDXUzm7U5NZ1ojVta5YFZmgT2yxBqsQ7Eseq5Ahz88LInGRuNLJ/NP2F8W1q7tse1pKDthj3reF5QA==",
"type": "package",
"files": [
"System.Net.Requests.4.3.0.nupkg.sha512",
"System.Net.Requests.nuspec",
"ThirdPartyNotices.txt",
"dotnet_library_license.txt",
"lib/MonoAndroid10/_._",
"lib/MonoTouch10/_._",
"lib/net45/_._",
"lib/portable-net45+win8+wp8+wpa81/_._",
"lib/win8/_._",
"lib/wp80/_._",
"lib/wpa81/_._",
"lib/xamarinios10/_._",
"lib/xamarinmac20/_._",
"lib/xamarintvos10/_._",
"lib/xamarinwatchos10/_._",
"ref/MonoAndroid10/_._",
"ref/MonoTouch10/_._",
"ref/net45/_._",
"ref/net46/_._",
"ref/netcore50/System.Net.Requests.dll",
"ref/netcore50/System.Net.Requests.xml",
"ref/netcore50/de/System.Net.Requests.xml",
"ref/netcore50/es/System.Net.Requests.xml",
"ref/netcore50/fr/System.Net.Requests.xml",
"ref/netcore50/it/System.Net.Requests.xml",
"ref/netcore50/ja/System.Net.Requests.xml",
"ref/netcore50/ko/System.Net.Requests.xml",
"ref/netcore50/ru/System.Net.Requests.xml",
"ref/netcore50/zh-hans/System.Net.Requests.xml",
"ref/netcore50/zh-hant/System.Net.Requests.xml",
"ref/netstandard1.0/System.Net.Requests.dll",
"ref/netstandard1.0/System.Net.Requests.xml",
"ref/netstandard1.0/de/System.Net.Requests.xml",
"ref/netstandard1.0/es/System.Net.Requests.xml",
"ref/netstandard1.0/fr/System.Net.Requests.xml",
"ref/netstandard1.0/it/System.Net.Requests.xml",
"ref/netstandard1.0/ja/System.Net.Requests.xml",
"ref/netstandard1.0/ko/System.Net.Requests.xml",
"ref/netstandard1.0/ru/System.Net.Requests.xml",
"ref/netstandard1.0/zh-hans/System.Net.Requests.xml",
"ref/netstandard1.0/zh-hant/System.Net.Requests.xml",
"ref/netstandard1.1/System.Net.Requests.dll",
"ref/netstandard1.1/System.Net.Requests.xml",
"ref/netstandard1.1/de/System.Net.Requests.xml",
"ref/netstandard1.1/es/System.Net.Requests.xml",
"ref/netstandard1.1/fr/System.Net.Requests.xml",
"ref/netstandard1.1/it/System.Net.Requests.xml",
"ref/netstandard1.1/ja/System.Net.Requests.xml",
"ref/netstandard1.1/ko/System.Net.Requests.xml",
"ref/netstandard1.1/ru/System.Net.Requests.xml",
"ref/netstandard1.1/zh-hans/System.Net.Requests.xml",
"ref/netstandard1.1/zh-hant/System.Net.Requests.xml",
"ref/netstandard1.3/System.Net.Requests.dll",
"ref/netstandard1.3/System.Net.Requests.xml",
"ref/netstandard1.3/de/System.Net.Requests.xml",
"ref/netstandard1.3/es/System.Net.Requests.xml",
"ref/netstandard1.3/fr/System.Net.Requests.xml",
"ref/netstandard1.3/it/System.Net.Requests.xml",
"ref/netstandard1.3/ja/System.Net.Requests.xml",
"ref/netstandard1.3/ko/System.Net.Requests.xml",
"ref/netstandard1.3/ru/System.Net.Requests.xml",
"ref/netstandard1.3/zh-hans/System.Net.Requests.xml",
"ref/netstandard1.3/zh-hant/System.Net.Requests.xml",
"ref/portable-net45+win8+wp8+wpa81/_._",
"ref/win8/_._",
"ref/wp80/_._",
"ref/wpa81/_._",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._",
"ref/xamarintvos10/_._",
"ref/xamarinwatchos10/_._",
"runtimes/unix/lib/netstandard1.3/System.Net.Requests.dll",
"runtimes/win/lib/net46/_._",
"runtimes/win/lib/netstandard1.3/System.Net.Requests.dll"
]
},
"System.ObjectModel/4.3.0": {
"sha512": "bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==",
"type": "package",
@@ -2809,13 +2912,83 @@
"system.xml.xdocument.4.3.0.nupkg.sha512",
"system.xml.xdocument.nuspec"
]
},
"System.Xml.XmlSerializer/4.3.0": {
"sha512": "MYoTCP7EZ98RrANESW05J5ZwskKDoN0AuZ06ZflnowE50LTpbR5yRg3tHckTVm5j/m47stuGgCrCHWePyHS70Q==",
"type": "package",
"files": [
"System.Xml.XmlSerializer.4.3.0.nupkg.sha512",
"System.Xml.XmlSerializer.nuspec",
"ThirdPartyNotices.txt",
"dotnet_library_license.txt",
"lib/MonoAndroid10/_._",
"lib/MonoTouch10/_._",
"lib/net45/_._",
"lib/netcore50/System.Xml.XmlSerializer.dll",
"lib/netstandard1.3/System.Xml.XmlSerializer.dll",
"lib/portable-net45+win8+wp8+wpa81/_._",
"lib/win8/_._",
"lib/wp80/_._",
"lib/wpa81/_._",
"lib/xamarinios10/_._",
"lib/xamarinmac20/_._",
"lib/xamarintvos10/_._",
"lib/xamarinwatchos10/_._",
"ref/MonoAndroid10/_._",
"ref/MonoTouch10/_._",
"ref/net45/_._",
"ref/netcore50/System.Xml.XmlSerializer.dll",
"ref/netcore50/System.Xml.XmlSerializer.xml",
"ref/netcore50/de/System.Xml.XmlSerializer.xml",
"ref/netcore50/es/System.Xml.XmlSerializer.xml",
"ref/netcore50/fr/System.Xml.XmlSerializer.xml",
"ref/netcore50/it/System.Xml.XmlSerializer.xml",
"ref/netcore50/ja/System.Xml.XmlSerializer.xml",
"ref/netcore50/ko/System.Xml.XmlSerializer.xml",
"ref/netcore50/ru/System.Xml.XmlSerializer.xml",
"ref/netcore50/zh-hans/System.Xml.XmlSerializer.xml",
"ref/netcore50/zh-hant/System.Xml.XmlSerializer.xml",
"ref/netstandard1.0/System.Xml.XmlSerializer.dll",
"ref/netstandard1.0/System.Xml.XmlSerializer.xml",
"ref/netstandard1.0/de/System.Xml.XmlSerializer.xml",
"ref/netstandard1.0/es/System.Xml.XmlSerializer.xml",
"ref/netstandard1.0/fr/System.Xml.XmlSerializer.xml",
"ref/netstandard1.0/it/System.Xml.XmlSerializer.xml",
"ref/netstandard1.0/ja/System.Xml.XmlSerializer.xml",
"ref/netstandard1.0/ko/System.Xml.XmlSerializer.xml",
"ref/netstandard1.0/ru/System.Xml.XmlSerializer.xml",
"ref/netstandard1.0/zh-hans/System.Xml.XmlSerializer.xml",
"ref/netstandard1.0/zh-hant/System.Xml.XmlSerializer.xml",
"ref/netstandard1.3/System.Xml.XmlSerializer.dll",
"ref/netstandard1.3/System.Xml.XmlSerializer.xml",
"ref/netstandard1.3/de/System.Xml.XmlSerializer.xml",
"ref/netstandard1.3/es/System.Xml.XmlSerializer.xml",
"ref/netstandard1.3/fr/System.Xml.XmlSerializer.xml",
"ref/netstandard1.3/it/System.Xml.XmlSerializer.xml",
"ref/netstandard1.3/ja/System.Xml.XmlSerializer.xml",
"ref/netstandard1.3/ko/System.Xml.XmlSerializer.xml",
"ref/netstandard1.3/ru/System.Xml.XmlSerializer.xml",
"ref/netstandard1.3/zh-hans/System.Xml.XmlSerializer.xml",
"ref/netstandard1.3/zh-hant/System.Xml.XmlSerializer.xml",
"ref/portable-net45+win8+wp8+wpa81/_._",
"ref/win8/_._",
"ref/wp80/_._",
"ref/wpa81/_._",
"ref/xamarinios10/_._",
"ref/xamarinmac20/_._",
"ref/xamarintvos10/_._",
"ref/xamarinwatchos10/_._",
"runtimes/aot/lib/netcore50/System.Xml.XmlSerializer.dll"
]
}
},
"projectFileDependencyGroups": {
"": [
"Microsoft.NETCore.Portable.Compatibility >= 1.0.1",
"Microsoft.NETCore.Portable.Compatibility >= 1.0.2",
"NETStandard.Library >= 2.0.0",
"System.Runtime.WindowsRuntime >= 4.3.0"
"System.Net.Requests >= 4.3.0",
"System.Runtime.WindowsRuntime >= 4.3.0",
"System.Xml.XmlSerializer >= 4.3.0"
],
".NETStandard,Version=v1.2": []
}