[ImageUtil] Add sync thumbnail extract API (#928)
[platform/core/csapi/tizenfx.git] / pkg / build / tizen40 / ref / System.Net.Requests.xml
1 <?xml version="1.0" encoding="utf-8"?><span>
2 <doc>
3   <assembly>
4     <name>System.Net.Requests</name>
5   </assembly>
6   <members>
7     <member name="T:System.Net.AuthenticationManager">
8       <summary>Manages the authentication modules called during the client authentication process.</summary>
9     </member>
10     <member name="M:System.Net.AuthenticationManager.Authenticate(System.String,System.Net.WebRequest,System.Net.ICredentials)">
11       <summary>Calls each registered authentication module to find the first module that can respond to the authentication request.</summary>
12       <param name="challenge">The challenge returned by the Internet resource.</param>
13       <param name="request">The <see cref="T:System.Net.WebRequest"></see> that initiated the authentication challenge.</param>
14       <param name="credentials">The <see cref="T:System.Net.ICredentials"></see> associated with this request.</param>
15       <returns>An instance of the <see cref="T:System.Net.Authorization"></see> class containing the result of the authorization attempt. If there is no authentication module to respond to the challenge, this method returns null.</returns>
16       <exception cref="T:System.ArgumentNullException"><paramref name="challenge">challenge</paramref> is null.   -or-  <paramref name="request">request</paramref> is null.   -or-  <paramref name="credentials">credentials</paramref> is null.</exception>
17     </member>
18     <member name="P:System.Net.AuthenticationManager.CredentialPolicy">
19       <summary>Gets or sets the credential policy to be used for resource requests made using the <see cref="T:System.Net.HttpWebRequest"></see> class.</summary>
20       <returns>An object that implements the <see cref="T:System.Net.ICredentialPolicy"></see> interface that determines whether credentials are sent with requests. The default value is null.</returns>
21     </member>
22     <member name="P:System.Net.AuthenticationManager.CustomTargetNameDictionary">
23       <summary>Gets the dictionary that contains Service Principal Names (SPNs) that are used to identify hosts during Kerberos authentication for requests made using <see cref="T:System.Net.WebRequest"></see> and its derived classes.</summary>
24       <returns>A writable <see cref="T:System.Collections.Specialized.StringDictionary"></see> that contains the SPN values for keys composed of host information.</returns>
25     </member>
26     <member name="M:System.Net.AuthenticationManager.PreAuthenticate(System.Net.WebRequest,System.Net.ICredentials)">
27       <summary>Preauthenticates a request.</summary>
28       <param name="request">A <see cref="T:System.Net.WebRequest"></see> to an Internet resource.</param>
29       <param name="credentials">The <see cref="T:System.Net.ICredentials"></see> associated with the request.</param>
30       <returns>An instance of the <see cref="T:System.Net.Authorization"></see> class if the request can be preauthenticated; otherwise, null. If <paramref name="credentials">credentials</paramref> is null, this method returns null.</returns>
31       <exception cref="T:System.ArgumentNullException"><paramref name="request">request</paramref> is null.</exception>
32     </member>
33     <member name="M:System.Net.AuthenticationManager.Register(System.Net.IAuthenticationModule)">
34       <summary>Registers an authentication module with the authentication manager.</summary>
35       <param name="authenticationModule">The <see cref="T:System.Net.IAuthenticationModule"></see> to register with the authentication manager.</param>
36       <exception cref="T:System.ArgumentNullException"><paramref name="authenticationModule">authenticationModule</paramref> is null.</exception>
37     </member>
38     <member name="P:System.Net.AuthenticationManager.RegisteredModules">
39       <summary>Gets a list of authentication modules that are registered with the authentication manager.</summary>
40       <returns>An <see cref="T:System.Collections.IEnumerator"></see> that enables the registered authentication modules to be read.</returns>
41     </member>
42     <member name="M:System.Net.AuthenticationManager.Unregister(System.Net.IAuthenticationModule)">
43       <summary>Removes the specified authentication module from the list of registered modules.</summary>
44       <param name="authenticationModule">The <see cref="T:System.Net.IAuthenticationModule"></see> to remove from the list of registered modules.</param>
45       <exception cref="T:System.ArgumentNullException"><paramref name="authenticationModule">authenticationModule</paramref> is null.</exception>
46       <exception cref="T:System.InvalidOperationException">The specified <see cref="T:System.Net.IAuthenticationModule"></see> is not registered.</exception>
47     </member>
48     <member name="M:System.Net.AuthenticationManager.Unregister(System.String)">
49       <summary>Removes authentication modules with the specified authentication scheme from the list of registered modules.</summary>
50       <param name="authenticationScheme">The authentication scheme of the module to remove.</param>
51       <exception cref="T:System.ArgumentNullException"><paramref name="authenticationScheme">authenticationScheme</paramref> is null.</exception>
52       <exception cref="T:System.InvalidOperationException">A module for this authentication scheme is not registered.</exception>
53     </member>
54     <member name="T:System.Net.Authorization">
55       <summary>Contains an authentication message for an Internet server.</summary>
56     </member>
57     <member name="M:System.Net.Authorization.#ctor(System.String)">
58       <summary>Creates a new instance of the <see cref="T:System.Net.Authorization"></see> class with the specified authorization message.</summary>
59       <param name="token">The encrypted authorization message expected by the server.</param>
60     </member>
61     <member name="M:System.Net.Authorization.#ctor(System.String,System.Boolean)">
62       <summary>Creates a new instance of the <see cref="T:System.Net.Authorization"></see> class with the specified authorization message and completion status.</summary>
63       <param name="token">The encrypted authorization message expected by the server.</param>
64       <param name="finished">The completion status of the authorization attempt. true if the authorization attempt is complete; otherwise, false.</param>
65     </member>
66     <member name="M:System.Net.Authorization.#ctor(System.String,System.Boolean,System.String)">
67       <summary>Creates a new instance of the <see cref="T:System.Net.Authorization"></see> class with the specified authorization message, completion status, and connection group identifier.</summary>
68       <param name="token">The encrypted authorization message expected by the server.</param>
69       <param name="finished">The completion status of the authorization attempt. true if the authorization attempt is complete; otherwise, false.</param>
70       <param name="connectionGroupId">A unique identifier that can be used to create private client-server connections that are bound only to this authentication scheme.</param>
71     </member>
72     <member name="P:System.Net.Authorization.Complete">
73       <summary>Gets the completion status of the authorization.</summary>
74       <returns>true if the authentication process is complete; otherwise, false.</returns>
75     </member>
76     <member name="P:System.Net.Authorization.ConnectionGroupId">
77       <summary>Gets a unique identifier for user-specific connections.</summary>
78       <returns>A unique string that associates a connection with an authenticating entity.</returns>
79     </member>
80     <member name="P:System.Net.Authorization.Message">
81       <summary>Gets the message returned to the server in response to an authentication challenge.</summary>
82       <returns>The message that will be returned to the server in response to an authentication challenge.</returns>
83     </member>
84     <member name="P:System.Net.Authorization.MutuallyAuthenticated">
85       <summary>Gets or sets a <see cref="T:System.Boolean"></see> value that indicates whether mutual authentication occurred.</summary>
86       <returns>true if both client and server were authenticated; otherwise, false.</returns>
87     </member>
88     <member name="P:System.Net.Authorization.ProtectionRealm">
89       <summary>Gets or sets the prefix for Uniform Resource Identifiers (URIs) that can be authenticated with the <see cref="P:System.Net.Authorization.Message"></see> property.</summary>
90       <returns>An array of strings that contains URI prefixes.</returns>
91     </member>
92     <member name="T:System.Net.FileWebResponse">
93       <summary>Provides a file system implementation of the <see cref="T:System.Net.WebResponse"></see> class.</summary>
94     </member>
95     <member name="M:System.Net.FileWebResponse.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
96       <summary>Initializes a new instance of the <see cref="T:System.Net.FileWebResponse"></see> class from the specified instances of the <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> and <see cref="T:System.Runtime.Serialization.StreamingContext"></see> classes.</summary>
97       <param name="serializationInfo">A <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> instance that contains the information required to serialize the new <see cref="T:System.Net.FileWebResponse"></see> instance.</param>
98       <param name="streamingContext">An instance of the <see cref="T:System.Runtime.Serialization.StreamingContext"></see> class that contains the source of the serialized stream associated with the new <see cref="T:System.Net.FileWebResponse"></see> instance.</param>
99     </member>
100     <member name="M:System.Net.FileWebResponse.Close">
101       <summary>Closes the response stream.</summary>
102     </member>
103     <member name="P:System.Net.FileWebResponse.ContentLength">
104       <summary>Gets the length of the content in the file system resource.</summary>
105       <returns>The number of bytes returned from the file system resource.</returns>
106     </member>
107     <member name="P:System.Net.FileWebResponse.ContentType">
108       <summary>Gets the content type of the file system resource.</summary>
109       <returns>The value &quot;binary/octet-stream&quot;.</returns>
110     </member>
111     <member name="M:System.Net.FileWebResponse.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
112       <summary>Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> with the data needed to serialize the target object.</summary>
113       <param name="serializationInfo">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> to populate with data.</param>
114       <param name="streamingContext">A <see cref="T:System.Runtime.Serialization.StreamingContext"></see> that specifies the destination for this serialization.</param>
115     </member>
116     <member name="M:System.Net.FileWebResponse.GetResponseStream">
117       <summary>Returns the data stream from the file system resource.</summary>
118       <returns>A <see cref="T:System.IO.Stream"></see> for reading data from the file system resource.</returns>
119     </member>
120     <member name="P:System.Net.FileWebResponse.Headers">
121       <summary>Gets a collection of header name/value pairs associated with the response.</summary>
122       <returns>A <see cref="T:System.Net.WebHeaderCollection"></see> that contains the header name/value pairs associated with the response.</returns>
123     </member>
124     <member name="P:System.Net.FileWebResponse.ResponseUri">
125       <summary>Gets the URI of the file system resource that provided the response.</summary>
126       <returns>A <see cref="T:System.Uri"></see> that contains the URI of the file system resource that provided the response.</returns>
127     </member>
128     <member name="P:System.Net.FileWebResponse.SupportsHeaders">
129       <summary>Gets a value that indicates whether the <see cref="P:System.Net.FileWebResponse.Headers"></see> property is supported by the <see cref="T:System.Net.FileWebResponse"></see> instance.</summary>
130       <returns>Returns <see cref="T:System.Boolean"></see>.   true if the <see cref="P:System.Net.FileWebResponse.Headers"></see> property is supported by the <see cref="T:System.Net.FileWebResponse"></see> instance; otherwise, false.</returns>
131     </member>
132     <member name="M:System.Net.FileWebResponse.System#Runtime#Serialization#ISerializable#GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
133       <summary>Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> instance with the data needed to serialize the <see cref="T:System.Net.FileWebResponse"></see>.</summary>
134       <param name="serializationInfo">A <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> , which will hold the serialized data for the <see cref="T:System.Net.FileWebResponse"></see>.</param>
135       <param name="streamingContext">A <see cref="T:System.Runtime.Serialization.StreamingContext"></see> containing the destination of the serialized stream associated with the new <see cref="T:System.Net.FileWebResponse"></see>.</param>
136     </member>
137     <member name="T:System.Net.FtpStatusCode">
138       <summary>Specifies the status codes returned for a File Transfer Protocol (FTP) operation.</summary>
139     </member>
140     <member name="F:System.Net.FtpStatusCode.AccountNeeded">
141       <summary>Specifies that a user account on the server is required.</summary>
142       <returns></returns>
143     </member>
144     <member name="F:System.Net.FtpStatusCode.ActionAbortedLocalProcessingError">
145       <summary>Specifies that an error occurred that prevented the request action from completing.</summary>
146       <returns></returns>
147     </member>
148     <member name="F:System.Net.FtpStatusCode.ActionAbortedUnknownPageType">
149       <summary>Specifies that the requested action cannot be taken because the specified page type is unknown. Page types are described in RFC 959 Section 3.1.2.3</summary>
150       <returns></returns>
151     </member>
152     <member name="F:System.Net.FtpStatusCode.ActionNotTakenFilenameNotAllowed">
153       <summary>Specifies that the requested action cannot be performed on the specified file.</summary>
154       <returns></returns>
155     </member>
156     <member name="F:System.Net.FtpStatusCode.ActionNotTakenFileUnavailable">
157       <summary>Specifies that the requested action cannot be performed on the specified file because the file is not available.</summary>
158       <returns></returns>
159     </member>
160     <member name="F:System.Net.FtpStatusCode.ActionNotTakenFileUnavailableOrBusy">
161       <summary>Specifies that the requested action cannot be performed on the specified file because the file is not available or is being used.</summary>
162       <returns></returns>
163     </member>
164     <member name="F:System.Net.FtpStatusCode.ActionNotTakenInsufficientSpace">
165       <summary>Specifies that the requested action cannot be performed because there is not enough space on the server.</summary>
166       <returns></returns>
167     </member>
168     <member name="F:System.Net.FtpStatusCode.ArgumentSyntaxError">
169       <summary>Specifies that one or more command arguments has a syntax error.</summary>
170       <returns></returns>
171     </member>
172     <member name="F:System.Net.FtpStatusCode.BadCommandSequence">
173       <summary>Specifies that the sequence of commands is not in the correct order.</summary>
174       <returns></returns>
175     </member>
176     <member name="F:System.Net.FtpStatusCode.CantOpenData">
177       <summary>Specifies that the data connection cannot be opened.</summary>
178       <returns></returns>
179     </member>
180     <member name="F:System.Net.FtpStatusCode.ClosingControl">
181       <summary>Specifies that the server is closing the control connection.</summary>
182       <returns></returns>
183     </member>
184     <member name="F:System.Net.FtpStatusCode.ClosingData">
185       <summary>Specifies that the server is closing the data connection and that the requested file action was successful.</summary>
186       <returns></returns>
187     </member>
188     <member name="F:System.Net.FtpStatusCode.CommandExtraneous">
189       <summary>Specifies that the command is not implemented by the server because it is not needed.</summary>
190       <returns></returns>
191     </member>
192     <member name="F:System.Net.FtpStatusCode.CommandNotImplemented">
193       <summary>Specifies that the command is not implemented by the FTP server.</summary>
194       <returns></returns>
195     </member>
196     <member name="F:System.Net.FtpStatusCode.CommandOK">
197       <summary>Specifies that the command completed successfully.</summary>
198       <returns></returns>
199     </member>
200     <member name="F:System.Net.FtpStatusCode.CommandSyntaxError">
201       <summary>Specifies that the command has a syntax error or is not a command recognized by the server.</summary>
202       <returns></returns>
203     </member>
204     <member name="F:System.Net.FtpStatusCode.ConnectionClosed">
205       <summary>Specifies that the connection has been closed.</summary>
206       <returns></returns>
207     </member>
208     <member name="F:System.Net.FtpStatusCode.DataAlreadyOpen">
209       <summary>Specifies that the data connection is already open and the requested transfer is starting.</summary>
210       <returns></returns>
211     </member>
212     <member name="F:System.Net.FtpStatusCode.DirectoryStatus">
213       <summary>Specifies the status of a directory.</summary>
214       <returns></returns>
215     </member>
216     <member name="F:System.Net.FtpStatusCode.EnteringPassive">
217       <summary>Specifies that the server is entering passive mode.</summary>
218       <returns></returns>
219     </member>
220     <member name="F:System.Net.FtpStatusCode.FileActionAborted">
221       <summary>Specifies that the requested action cannot be performed.</summary>
222       <returns></returns>
223     </member>
224     <member name="F:System.Net.FtpStatusCode.FileActionOK">
225       <summary>Specifies that the requested file action completed successfully.</summary>
226       <returns></returns>
227     </member>
228     <member name="F:System.Net.FtpStatusCode.FileCommandPending">
229       <summary>Specifies that the requested file action requires additional information.</summary>
230       <returns></returns>
231     </member>
232     <member name="F:System.Net.FtpStatusCode.FileStatus">
233       <summary>Specifies the status of a file.</summary>
234       <returns></returns>
235     </member>
236     <member name="F:System.Net.FtpStatusCode.LoggedInProceed">
237       <summary>Specifies that the user is logged in and can send commands.</summary>
238       <returns></returns>
239     </member>
240     <member name="F:System.Net.FtpStatusCode.NeedLoginAccount">
241       <summary>Specifies that the server requires a login account to be supplied.</summary>
242       <returns></returns>
243     </member>
244     <member name="F:System.Net.FtpStatusCode.NotLoggedIn">
245       <summary>Specifies that login information must be sent to the server.</summary>
246       <returns></returns>
247     </member>
248     <member name="F:System.Net.FtpStatusCode.OpeningData">
249       <summary>Specifies that the server is opening the data connection.</summary>
250       <returns></returns>
251     </member>
252     <member name="F:System.Net.FtpStatusCode.PathnameCreated">
253       <summary>Specifies that the requested path name was created.</summary>
254       <returns></returns>
255     </member>
256     <member name="F:System.Net.FtpStatusCode.RestartMarker">
257       <summary>Specifies that the response contains a restart marker reply. The text of the description that accompanies this status contains the user data stream marker and the server marker.</summary>
258       <returns></returns>
259     </member>
260     <member name="F:System.Net.FtpStatusCode.SendPasswordCommand">
261       <summary>Specifies that the server expects a password to be supplied.</summary>
262       <returns></returns>
263     </member>
264     <member name="F:System.Net.FtpStatusCode.SendUserCommand">
265       <summary>Specifies that the server is ready for a user login operation.</summary>
266       <returns></returns>
267     </member>
268     <member name="F:System.Net.FtpStatusCode.ServerWantsSecureSession">
269       <summary>Specifies that the server accepts the authentication mechanism specified by the client, and the exchange of security data is complete.</summary>
270       <returns></returns>
271     </member>
272     <member name="F:System.Net.FtpStatusCode.ServiceNotAvailable">
273       <summary>Specifies that the service is not available.</summary>
274       <returns></returns>
275     </member>
276     <member name="F:System.Net.FtpStatusCode.ServiceTemporarilyNotAvailable">
277       <summary>Specifies that the service is not available now; try your request later.</summary>
278       <returns></returns>
279     </member>
280     <member name="F:System.Net.FtpStatusCode.SystemType">
281       <summary>Specifies the system type name using the system names published in the Assigned Numbers document published by the Internet Assigned Numbers Authority.</summary>
282       <returns></returns>
283     </member>
284     <member name="F:System.Net.FtpStatusCode.Undefined">
285       <summary>Included for completeness, this value is never returned by servers.</summary>
286       <returns></returns>
287     </member>
288     <member name="T:System.Net.FtpWebRequest">
289       <summary>Implements a File Transfer Protocol (FTP) client.</summary>
290     </member>
291     <member name="M:System.Net.FtpWebRequest.Abort">
292       <summary>Terminates an asynchronous FTP operation.</summary>
293     </member>
294     <member name="M:System.Net.FtpWebRequest.BeginGetRequestStream(System.AsyncCallback,System.Object)">
295       <summary>Begins asynchronously opening a request's content stream for writing.</summary>
296       <param name="callback">An <see cref="T:System.AsyncCallback"></see> delegate that references the method to invoke when the operation is complete.</param>
297       <param name="state">A user-defined object that contains information about the operation. This object is passed to the callback delegate when the operation completes.</param>
298       <returns>An <see cref="T:System.IAsyncResult"></see> instance that indicates the status of the operation.</returns>
299       <exception cref="T:System.InvalidOperationException">A previous call to this method or <see cref="M:System.Net.FtpWebRequest.GetRequestStream"></see> has not yet completed.</exception>
300       <exception cref="T:System.Net.WebException">A connection to the FTP server could not be established.</exception>
301       <exception cref="T:System.Net.ProtocolViolationException">The <see cref="P:System.Net.FtpWebRequest.Method"></see> property is not set to <see cref="F:System.Net.WebRequestMethods.Ftp.UploadFile"></see>.</exception>
302     </member>
303     <member name="M:System.Net.FtpWebRequest.BeginGetResponse(System.AsyncCallback,System.Object)">
304       <summary>Begins sending a request and receiving a response from an FTP server asynchronously.</summary>
305       <param name="callback">An <see cref="T:System.AsyncCallback"></see> delegate that references the method to invoke when the operation is complete.</param>
306       <param name="state">A user-defined object that contains information about the operation. This object is passed to the callback delegate when the operation completes.</param>
307       <returns>An <see cref="T:System.IAsyncResult"></see> instance that indicates the status of the operation.</returns>
308       <exception cref="T:System.InvalidOperationException"><see cref="M:System.Net.FtpWebRequest.GetResponse"></see> or <see cref="M:System.Net.FtpWebRequest.BeginGetResponse(System.AsyncCallback,System.Object)"></see> has already been called for this instance.</exception>
309     </member>
310     <member name="P:System.Net.FtpWebRequest.ClientCertificates">
311       <summary>Gets or sets the certificates used for establishing an encrypted connection to the FTP server.</summary>
312       <returns>An <see cref="T:System.Security.Cryptography.X509Certificates.X509CertificateCollection"></see> object that contains the client certificates.</returns>
313       <exception cref="T:System.ArgumentNullException">The value specified for a set operation is null.</exception>
314     </member>
315     <member name="P:System.Net.FtpWebRequest.ConnectionGroupName">
316       <summary>Gets or sets the name of the connection group that contains the service point used to send the current request.</summary>
317       <returns>A <see cref="T:System.String"></see> value that contains a connection group name.</returns>
318       <exception cref="T:System.InvalidOperationException">A new value was specified for this property for a request that is already in progress.</exception>
319     </member>
320     <member name="P:System.Net.FtpWebRequest.ContentLength">
321       <summary>Gets or sets a value that is ignored by the <see cref="T:System.Net.FtpWebRequest"></see> class.</summary>
322       <returns>An <see cref="T:System.Int64"></see> value that should be ignored.</returns>
323     </member>
324     <member name="P:System.Net.FtpWebRequest.ContentOffset">
325       <summary>Gets or sets a byte offset into the file being downloaded by this request.</summary>
326       <returns>An <see cref="T:System.Int64"></see> instance that specifies the file offset, in bytes. The default value is zero.</returns>
327       <exception cref="T:System.InvalidOperationException">A new value was specified for this property for a request that is already in progress.</exception>
328       <exception cref="T:System.ArgumentOutOfRangeException">The value specified for this property is less than zero.</exception>
329     </member>
330     <member name="P:System.Net.FtpWebRequest.ContentType">
331       <summary>Always throws a <see cref="T:System.NotSupportedException"></see>.</summary>
332       <returns>Always throws a <see cref="T:System.NotSupportedException"></see>.</returns>
333       <exception cref="T:System.NotSupportedException">Content type information is not supported for FTP.</exception>
334     </member>
335     <member name="P:System.Net.FtpWebRequest.Credentials">
336       <summary>Gets or sets the credentials used to communicate with the FTP server.</summary>
337       <returns>An <see cref="T:System.Net.ICredentials"></see> instance; otherwise, null if the property has not been set.</returns>
338       <exception cref="T:System.ArgumentNullException">The value specified for a set operation is null.</exception>
339       <exception cref="T:System.ArgumentException">An <see cref="T:System.Net.ICredentials"></see> of a type other than <see cref="T:System.Net.NetworkCredential"></see> was specified for a set operation.</exception>
340       <exception cref="T:System.InvalidOperationException">A new value was specified for this property for a request that is already in progress.</exception>
341     </member>
342     <member name="P:System.Net.FtpWebRequest.DefaultCachePolicy">
343       <summary>Defines the default cache policy for all FTP requests.</summary>
344       <returns>A <see cref="T:System.Net.Cache.RequestCachePolicy"></see> that defines the cache policy for FTP requests.</returns>
345       <exception cref="T:System.ArgumentNullException">The caller tried to set this property to null.</exception>
346     </member>
347     <member name="P:System.Net.FtpWebRequest.EnableSsl">
348       <summary>Gets or sets a <see cref="T:System.Boolean"></see> that specifies that an SSL connection should be used.</summary>
349       <returns>true if control and data transmissions are encrypted; otherwise, false. The default value is false.</returns>
350       <exception cref="T:System.InvalidOperationException">The connection to the FTP server has already been established.</exception>
351     </member>
352     <member name="M:System.Net.FtpWebRequest.EndGetRequestStream(System.IAsyncResult)">
353       <summary>Ends a pending asynchronous operation started with <see cref="M:System.Net.FtpWebRequest.BeginGetRequestStream(System.AsyncCallback,System.Object)"></see>.</summary>
354       <param name="asyncResult">The <see cref="T:System.IAsyncResult"></see> object that was returned when the operation started.</param>
355       <returns>A writable <see cref="T:System.IO.Stream"></see> instance associated with this instance.</returns>
356       <exception cref="T:System.ArgumentNullException"><paramref name="asyncResult">asyncResult</paramref> is null.</exception>
357       <exception cref="T:System.ArgumentException"><paramref name="asyncResult">asyncResult</paramref> was not obtained by calling <see cref="M:System.Net.FtpWebRequest.BeginGetRequestStream(System.AsyncCallback,System.Object)"></see>.</exception>
358       <exception cref="T:System.InvalidOperationException">This method was already called for the operation identified by <paramref name="asyncResult">asyncResult</paramref>.</exception>
359     </member>
360     <member name="M:System.Net.FtpWebRequest.EndGetResponse(System.IAsyncResult)">
361       <summary>Ends a pending asynchronous operation started with <see cref="M:System.Net.FtpWebRequest.BeginGetResponse(System.AsyncCallback,System.Object)"></see>.</summary>
362       <param name="asyncResult">The <see cref="T:System.IAsyncResult"></see> that was returned when the operation started.</param>
363       <returns>A <see cref="T:System.Net.WebResponse"></see> reference that contains an <see cref="T:System.Net.FtpWebResponse"></see> instance. This object contains the FTP server's response to the request.</returns>
364       <exception cref="T:System.ArgumentNullException"><paramref name="asyncResult">asyncResult</paramref> is null.</exception>
365       <exception cref="T:System.ArgumentException"><paramref name="asyncResult">asyncResult</paramref> was not obtained by calling <see cref="M:System.Net.FtpWebRequest.BeginGetResponse(System.AsyncCallback,System.Object)"></see>.</exception>
366       <exception cref="T:System.InvalidOperationException">This method was already called for the operation identified by <paramref name="asyncResult">asyncResult</paramref>.</exception>
367       <exception cref="T:System.Net.WebException">An error occurred using an HTTP proxy.</exception>
368     </member>
369     <member name="M:System.Net.FtpWebRequest.GetRequestStream">
370       <summary>Retrieves the stream used to upload data to an FTP server.</summary>
371       <returns>A writable <see cref="T:System.IO.Stream"></see> instance used to store data to be sent to the server by the current request.</returns>
372       <exception cref="T:System.InvalidOperationException"><see cref="M:System.Net.FtpWebRequest.BeginGetRequestStream(System.AsyncCallback,System.Object)"></see> has been called and has not completed.   - or -   An HTTP proxy is enabled, and you attempted to use an FTP command other than <see cref="F:System.Net.WebRequestMethods.Ftp.DownloadFile"></see>, <see cref="F:System.Net.WebRequestMethods.Ftp.ListDirectory"></see>, or <see cref="F:System.Net.WebRequestMethods.Ftp.ListDirectoryDetails"></see>.</exception>
373       <exception cref="T:System.Net.WebException">A connection to the FTP server could not be established.</exception>
374       <exception cref="T:System.Net.ProtocolViolationException">The <see cref="P:System.Net.FtpWebRequest.Method"></see> property is not set to <see cref="F:System.Net.WebRequestMethods.Ftp.UploadFile"></see> or <see cref="F:System.Net.WebRequestMethods.Ftp.AppendFile"></see>.</exception>
375     </member>
376     <member name="M:System.Net.FtpWebRequest.GetResponse">
377       <summary>Returns the FTP server response.</summary>
378       <returns>A <see cref="T:System.Net.WebResponse"></see> reference that contains an <see cref="T:System.Net.FtpWebResponse"></see> instance. This object contains the FTP server's response to the request.</returns>
379       <exception cref="T:System.InvalidOperationException"><see cref="M:System.Net.FtpWebRequest.GetResponse"></see> or <see cref="M:System.Net.FtpWebRequest.BeginGetResponse(System.AsyncCallback,System.Object)"></see> has already been called for this instance.   - or -   An HTTP proxy is enabled, and you attempted to use an FTP command other than <see cref="F:System.Net.WebRequestMethods.Ftp.DownloadFile"></see>, <see cref="F:System.Net.WebRequestMethods.Ftp.ListDirectory"></see>, or <see cref="F:System.Net.WebRequestMethods.Ftp.ListDirectoryDetails"></see>.</exception>
380       <exception cref="T:System.Net.WebException"><see cref="P:System.Net.FtpWebRequest.EnableSsl"></see> is set to true, but the server does not support this feature.   - or -   A <see cref="P:System.Net.FtpWebRequest.Timeout"></see> was specified and the timeout has expired.</exception>
381     </member>
382     <member name="P:System.Net.FtpWebRequest.Headers">
383       <summary>Gets an empty <see cref="T:System.Net.WebHeaderCollection"></see> object.</summary>
384       <returns>An empty <see cref="T:System.Net.WebHeaderCollection"></see> object.</returns>
385     </member>
386     <member name="P:System.Net.FtpWebRequest.KeepAlive">
387       <summary>Gets or sets a <see cref="T:System.Boolean"></see> value that specifies whether the control connection to the FTP server is closed after the request completes.</summary>
388       <returns>true if the connection to the server should not be destroyed; otherwise, false. The default value is true.</returns>
389       <exception cref="T:System.InvalidOperationException">A new value was specified for this property for a request that is already in progress.</exception>
390     </member>
391     <member name="P:System.Net.FtpWebRequest.Method">
392       <summary>Gets or sets the command to send to the FTP server.</summary>
393       <returns>A <see cref="T:System.String"></see> value that contains the FTP command to send to the server. The default value is <see cref="F:System.Net.WebRequestMethods.Ftp.DownloadFile"></see>.</returns>
394       <exception cref="T:System.InvalidOperationException">A new value was specified for this property for a request that is already in progress.</exception>
395       <exception cref="T:System.ArgumentException">The method is invalid.   - or -   The method is not supported.   - or -   Multiple methods were specified.</exception>
396     </member>
397     <member name="P:System.Net.FtpWebRequest.PreAuthenticate">
398       <summary>Always throws a <see cref="T:System.NotSupportedException"></see>.</summary>
399       <returns>Always throws a <see cref="T:System.NotSupportedException"></see>.</returns>
400       <exception cref="T:System.NotSupportedException">Preauthentication is not supported for FTP.</exception>
401     </member>
402     <member name="P:System.Net.FtpWebRequest.Proxy">
403       <summary>Gets or sets the proxy used to communicate with the FTP server.</summary>
404       <returns>An <see cref="T:System.Net.IWebProxy"></see> instance responsible for communicating with the FTP server.</returns>
405       <exception cref="T:System.ArgumentNullException">This property cannot be set to null.</exception>
406       <exception cref="T:System.InvalidOperationException">A new value was specified for this property for a request that is already in progress.</exception>
407     </member>
408     <member name="P:System.Net.FtpWebRequest.ReadWriteTimeout">
409       <summary>Gets or sets a time-out when reading from or writing to a stream.</summary>
410       <returns>The number of milliseconds before the reading or writing times out. The default value is 300,000 milliseconds (5 minutes).</returns>
411       <exception cref="T:System.InvalidOperationException">The request has already been sent.</exception>
412       <exception cref="T:System.ArgumentOutOfRangeException">The value specified for a set operation is less than or equal to zero and is not equal to <see cref="F:System.Threading.Timeout.Infinite"></see>.</exception>
413     </member>
414     <member name="P:System.Net.FtpWebRequest.RenameTo">
415       <summary>Gets or sets the new name of a file being renamed.</summary>
416       <returns>The new name of the file being renamed.</returns>
417       <exception cref="T:System.ArgumentException">The value specified for a set operation is null or an empty string.</exception>
418       <exception cref="T:System.InvalidOperationException">A new value was specified for this property for a request that is already in progress.</exception>
419     </member>
420     <member name="P:System.Net.FtpWebRequest.RequestUri">
421       <summary>Gets the URI requested by this instance.</summary>
422       <returns>A <see cref="T:System.Uri"></see> instance that identifies a resource that is accessed using the File Transfer Protocol.</returns>
423     </member>
424     <member name="P:System.Net.FtpWebRequest.ServicePoint">
425       <summary>Gets the <see cref="T:System.Net.ServicePoint"></see> object used to connect to the FTP server.</summary>
426       <returns>A <see cref="T:System.Net.ServicePoint"></see> object that can be used to customize connection behavior.</returns>
427     </member>
428     <member name="P:System.Net.FtpWebRequest.Timeout">
429       <summary>Gets or sets the number of milliseconds to wait for a request.</summary>
430       <returns>An <see cref="T:System.Int32"></see> value that contains the number of milliseconds to wait before a request times out. The default value is <see cref="F:System.Threading.Timeout.Infinite"></see>.</returns>
431       <exception cref="T:System.ArgumentOutOfRangeException">The value specified is less than zero and is not <see cref="F:System.Threading.Timeout.Infinite"></see>.</exception>
432       <exception cref="T:System.InvalidOperationException">A new value was specified for this property for a request that is already in progress.</exception>
433     </member>
434     <member name="P:System.Net.FtpWebRequest.UseBinary">
435       <summary>Gets or sets a <see cref="T:System.Boolean"></see> value that specifies the data type for file transfers.</summary>
436       <returns>true to indicate to the server that the data to be transferred is binary; false to indicate that the data is text. The default value is true.</returns>
437       <exception cref="T:System.InvalidOperationException">A new value was specified for this property for a request that is already in progress.</exception>
438     </member>
439     <member name="P:System.Net.FtpWebRequest.UseDefaultCredentials">
440       <summary>Always throws a <see cref="T:System.NotSupportedException"></see>.</summary>
441       <returns>Always throws a <see cref="T:System.NotSupportedException"></see>.</returns>
442       <exception cref="T:System.NotSupportedException">Default credentials are not supported for FTP.</exception>
443     </member>
444     <member name="P:System.Net.FtpWebRequest.UsePassive">
445       <summary>Gets or sets the behavior of a client application's data transfer process.</summary>
446       <returns>false if the client application's data transfer process listens for a connection on the data port; otherwise, true if the client should initiate a connection on the data port. The default value is true.</returns>
447       <exception cref="T:System.InvalidOperationException">A new value was specified for this property for a request that is already in progress.</exception>
448     </member>
449     <member name="T:System.Net.FtpWebResponse">
450       <summary>Encapsulates a File Transfer Protocol (FTP) server's response to a request.</summary>
451     </member>
452     <member name="P:System.Net.FtpWebResponse.BannerMessage">
453       <summary>Gets the message sent by the FTP server when a connection is established prior to logon.</summary>
454       <returns>A <see cref="T:System.String"></see> that contains the banner message sent by the server; otherwise, <see cref="F:System.String.Empty"></see> if no message is sent.</returns>
455     </member>
456     <member name="M:System.Net.FtpWebResponse.Close">
457       <summary>Frees the resources held by the response.</summary>
458     </member>
459     <member name="P:System.Net.FtpWebResponse.ContentLength">
460       <summary>Gets the length of the data received from the FTP server.</summary>
461       <returns>An <see cref="T:System.Int64"></see> value that contains the number of bytes of data received from the FTP server.</returns>
462     </member>
463     <member name="P:System.Net.FtpWebResponse.ContentType">
464       <returns></returns>
465     </member>
466     <member name="P:System.Net.FtpWebResponse.ExitMessage">
467       <summary>Gets the message sent by the server when the FTP session is ending.</summary>
468       <returns>A <see cref="T:System.String"></see> that contains the exit message sent by the server; otherwise, <see cref="F:System.String.Empty"></see> if no message is sent.</returns>
469     </member>
470     <member name="M:System.Net.FtpWebResponse.GetResponseStream">
471       <summary>Retrieves the stream that contains response data sent from an FTP server.</summary>
472       <returns>A readable <see cref="T:System.IO.Stream"></see> instance that contains data returned with the response; otherwise, <see cref="F:System.IO.Stream.Null"></see> if no response data was returned by the server.</returns>
473       <exception cref="T:System.InvalidOperationException">The response did not return a data stream.</exception>
474     </member>
475     <member name="P:System.Net.FtpWebResponse.Headers">
476       <summary>Gets an empty <see cref="T:System.Net.WebHeaderCollection"></see> object.</summary>
477       <returns>An empty <see cref="T:System.Net.WebHeaderCollection"></see> object.</returns>
478     </member>
479     <member name="P:System.Net.FtpWebResponse.LastModified">
480       <summary>Gets the date and time that a file on an FTP server was last modified.</summary>
481       <returns>A <see cref="T:System.DateTime"></see> that contains the last modified date and time for a file.</returns>
482     </member>
483     <member name="P:System.Net.FtpWebResponse.ResponseUri">
484       <summary>Gets the URI that sent the response to the request.</summary>
485       <returns>A <see cref="T:System.Uri"></see> instance that identifies the resource associated with this response.</returns>
486     </member>
487     <member name="P:System.Net.FtpWebResponse.StatusCode">
488       <summary>Gets the most recent status code sent from the FTP server.</summary>
489       <returns>An <see cref="T:System.Net.FtpStatusCode"></see> value that indicates the most recent status code returned with this response.</returns>
490     </member>
491     <member name="P:System.Net.FtpWebResponse.StatusDescription">
492       <summary>Gets text that describes a status code sent from the FTP server.</summary>
493       <returns>A <see cref="T:System.String"></see> instance that contains the status code and message returned with this response.</returns>
494     </member>
495     <member name="P:System.Net.FtpWebResponse.SupportsHeaders">
496       <summary>Gets a value that indicates whether the <see cref="P:System.Net.FtpWebResponse.Headers"></see> property is supported by the <see cref="T:System.Net.FtpWebResponse"></see> instance.</summary>
497       <returns>Returns <see cref="T:System.Boolean"></see>.  true if the <see cref="P:System.Net.FtpWebResponse.Headers"></see> property is supported by the <see cref="T:System.Net.FtpWebResponse"></see> instance; otherwise, false.</returns>
498     </member>
499     <member name="P:System.Net.FtpWebResponse.WelcomeMessage">
500       <summary>Gets the message sent by the FTP server when authentication is complete.</summary>
501       <returns>A <see cref="T:System.String"></see> that contains the welcome message sent by the server; otherwise, <see cref="F:System.String.Empty"></see> if no message is sent.</returns>
502     </member>
503     <member name="T:System.Net.GlobalProxySelection">
504       <summary>Contains a global default proxy instance for all HTTP requests.</summary>
505     </member>
506     <member name="M:System.Net.GlobalProxySelection.#ctor">
507       <summary>Initializes a new instance of the <see cref="T:System.Net.GlobalProxySelection"></see> class.</summary>
508     </member>
509     <member name="M:System.Net.GlobalProxySelection.GetEmptyWebProxy">
510       <summary>Returns an empty proxy instance.</summary>
511       <returns>An <see cref="T:System.Net.IWebProxy"></see> that contains no information.</returns>
512     </member>
513     <member name="P:System.Net.GlobalProxySelection.Select">
514       <summary>Gets or sets the global HTTP proxy.</summary>
515       <returns>An <see cref="T:System.Net.IWebProxy"></see> that every call to <see cref="M:System.Net.HttpWebRequest.GetResponse"></see> uses.</returns>
516       <exception cref="T:System.ArgumentNullException">The value specified for a set operation was null.</exception>
517       <exception cref="T:System.Security.SecurityException">The caller does not have permission for the requested operation.</exception>
518     </member>
519     <member name="T:System.Net.HttpContinueDelegate">
520       <summary>Represents the method that notifies callers when a continue response is received by the client.</summary>
521       <param name="StatusCode">The numeric value of the HTTP status from the server.</param>
522       <param name="httpHeaders">The headers returned with the 100-continue response from the server.</param>
523     </member>
524     <member name="T:System.Net.HttpWebRequest">
525       
526     </member>
527     <member name="M:System.Net.HttpWebRequest.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
528       <param name="serializationInfo"></param>
529       <param name="streamingContext"></param>
530     </member>
531     <member name="M:System.Net.HttpWebRequest.Abort">
532       
533     </member>
534     <member name="P:System.Net.HttpWebRequest.Accept">
535       <returns></returns>
536     </member>
537     <member name="M:System.Net.HttpWebRequest.AddRange(System.Int32)">
538       <param name="range"></param>
539     </member>
540     <member name="M:System.Net.HttpWebRequest.AddRange(System.Int64)">
541       <param name="range"></param>
542     </member>
543     <member name="M:System.Net.HttpWebRequest.AddRange(System.Int32,System.Int32)">
544       <param name="from"></param>
545       <param name="to"></param>
546     </member>
547     <member name="M:System.Net.HttpWebRequest.AddRange(System.Int64,System.Int64)">
548       <param name="from"></param>
549       <param name="to"></param>
550     </member>
551     <member name="M:System.Net.HttpWebRequest.AddRange(System.String,System.Int32)">
552       <param name="rangeSpecifier"></param>
553       <param name="range"></param>
554     </member>
555     <member name="M:System.Net.HttpWebRequest.AddRange(System.String,System.Int64)">
556       <param name="rangeSpecifier"></param>
557       <param name="range"></param>
558     </member>
559     <member name="M:System.Net.HttpWebRequest.AddRange(System.String,System.Int32,System.Int32)">
560       <param name="rangeSpecifier"></param>
561       <param name="from"></param>
562       <param name="to"></param>
563     </member>
564     <member name="M:System.Net.HttpWebRequest.AddRange(System.String,System.Int64,System.Int64)">
565       <param name="rangeSpecifier"></param>
566       <param name="from"></param>
567       <param name="to"></param>
568     </member>
569     <member name="P:System.Net.HttpWebRequest.Address">
570       <returns></returns>
571     </member>
572     <member name="P:System.Net.HttpWebRequest.AllowAutoRedirect">
573       <returns></returns>
574     </member>
575     <member name="P:System.Net.HttpWebRequest.AllowReadStreamBuffering">
576       <returns></returns>
577     </member>
578     <member name="P:System.Net.HttpWebRequest.AllowWriteStreamBuffering">
579       <returns></returns>
580     </member>
581     <member name="P:System.Net.HttpWebRequest.AutomaticDecompression">
582       <returns></returns>
583     </member>
584     <member name="M:System.Net.HttpWebRequest.BeginGetRequestStream(System.AsyncCallback,System.Object)">
585       <param name="callback"></param>
586       <param name="state"></param>
587       <returns></returns>
588     </member>
589     <member name="M:System.Net.HttpWebRequest.BeginGetResponse(System.AsyncCallback,System.Object)">
590       <param name="callback"></param>
591       <param name="state"></param>
592       <returns></returns>
593     </member>
594     <member name="P:System.Net.HttpWebRequest.ClientCertificates">
595       <returns></returns>
596     </member>
597     <member name="P:System.Net.HttpWebRequest.Connection">
598       <returns></returns>
599     </member>
600     <member name="P:System.Net.HttpWebRequest.ConnectionGroupName">
601       <returns></returns>
602     </member>
603     <member name="P:System.Net.HttpWebRequest.ContentLength">
604       <returns></returns>
605     </member>
606     <member name="P:System.Net.HttpWebRequest.ContentType">
607       <returns></returns>
608     </member>
609     <member name="P:System.Net.HttpWebRequest.ContinueDelegate">
610       <returns></returns>
611     </member>
612     <member name="P:System.Net.HttpWebRequest.ContinueTimeout">
613       <returns></returns>
614     </member>
615     <member name="P:System.Net.HttpWebRequest.CookieContainer">
616       <returns></returns>
617     </member>
618     <member name="P:System.Net.HttpWebRequest.Credentials">
619       <returns></returns>
620     </member>
621     <member name="P:System.Net.HttpWebRequest.Date">
622       <returns></returns>
623     </member>
624     <member name="P:System.Net.HttpWebRequest.DefaultCachePolicy">
625       <returns></returns>
626     </member>
627     <member name="P:System.Net.HttpWebRequest.DefaultMaximumErrorResponseLength">
628       <returns></returns>
629     </member>
630     <member name="P:System.Net.HttpWebRequest.DefaultMaximumResponseHeadersLength">
631       <returns></returns>
632     </member>
633     <member name="M:System.Net.HttpWebRequest.EndGetRequestStream(System.IAsyncResult,System.Net.TransportContext@)">
634       <param name="asyncResult"></param>
635       <param name="context"></param>
636       <returns></returns>
637     </member>
638     <member name="M:System.Net.HttpWebRequest.EndGetRequestStream(System.IAsyncResult)">
639       <param name="asyncResult"></param>
640       <returns></returns>
641     </member>
642     <member name="M:System.Net.HttpWebRequest.EndGetResponse(System.IAsyncResult)">
643       <param name="asyncResult"></param>
644       <returns></returns>
645     </member>
646     <member name="P:System.Net.HttpWebRequest.Expect">
647       <returns></returns>
648     </member>
649     <member name="M:System.Net.HttpWebRequest.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
650       <param name="serializationInfo"></param>
651       <param name="streamingContext"></param>
652     </member>
653     <member name="M:System.Net.HttpWebRequest.GetRequestStream">
654       <returns></returns>
655     </member>
656     <member name="M:System.Net.HttpWebRequest.GetRequestStream(System.Net.TransportContext@)">
657       <param name="context"></param>
658       <returns></returns>
659     </member>
660     <member name="M:System.Net.HttpWebRequest.GetResponse">
661       <returns></returns>
662     </member>
663     <member name="P:System.Net.HttpWebRequest.HaveResponse">
664       <returns></returns>
665     </member>
666     <member name="P:System.Net.HttpWebRequest.Headers">
667       <returns></returns>
668     </member>
669     <member name="P:System.Net.HttpWebRequest.Host">
670       <returns></returns>
671     </member>
672     <member name="P:System.Net.HttpWebRequest.IfModifiedSince">
673       <returns></returns>
674     </member>
675     <member name="P:System.Net.HttpWebRequest.KeepAlive">
676       <returns></returns>
677     </member>
678     <member name="P:System.Net.HttpWebRequest.MaximumAutomaticRedirections">
679       <returns></returns>
680     </member>
681     <member name="P:System.Net.HttpWebRequest.MaximumResponseHeadersLength">
682       <returns></returns>
683     </member>
684     <member name="P:System.Net.HttpWebRequest.MediaType">
685       <returns></returns>
686     </member>
687     <member name="P:System.Net.HttpWebRequest.Method">
688       <returns></returns>
689     </member>
690     <member name="P:System.Net.HttpWebRequest.Pipelined">
691       <returns></returns>
692     </member>
693     <member name="P:System.Net.HttpWebRequest.PreAuthenticate">
694       <returns></returns>
695     </member>
696     <member name="P:System.Net.HttpWebRequest.ProtocolVersion">
697       <returns></returns>
698     </member>
699     <member name="P:System.Net.HttpWebRequest.Proxy">
700       <returns></returns>
701     </member>
702     <member name="P:System.Net.HttpWebRequest.ReadWriteTimeout">
703       <returns></returns>
704     </member>
705     <member name="P:System.Net.HttpWebRequest.Referer">
706       <returns></returns>
707     </member>
708     <member name="P:System.Net.HttpWebRequest.RequestUri">
709       <returns></returns>
710     </member>
711     <member name="P:System.Net.HttpWebRequest.SendChunked">
712       <returns></returns>
713     </member>
714     <member name="P:System.Net.HttpWebRequest.ServerCertificateValidationCallback">
715       <returns></returns>
716     </member>
717     <member name="P:System.Net.HttpWebRequest.ServicePoint">
718       <returns></returns>
719     </member>
720     <member name="P:System.Net.HttpWebRequest.SupportsCookieContainer">
721       <returns></returns>
722     </member>
723     <member name="P:System.Net.HttpWebRequest.Timeout">
724       <returns></returns>
725     </member>
726     <member name="P:System.Net.HttpWebRequest.TransferEncoding">
727       <returns></returns>
728     </member>
729     <member name="P:System.Net.HttpWebRequest.UnsafeAuthenticatedConnectionSharing">
730       <returns></returns>
731     </member>
732     <member name="P:System.Net.HttpWebRequest.UseDefaultCredentials">
733       <returns></returns>
734     </member>
735     <member name="P:System.Net.HttpWebRequest.UserAgent">
736       <returns></returns>
737     </member>
738     <member name="M:System.Net.HttpWebRequest.System#Runtime#Serialization#ISerializable#GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
739       <param name="serializationInfo"></param>
740       <param name="streamingContext"></param>
741     </member>
742     <member name="T:System.Net.HttpWebResponse">
743       
744     </member>
745     <member name="M:System.Net.HttpWebResponse.#ctor">
746       
747     </member>
748     <member name="M:System.Net.HttpWebResponse.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
749       <param name="serializationInfo"></param>
750       <param name="streamingContext"></param>
751     </member>
752     <member name="P:System.Net.HttpWebResponse.CharacterSet">
753       <returns></returns>
754     </member>
755     <member name="M:System.Net.HttpWebResponse.Close">
756       
757     </member>
758     <member name="P:System.Net.HttpWebResponse.ContentEncoding">
759       <returns></returns>
760     </member>
761     <member name="P:System.Net.HttpWebResponse.ContentLength">
762       <returns></returns>
763     </member>
764     <member name="P:System.Net.HttpWebResponse.ContentType">
765       <returns></returns>
766     </member>
767     <member name="P:System.Net.HttpWebResponse.Cookies">
768       <returns></returns>
769     </member>
770     <member name="M:System.Net.HttpWebResponse.Dispose(System.Boolean)">
771       <param name="disposing"></param>
772     </member>
773     <member name="M:System.Net.HttpWebResponse.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
774       <param name="serializationInfo"></param>
775       <param name="streamingContext"></param>
776     </member>
777     <member name="M:System.Net.HttpWebResponse.GetResponseHeader(System.String)">
778       <param name="headerName"></param>
779       <returns></returns>
780     </member>
781     <member name="M:System.Net.HttpWebResponse.GetResponseStream">
782       <returns></returns>
783     </member>
784     <member name="P:System.Net.HttpWebResponse.Headers">
785       <returns></returns>
786     </member>
787     <member name="P:System.Net.HttpWebResponse.IsMutuallyAuthenticated">
788       <returns></returns>
789     </member>
790     <member name="P:System.Net.HttpWebResponse.LastModified">
791       <returns></returns>
792     </member>
793     <member name="P:System.Net.HttpWebResponse.Method">
794       <returns></returns>
795     </member>
796     <member name="P:System.Net.HttpWebResponse.ProtocolVersion">
797       <returns></returns>
798     </member>
799     <member name="P:System.Net.HttpWebResponse.ResponseUri">
800       <returns></returns>
801     </member>
802     <member name="P:System.Net.HttpWebResponse.Server">
803       <returns></returns>
804     </member>
805     <member name="P:System.Net.HttpWebResponse.StatusCode">
806       <returns></returns>
807     </member>
808     <member name="P:System.Net.HttpWebResponse.StatusDescription">
809       <returns></returns>
810     </member>
811     <member name="P:System.Net.HttpWebResponse.SupportsHeaders">
812       <returns></returns>
813     </member>
814     <member name="M:System.Net.HttpWebResponse.System#Runtime#Serialization#ISerializable#GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
815       <param name="serializationInfo"></param>
816       <param name="streamingContext"></param>
817     </member>
818     <member name="T:System.Net.IAuthenticationModule">
819       <summary>Provides the base authentication interface for Web client authentication modules.</summary>
820     </member>
821     <member name="M:System.Net.IAuthenticationModule.Authenticate(System.String,System.Net.WebRequest,System.Net.ICredentials)">
822       <summary>Returns an instance of the <see cref="T:System.Net.Authorization"></see> class in respose to an authentication challenge from a server.</summary>
823       <param name="challenge">The authentication challenge sent by the server.</param>
824       <param name="request">The <see cref="T:System.Net.WebRequest"></see> instance associated with the challenge.</param>
825       <param name="credentials">The credentials associated with the challenge.</param>
826       <returns>An <see cref="T:System.Net.Authorization"></see> instance containing the authorization message for the request, or null if the challenge cannot be handled.</returns>
827     </member>
828     <member name="P:System.Net.IAuthenticationModule.AuthenticationType">
829       <summary>Gets the authentication type provided by this authentication module.</summary>
830       <returns>A string indicating the authentication type provided by this authentication module.</returns>
831     </member>
832     <member name="P:System.Net.IAuthenticationModule.CanPreAuthenticate">
833       <summary>Gets a value indicating whether the authentication module supports preauthentication.</summary>
834       <returns>true if the authorization module supports preauthentication; otherwise false.</returns>
835     </member>
836     <member name="M:System.Net.IAuthenticationModule.PreAuthenticate(System.Net.WebRequest,System.Net.ICredentials)">
837       <summary>Returns an instance of the <see cref="T:System.Net.Authorization"></see> class for an authentication request to a server.</summary>
838       <param name="request">The <see cref="T:System.Net.WebRequest"></see> instance associated with the authentication request.</param>
839       <param name="credentials">The credentials associated with the authentication request.</param>
840       <returns>An <see cref="T:System.Net.Authorization"></see> instance containing the authorization message for the request.</returns>
841     </member>
842     <member name="T:System.Net.ICredentialPolicy">
843       <summary>Defines the credential policy to be used for resource requests that are made using <see cref="T:System.Net.WebRequest"></see> and its derived classes.</summary>
844     </member>
845     <member name="M:System.Net.ICredentialPolicy.ShouldSendCredential(System.Uri,System.Net.WebRequest,System.Net.NetworkCredential,System.Net.IAuthenticationModule)">
846       <summary>Returns a <see cref="T:System.Boolean"></see> that indicates whether the client's credentials are sent with a resource request made using an instance of the <see cref="T:System.Net.WebRequest"></see> class.</summary>
847       <param name="challengeUri">The <see cref="T:System.Uri"></see> that will receive the request.</param>
848       <param name="request">The <see cref="T:System.Net.WebRequest"></see> that represents the resource being requested.</param>
849       <param name="credential">The <see cref="T:System.Net.NetworkCredential"></see> that will be sent with the request if this method returns true.</param>
850       <param name="authenticationModule">The <see cref="T:System.Net.IAuthenticationModule"></see> that will conduct the authentication, if authentication is required.</param>
851       <returns>true if the credentials are sent with the request; otherwise, false.</returns>
852     </member>
853     <member name="T:System.Net.IWebRequestCreate">
854       <summary>Provides the base interface for creating <see cref="T:System.Net.WebRequest"></see> instances.</summary>
855     </member>
856     <member name="M:System.Net.IWebRequestCreate.Create(System.Uri)">
857       <summary>Creates a <see cref="T:System.Net.WebRequest"></see> instance.</summary>
858       <param name="uri">The uniform resource identifier (URI) of the Web resource.</param>
859       <returns>A <see cref="T:System.Net.WebRequest"></see> instance.</returns>
860       <exception cref="T:System.NotSupportedException">The request scheme specified in <paramref name="uri">uri</paramref> is not supported by this <see cref="T:System.Net.IWebRequestCreate"></see> instance.</exception>
861       <exception cref="T:System.ArgumentNullException"><paramref name="uri">uri</paramref> is null.</exception>
862       <exception cref="T:System.UriFormatException">  
863  In the [.NET for Windows Store apps](http://go.microsoft.com/fwlink/?LinkID=247912) or the [Portable Class Library](~/docs/standard/cross-platform/cross-platform-development-with-the-portable-class-library.md), catch the base class exception, <see cref="T:System.FormatException"></see>, instead.  
864
865  The URI specified in <paramref name="uri">uri</paramref> is not a valid URI.</exception>
866     </member>
867     <member name="T:System.Net.WebException">
868       <summary>The exception that is thrown when an error occurs while accessing the network through a pluggable protocol.</summary>
869     </member>
870     <member name="M:System.Net.WebException.#ctor">
871       <summary>Initializes a new instance of the <see cref="T:System.Net.WebException"></see> class.</summary>
872     </member>
873     <member name="M:System.Net.WebException.#ctor(System.String)">
874       <summary>Initializes a new instance of the <see cref="T:System.Net.WebException"></see> class with the specified error message.</summary>
875       <param name="message">The text of the error message.</param>
876     </member>
877     <member name="M:System.Net.WebException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
878       <summary>Initializes a new instance of the <see cref="T:System.Net.WebException"></see> class from the specified <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> and <see cref="T:System.Runtime.Serialization.StreamingContext"></see> instances.</summary>
879       <param name="serializationInfo">A <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> that contains the information required to serialize the new <see cref="T:System.Net.WebException"></see>.</param>
880       <param name="streamingContext">A <see cref="T:System.Runtime.Serialization.StreamingContext"></see> that contains the source of the serialized stream that is associated with the new <see cref="T:System.Net.WebException"></see>.</param>
881     </member>
882     <member name="M:System.Net.WebException.#ctor(System.String,System.Exception)">
883       <summary>Initializes a new instance of the <see cref="T:System.Net.WebException"></see> class with the specified error message and nested exception.</summary>
884       <param name="message">The text of the error message.</param>
885       <param name="innerException">A nested exception.</param>
886     </member>
887     <member name="M:System.Net.WebException.#ctor(System.String,System.Net.WebExceptionStatus)">
888       <summary>Initializes a new instance of the <see cref="T:System.Net.WebException"></see> class with the specified error message and status.</summary>
889       <param name="message">The text of the error message.</param>
890       <param name="status">One of the <see cref="T:System.Net.WebExceptionStatus"></see> values.</param>
891     </member>
892     <member name="M:System.Net.WebException.#ctor(System.String,System.Exception,System.Net.WebExceptionStatus,System.Net.WebResponse)">
893       <summary>Initializes a new instance of the <see cref="T:System.Net.WebException"></see> class with the specified error message, nested exception, status, and response.</summary>
894       <param name="message">The text of the error message.</param>
895       <param name="innerException">A nested exception.</param>
896       <param name="status">One of the <see cref="T:System.Net.WebExceptionStatus"></see> values.</param>
897       <param name="response">A <see cref="T:System.Net.WebResponse"></see> instance that contains the response from the remote host.</param>
898     </member>
899     <member name="M:System.Net.WebException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
900       <summary>Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> instance with the data needed to serialize the <see cref="T:System.Net.WebException"></see>.</summary>
901       <param name="serializationInfo">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> to be used.</param>
902       <param name="streamingContext">The <see cref="T:System.Runtime.Serialization.StreamingContext"></see> to be used.</param>
903     </member>
904     <member name="P:System.Net.WebException.Response">
905       <summary>Gets the response that the remote host returned.</summary>
906       <returns>If a response is available from the Internet resource, a <see cref="T:System.Net.WebResponse"></see> instance that contains the error response from an Internet resource; otherwise, null.</returns>
907     </member>
908     <member name="P:System.Net.WebException.Status">
909       <summary>Gets the status of the response.</summary>
910       <returns>One of the <see cref="T:System.Net.WebExceptionStatus"></see> values.</returns>
911     </member>
912     <member name="M:System.Net.WebException.System#Runtime#Serialization#ISerializable#GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
913       <summary>Serializes this instance into the specified <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> object.</summary>
914       <param name="serializationInfo">The object into which this <see cref="T:System.Net.WebException"></see> will be serialized.</param>
915       <param name="streamingContext">The destination of the serialization.</param>
916     </member>
917     <member name="T:System.Net.WebExceptionStatus">
918       <summary>Defines status codes for the <see cref="T:System.Net.WebException"></see> class.</summary>
919     </member>
920     <member name="F:System.Net.WebExceptionStatus.CacheEntryNotFound">
921       <summary>The specified cache entry was not found.</summary>
922       <returns></returns>
923     </member>
924     <member name="F:System.Net.WebExceptionStatus.ConnectFailure">
925       <summary>The remote service point could not be contacted at the transport level.</summary>
926       <returns></returns>
927     </member>
928     <member name="F:System.Net.WebExceptionStatus.ConnectionClosed">
929       <summary>The connection was prematurely closed.</summary>
930       <returns></returns>
931     </member>
932     <member name="F:System.Net.WebExceptionStatus.KeepAliveFailure">
933       <summary>The connection for a request that specifies the Keep-alive header was closed unexpectedly.</summary>
934       <returns></returns>
935     </member>
936     <member name="F:System.Net.WebExceptionStatus.MessageLengthLimitExceeded">
937       <summary>A message was received that exceeded the specified limit when sending a request or receiving a response from the server.</summary>
938       <returns></returns>
939     </member>
940     <member name="F:System.Net.WebExceptionStatus.NameResolutionFailure">
941       <summary>The name resolver service could not resolve the host name.</summary>
942       <returns></returns>
943     </member>
944     <member name="F:System.Net.WebExceptionStatus.Pending">
945       <summary>An internal asynchronous request is pending.</summary>
946       <returns></returns>
947     </member>
948     <member name="F:System.Net.WebExceptionStatus.PipelineFailure">
949       <summary>The request was a pipelined request and the connection was closed before the response was received.</summary>
950       <returns></returns>
951     </member>
952     <member name="F:System.Net.WebExceptionStatus.ProtocolError">
953       <summary>The response received from the server was complete but indicated a protocol-level error. For example, an HTTP protocol error such as 401 Access Denied would use this status.</summary>
954       <returns></returns>
955     </member>
956     <member name="F:System.Net.WebExceptionStatus.ProxyNameResolutionFailure">
957       <summary>The name resolver service could not resolve the proxy host name.</summary>
958       <returns></returns>
959     </member>
960     <member name="F:System.Net.WebExceptionStatus.ReceiveFailure">
961       <summary>A complete response was not received from the remote server.</summary>
962       <returns></returns>
963     </member>
964     <member name="F:System.Net.WebExceptionStatus.RequestCanceled">
965       <summary>The request was canceled, the <see cref="M:System.Net.WebRequest.Abort"></see> method was called, or an unclassifiable error occurred. This is the default value for <see cref="P:System.Net.WebException.Status"></see>.</summary>
966       <returns></returns>
967     </member>
968     <member name="F:System.Net.WebExceptionStatus.RequestProhibitedByCachePolicy">
969       <summary>The request was not permitted by the cache policy. In general, this occurs when a request is not cacheable and the effective policy prohibits sending the request to the server. You might receive this status if a request method implies the presence of a request body, a request method requires direct interaction with the server, or a request contains a conditional header.</summary>
970       <returns></returns>
971     </member>
972     <member name="F:System.Net.WebExceptionStatus.RequestProhibitedByProxy">
973       <summary>This request was not permitted by the proxy.</summary>
974       <returns></returns>
975     </member>
976     <member name="F:System.Net.WebExceptionStatus.SecureChannelFailure">
977       <summary>An error occurred while establishing a connection using SSL.</summary>
978       <returns></returns>
979     </member>
980     <member name="F:System.Net.WebExceptionStatus.SendFailure">
981       <summary>A complete request could not be sent to the remote server.</summary>
982       <returns></returns>
983     </member>
984     <member name="F:System.Net.WebExceptionStatus.ServerProtocolViolation">
985       <summary>The server response was not a valid HTTP response.</summary>
986       <returns></returns>
987     </member>
988     <member name="F:System.Net.WebExceptionStatus.Success">
989       <summary>No error was encountered.</summary>
990       <returns></returns>
991     </member>
992     <member name="F:System.Net.WebExceptionStatus.Timeout">
993       <summary>No response was received during the time-out period for a request.</summary>
994       <returns></returns>
995     </member>
996     <member name="F:System.Net.WebExceptionStatus.TrustFailure">
997       <summary>A server certificate could not be validated.</summary>
998       <returns></returns>
999     </member>
1000     <member name="F:System.Net.WebExceptionStatus.UnknownError">
1001       <summary>An exception of unknown type has occurred.</summary>
1002       <returns></returns>
1003     </member>
1004     <member name="T:System.Net.WebRequest">
1005       
1006     </member>
1007     <member name="M:System.Net.WebRequest.#ctor">
1008       
1009     </member>
1010     <member name="M:System.Net.WebRequest.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
1011       <param name="serializationInfo"></param>
1012       <param name="streamingContext"></param>
1013     </member>
1014     <member name="M:System.Net.WebRequest.Abort">
1015       
1016     </member>
1017     <member name="P:System.Net.WebRequest.AuthenticationLevel">
1018       <returns></returns>
1019     </member>
1020     <member name="M:System.Net.WebRequest.BeginGetRequestStream(System.AsyncCallback,System.Object)">
1021       <param name="callback"></param>
1022       <param name="state"></param>
1023       <returns></returns>
1024     </member>
1025     <member name="M:System.Net.WebRequest.BeginGetResponse(System.AsyncCallback,System.Object)">
1026       <param name="callback"></param>
1027       <param name="state"></param>
1028       <returns></returns>
1029     </member>
1030     <member name="P:System.Net.WebRequest.CachePolicy">
1031       <returns></returns>
1032     </member>
1033     <member name="P:System.Net.WebRequest.ConnectionGroupName">
1034       <returns></returns>
1035     </member>
1036     <member name="P:System.Net.WebRequest.ContentLength">
1037       <returns></returns>
1038     </member>
1039     <member name="P:System.Net.WebRequest.ContentType">
1040       <returns></returns>
1041     </member>
1042     <member name="M:System.Net.WebRequest.Create(System.String)">
1043       <param name="requestUriString"></param>
1044       <returns></returns>
1045     </member>
1046     <member name="M:System.Net.WebRequest.Create(System.Uri)">
1047       <param name="requestUri"></param>
1048       <returns></returns>
1049     </member>
1050     <member name="M:System.Net.WebRequest.CreateDefault(System.Uri)">
1051       <param name="requestUri"></param>
1052       <returns></returns>
1053     </member>
1054     <member name="M:System.Net.WebRequest.CreateHttp(System.String)">
1055       <param name="requestUriString"></param>
1056       <returns></returns>
1057     </member>
1058     <member name="M:System.Net.WebRequest.CreateHttp(System.Uri)">
1059       <param name="requestUri"></param>
1060       <returns></returns>
1061     </member>
1062     <member name="P:System.Net.WebRequest.Credentials">
1063       <returns></returns>
1064     </member>
1065     <member name="P:System.Net.WebRequest.DefaultCachePolicy">
1066       <returns></returns>
1067     </member>
1068     <member name="P:System.Net.WebRequest.DefaultWebProxy">
1069       <returns></returns>
1070     </member>
1071     <member name="M:System.Net.WebRequest.EndGetRequestStream(System.IAsyncResult)">
1072       <param name="asyncResult"></param>
1073       <returns></returns>
1074     </member>
1075     <member name="M:System.Net.WebRequest.EndGetResponse(System.IAsyncResult)">
1076       <param name="asyncResult"></param>
1077       <returns></returns>
1078     </member>
1079     <member name="M:System.Net.WebRequest.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
1080       <param name="serializationInfo"></param>
1081       <param name="streamingContext"></param>
1082     </member>
1083     <member name="M:System.Net.WebRequest.GetRequestStream">
1084       <returns></returns>
1085     </member>
1086     <member name="M:System.Net.WebRequest.GetRequestStreamAsync">
1087       <returns></returns>
1088     </member>
1089     <member name="M:System.Net.WebRequest.GetResponse">
1090       <returns></returns>
1091     </member>
1092     <member name="M:System.Net.WebRequest.GetResponseAsync">
1093       <returns></returns>
1094     </member>
1095     <member name="M:System.Net.WebRequest.GetSystemWebProxy">
1096       <returns></returns>
1097     </member>
1098     <member name="P:System.Net.WebRequest.Headers">
1099       <returns></returns>
1100     </member>
1101     <member name="P:System.Net.WebRequest.ImpersonationLevel">
1102       <returns></returns>
1103     </member>
1104     <member name="P:System.Net.WebRequest.Method">
1105       <returns></returns>
1106     </member>
1107     <member name="P:System.Net.WebRequest.PreAuthenticate">
1108       <returns></returns>
1109     </member>
1110     <member name="P:System.Net.WebRequest.Proxy">
1111       <returns></returns>
1112     </member>
1113     <member name="M:System.Net.WebRequest.RegisterPrefix(System.String,System.Net.IWebRequestCreate)">
1114       <param name="prefix"></param>
1115       <param name="creator"></param>
1116       <returns></returns>
1117     </member>
1118     <member name="P:System.Net.WebRequest.RequestUri">
1119       <returns></returns>
1120     </member>
1121     <member name="P:System.Net.WebRequest.Timeout">
1122       <returns></returns>
1123     </member>
1124     <member name="P:System.Net.WebRequest.UseDefaultCredentials">
1125       <returns></returns>
1126     </member>
1127     <member name="M:System.Net.WebRequest.System#Runtime#Serialization#ISerializable#GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
1128       <param name="serializationInfo"></param>
1129       <param name="streamingContext"></param>
1130     </member>
1131     <member name="T:System.Net.WebRequestMethods.File">
1132       <summary>Represents the types of file protocol methods that can be used with a FILE request. This class cannot be inherited.</summary>
1133     </member>
1134     <member name="F:System.Net.WebRequestMethods.File.DownloadFile">
1135       <summary>Represents the FILE GET protocol method that is used to retrieve a file from a specified location.</summary>
1136       <returns></returns>
1137     </member>
1138     <member name="F:System.Net.WebRequestMethods.File.UploadFile">
1139       <summary>Represents the FILE PUT protocol method that is used to copy a file to a specified location.</summary>
1140       <returns></returns>
1141     </member>
1142     <member name="T:System.Net.WebRequestMethods.Ftp">
1143       <summary>Represents the types of FTP protocol methods that can be used with an FTP request. This class cannot be inherited.</summary>
1144     </member>
1145     <member name="F:System.Net.WebRequestMethods.Ftp.AppendFile">
1146       <summary>Represents the FTP APPE protocol method that is used to append a file to an existing file on an FTP server.</summary>
1147       <returns></returns>
1148     </member>
1149     <member name="F:System.Net.WebRequestMethods.Ftp.DeleteFile">
1150       <summary>Represents the FTP DELE protocol method that is used to delete a file on an FTP server.</summary>
1151       <returns></returns>
1152     </member>
1153     <member name="F:System.Net.WebRequestMethods.Ftp.DownloadFile">
1154       <summary>Represents the FTP RETR protocol method that is used to download a file from an FTP server.</summary>
1155       <returns></returns>
1156     </member>
1157     <member name="F:System.Net.WebRequestMethods.Ftp.GetDateTimestamp">
1158       <summary>Represents the FTP MDTM protocol method that is used to retrieve the date-time stamp from a file on an FTP server.</summary>
1159       <returns></returns>
1160     </member>
1161     <member name="F:System.Net.WebRequestMethods.Ftp.GetFileSize">
1162       <summary>Represents the FTP SIZE protocol method that is used to retrieve the size of a file on an FTP server.</summary>
1163       <returns></returns>
1164     </member>
1165     <member name="F:System.Net.WebRequestMethods.Ftp.ListDirectory">
1166       <summary>Represents the FTP NLIST protocol method that gets a short listing of the files on an FTP server.</summary>
1167       <returns></returns>
1168     </member>
1169     <member name="F:System.Net.WebRequestMethods.Ftp.ListDirectoryDetails">
1170       <summary>Represents the FTP LIST protocol method that gets a detailed listing of the files on an FTP server.</summary>
1171       <returns></returns>
1172     </member>
1173     <member name="F:System.Net.WebRequestMethods.Ftp.MakeDirectory">
1174       <summary>Represents the FTP MKD protocol method creates a directory on an FTP server.</summary>
1175       <returns></returns>
1176     </member>
1177     <member name="F:System.Net.WebRequestMethods.Ftp.PrintWorkingDirectory">
1178       <summary>Represents the FTP PWD protocol method that prints the name of the current working directory.</summary>
1179       <returns></returns>
1180     </member>
1181     <member name="F:System.Net.WebRequestMethods.Ftp.RemoveDirectory">
1182       <summary>Represents the FTP RMD protocol method that removes a directory.</summary>
1183       <returns></returns>
1184     </member>
1185     <member name="F:System.Net.WebRequestMethods.Ftp.Rename">
1186       <summary>Represents the FTP RENAME protocol method that renames a directory.</summary>
1187       <returns></returns>
1188     </member>
1189     <member name="F:System.Net.WebRequestMethods.Ftp.UploadFile">
1190       <summary>Represents the FTP STOR protocol method that uploads a file to an FTP server.</summary>
1191       <returns></returns>
1192     </member>
1193     <member name="F:System.Net.WebRequestMethods.Ftp.UploadFileWithUniqueName">
1194       <summary>Represents the FTP STOU protocol that uploads a file with a unique name to an FTP server.</summary>
1195       <returns></returns>
1196     </member>
1197     <member name="T:System.Net.WebRequestMethods.Http">
1198       <summary>Represents the types of HTTP protocol methods that can be used with an HTTP request.</summary>
1199     </member>
1200     <member name="F:System.Net.WebRequestMethods.Http.Connect">
1201       <summary>Represents the HTTP CONNECT protocol method that is used with a proxy that can dynamically switch to tunneling, as in the case of SSL tunneling.</summary>
1202       <returns></returns>
1203     </member>
1204     <member name="F:System.Net.WebRequestMethods.Http.Get">
1205       <summary>Represents an HTTP GET protocol method.</summary>
1206       <returns></returns>
1207     </member>
1208     <member name="F:System.Net.WebRequestMethods.Http.Head">
1209       <summary>Represents an HTTP HEAD protocol method. The HEAD method is identical to GET except that the server only returns message-headers in the response, without a message-body.</summary>
1210       <returns></returns>
1211     </member>
1212     <member name="F:System.Net.WebRequestMethods.Http.MkCol">
1213       <summary>Represents an HTTP MKCOL request that creates a new collection (such as a collection of pages) at the location specified by the request-Uniform Resource Identifier (URI).</summary>
1214       <returns></returns>
1215     </member>
1216     <member name="F:System.Net.WebRequestMethods.Http.Post">
1217       <summary>Represents an HTTP POST protocol method that is used to post a new entity as an addition to a URI.</summary>
1218       <returns></returns>
1219     </member>
1220     <member name="F:System.Net.WebRequestMethods.Http.Put">
1221       <summary>Represents an HTTP PUT protocol method that is used to replace an entity identified by a URI.</summary>
1222       <returns></returns>
1223     </member>
1224     <member name="T:System.Net.WebRequestMethods">
1225       <summary>Container class for <see cref="T:System.Net.WebRequestMethods.Ftp"></see>, <see cref="T:System.Net.WebRequestMethods.File"></see>, and <see cref="T:System.Net.WebRequestMethods.Http"></see> classes. This class cannot be inherited</summary>
1226     </member>
1227     <member name="T:System.Net.WebResponse">
1228       <summary>Provides a response from a Uniform Resource Identifier (URI). This is an abstract class.</summary>
1229     </member>
1230     <member name="M:System.Net.WebResponse.#ctor">
1231       <summary>Initializes a new instance of the <see cref="T:System.Net.WebResponse"></see> class.</summary>
1232     </member>
1233     <member name="M:System.Net.WebResponse.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
1234       <summary>Initializes a new instance of the <see cref="T:System.Net.WebResponse"></see> class from the specified instances of the <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> and <see cref="T:System.Runtime.Serialization.StreamingContext"></see> classes.</summary>
1235       <param name="serializationInfo">An instance of the <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> class that contains the information required to serialize the new <see cref="T:System.Net.WebRequest"></see> instance.</param>
1236       <param name="streamingContext">An instance of the <see cref="T:System.Runtime.Serialization.StreamingContext"></see> class that indicates the source of the serialized stream that is associated with the new <see cref="T:System.Net.WebRequest"></see> instance.</param>
1237       <exception cref="T:System.NotSupportedException">Any attempt is made to access the constructor, when the constructor is not overridden in a descendant class.</exception>
1238     </member>
1239     <member name="M:System.Net.WebResponse.Close">
1240       <summary>When overridden by a descendant class, closes the response stream.</summary>
1241       <exception cref="T:System.NotSupportedException">Any attempt is made to access the method, when the method is not overridden in a descendant class.</exception>
1242     </member>
1243     <member name="P:System.Net.WebResponse.ContentLength">
1244       <summary>When overridden in a descendant class, gets or sets the content length of data being received.</summary>
1245       <returns>The number of bytes returned from the Internet resource.</returns>
1246       <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>
1247     </member>
1248     <member name="P:System.Net.WebResponse.ContentType">
1249       <summary>When overridden in a derived class, gets or sets the content type of the data being received.</summary>
1250       <returns>A string that contains the content type of the response.</returns>
1251       <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>
1252     </member>
1253     <member name="M:System.Net.WebResponse.Dispose">
1254       <summary>Releases the unmanaged resources used by the <see cref="T:System.Net.WebResponse"></see> object.</summary>
1255     </member>
1256     <member name="M:System.Net.WebResponse.Dispose(System.Boolean)">
1257       <summary>Releases the unmanaged resources used by the <see cref="T:System.Net.WebResponse"></see> object, and optionally disposes of the managed resources.</summary>
1258       <param name="disposing">true to release both managed and unmanaged resources; false to releases only unmanaged resources.</param>
1259     </member>
1260     <member name="M:System.Net.WebResponse.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
1261       <summary>Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> with the data that is needed to serialize the target object.</summary>
1262       <param name="serializationInfo">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> to populate with data.</param>
1263       <param name="streamingContext">A <see cref="T:System.Runtime.Serialization.StreamingContext"></see> that specifies the destination for this serialization.</param>
1264     </member>
1265     <member name="M:System.Net.WebResponse.GetResponseStream">
1266       <summary>When overridden in a descendant class, returns the data stream from the Internet resource.</summary>
1267       <returns>An instance of the <see cref="T:System.IO.Stream"></see> class for reading data from the Internet resource.</returns>
1268       <exception cref="T:System.NotSupportedException">Any attempt is made to access the method, when the method is not overridden in a descendant class.</exception>
1269     </member>
1270     <member name="P:System.Net.WebResponse.Headers">
1271       <summary>When overridden in a derived class, gets a collection of header name-value pairs associated with this request.</summary>
1272       <returns>An instance of the <see cref="T:System.Net.WebHeaderCollection"></see> class that contains header values associated with this response.</returns>
1273       <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>
1274     </member>
1275     <member name="P:System.Net.WebResponse.IsFromCache">
1276       <summary>Gets a <see cref="T:System.Boolean"></see> value that indicates whether this response was obtained from the cache.</summary>
1277       <returns>true if the response was taken from the cache; otherwise, false.</returns>
1278     </member>
1279     <member name="P:System.Net.WebResponse.IsMutuallyAuthenticated">
1280       <summary>Gets a <see cref="T:System.Boolean"></see> value that indicates whether mutual authentication occurred.</summary>
1281       <returns>true if both client and server were authenticated; otherwise, false.</returns>
1282     </member>
1283     <member name="P:System.Net.WebResponse.ResponseUri">
1284       <summary>When overridden in a derived class, gets the URI of the Internet resource that actually responded to the request.</summary>
1285       <returns>An instance of the <see cref="T:System.Uri"></see> class that contains the URI of the Internet resource that actually responded to the request.</returns>
1286       <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>
1287     </member>
1288     <member name="P:System.Net.WebResponse.SupportsHeaders">
1289       <summary>Gets a value that indicates if headers are supported.</summary>
1290       <returns>Returns <see cref="T:System.Boolean"></see>.  true if headers are supported; otherwise, false.</returns>
1291     </member>
1292     <member name="M:System.Net.WebResponse.System#Runtime#Serialization#ISerializable#GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
1293       <summary>Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> instance with the data that is needed to serialize <see cref="T:System.Net.WebResponse"></see>.</summary>
1294       <param name="serializationInfo">A <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> that will hold the serialized data for the <see cref="T:System.Net.WebResponse"></see>.</param>
1295       <param name="streamingContext">A <see cref="T:System.Runtime.Serialization.StreamingContext"></see> that contains the destination of the serialized stream that is associated with the new <see cref="T:System.Net.WebResponse"></see>.</param>
1296     </member>
1297     <member name="T:System.Net.Cache.HttpCacheAgeControl">
1298       <summary>Specifies the meaning of time values that control caching behavior for resources obtained using <see cref="T:System.Net.HttpWebRequest"></see> objects.</summary>
1299     </member>
1300     <member name="F:System.Net.Cache.HttpCacheAgeControl.MaxAge">
1301       <summary>Content can be taken from the cache until it is older than the age specified with this value.</summary>
1302       <returns></returns>
1303     </member>
1304     <member name="F:System.Net.Cache.HttpCacheAgeControl.MaxAgeAndMaxStale">
1305       <summary><see cref="P:System.Net.Cache.HttpRequestCachePolicy.MaxAge"></see> and <see cref="P:System.Net.Cache.HttpRequestCachePolicy.MaxStale"></see>.</summary>
1306       <returns></returns>
1307     </member>
1308     <member name="F:System.Net.Cache.HttpCacheAgeControl.MaxAgeAndMinFresh">
1309       <summary><see cref="P:System.Net.Cache.HttpRequestCachePolicy.MaxAge"></see> and <see cref="P:System.Net.Cache.HttpRequestCachePolicy.MinFresh"></see>.</summary>
1310       <returns></returns>
1311     </member>
1312     <member name="F:System.Net.Cache.HttpCacheAgeControl.MaxStale">
1313       <summary>Content can be taken from the cache after it has expired, until the time specified with this value elapses.</summary>
1314       <returns></returns>
1315     </member>
1316     <member name="F:System.Net.Cache.HttpCacheAgeControl.MinFresh">
1317       <summary>Content can be taken from the cache if the time remaining before expiration is greater than or equal to the time specified with this value.</summary>
1318       <returns></returns>
1319     </member>
1320     <member name="F:System.Net.Cache.HttpCacheAgeControl.None">
1321       <summary>For internal use only. The Framework will throw an <see cref="T:System.ArgumentException"></see> if you try to use this member.</summary>
1322       <returns></returns>
1323     </member>
1324     <member name="T:System.Net.Cache.HttpRequestCacheLevel">
1325       <summary>Specifies caching behavior for resources obtained using the Hypertext Transfer protocol (HTTP).</summary>
1326     </member>
1327     <member name="F:System.Net.Cache.HttpRequestCacheLevel.BypassCache">
1328       <summary>Satisfies a request by using the server. No entries are taken from caches, added to caches, or removed from caches between the client and server. No entries are taken from caches, added to caches, or removed from caches between the client and server. This is the default cache behavior specified in the machine configuration file that ships with the .NET Framework.</summary>
1329       <returns></returns>
1330     </member>
1331     <member name="F:System.Net.Cache.HttpRequestCacheLevel.CacheIfAvailable">
1332       <summary>Satisfies a request for a resource from the cache if the resource is available; otherwise, sends a request for a resource to the server. If the requested item is available in any cache between the client and the server, the request might be satisfied by the intermediate cache.</summary>
1333       <returns></returns>
1334     </member>
1335     <member name="F:System.Net.Cache.HttpRequestCacheLevel.CacheOnly">
1336       <summary>Satisfies a request using the locally cached resource; does not send a request for an item that is not in the cache. When this cache policy level is specified, a <see cref="T:System.Net.WebException"></see> exception is thrown if the item is not in the client cache.</summary>
1337       <returns></returns>
1338     </member>
1339     <member name="F:System.Net.Cache.HttpRequestCacheLevel.CacheOrNextCacheOnly">
1340       <summary>Satisfies a request for a resource either from the local computer's cache or a remote cache on the local area network. If the request cannot be satisfied, a <see cref="T:System.Net.WebException"></see> exception is thrown. In the HTTP caching protocol, this is achieved using the only-if-cached cache control directive.</summary>
1341       <returns></returns>
1342     </member>
1343     <member name="F:System.Net.Cache.HttpRequestCacheLevel.Default">
1344       <summary>Satisfies a request for a resource either by using the cached copy of the resource or by sending a request for the resource to the server. The action taken is determined by the current cache policy and the age of the content in the cache. This is the cache level that should be used by most applications.</summary>
1345       <returns></returns>
1346     </member>
1347     <member name="F:System.Net.Cache.HttpRequestCacheLevel.NoCacheNoStore">
1348       <summary>Never satisfies a request by using resources from the cache and does not cache resources. If the resource is present in the local cache, it is removed. This policy level indicates to intermediate caches that they should remove the resource. In the HTTP caching protocol, this is achieved using the no-cache cache control directive.</summary>
1349       <returns></returns>
1350     </member>
1351     <member name="F:System.Net.Cache.HttpRequestCacheLevel.Refresh">
1352       <summary>Satisfies a request by using the server or a cache other than the local cache. Before the request can be satisfied by an intermediate cache, that cache must revalidate its cached entry with the server. In the HTTP caching protocol, this is achieved using the max-age = 0 cache control directive and the no-cache Pragma header.</summary>
1353       <returns></returns>
1354     </member>
1355     <member name="F:System.Net.Cache.HttpRequestCacheLevel.Reload">
1356       <summary>Satisfies a request by using the server. The response might be saved in the cache. In the HTTP caching protocol, this is achieved using the no-cache cache control directive and the no-cache Pragma header.</summary>
1357       <returns></returns>
1358     </member>
1359     <member name="F:System.Net.Cache.HttpRequestCacheLevel.Revalidate">
1360       <summary>Compares the copy of the resource in the cache with the copy on the server. If the copy on the server is newer, it is used to satisfy the request and replaces the copy in the cache. If the copy in the cache is the same as the server copy, the cached copy is used. In the HTTP caching protocol, this is achieved using a conditional request.</summary>
1361       <returns></returns>
1362     </member>
1363     <member name="T:System.Net.Cache.HttpRequestCachePolicy">
1364       <summary>Defines an application's caching requirements for resources obtained by using <see cref="T:System.Net.HttpWebRequest"></see> objects.</summary>
1365     </member>
1366     <member name="M:System.Net.Cache.HttpRequestCachePolicy.#ctor">
1367       <summary>Initializes a new instance of the <see cref="T:System.Net.Cache.HttpRequestCachePolicy"></see> class.</summary>
1368     </member>
1369     <member name="M:System.Net.Cache.HttpRequestCachePolicy.#ctor(System.DateTime)">
1370       <summary>Initializes a new instance of the <see cref="T:System.Net.Cache.HttpRequestCachePolicy"></see> class using the specified cache synchronization date.</summary>
1371       <param name="cacheSyncDate">A <see cref="T:System.DateTime"></see> object that specifies the time when resources stored in the cache must be revalidated.</param>
1372     </member>
1373     <member name="M:System.Net.Cache.HttpRequestCachePolicy.#ctor(System.Net.Cache.HttpRequestCacheLevel)">
1374       <summary>Initializes a new instance of the <see cref="T:System.Net.Cache.HttpRequestCachePolicy"></see> class using the specified cache policy.</summary>
1375       <param name="level">An <see cref="T:System.Net.Cache.HttpRequestCacheLevel"></see> value.</param>
1376     </member>
1377     <member name="M:System.Net.Cache.HttpRequestCachePolicy.#ctor(System.Net.Cache.HttpCacheAgeControl,System.TimeSpan)">
1378       <summary>Initializes a new instance of the <see cref="T:System.Net.Cache.HttpRequestCachePolicy"></see> class using the specified age control and time values.</summary>
1379       <param name="cacheAgeControl">One of the following <see cref="T:System.Net.Cache.HttpCacheAgeControl"></see> enumeration values: <see cref="F:System.Net.Cache.HttpCacheAgeControl.MaxAge"></see>, <see cref="F:System.Net.Cache.HttpCacheAgeControl.MaxStale"></see>, or <see cref="F:System.Net.Cache.HttpCacheAgeControl.MinFresh"></see>.</param>
1380       <param name="ageOrFreshOrStale">A <see cref="T:System.TimeSpan"></see> value that specifies an amount of time.</param>
1381       <exception cref="T:System.ArgumentException">The value specified for the <paramref name="cacheAgeControl">cacheAgeControl</paramref> parameter cannot be used with this constructor.</exception>
1382     </member>
1383     <member name="M:System.Net.Cache.HttpRequestCachePolicy.#ctor(System.Net.Cache.HttpCacheAgeControl,System.TimeSpan,System.TimeSpan)">
1384       <summary>Initializes a new instance of the <see cref="T:System.Net.Cache.HttpRequestCachePolicy"></see> class using the specified maximum age, age control value, and time value.</summary>
1385       <param name="cacheAgeControl">An <see cref="T:System.Net.Cache.HttpCacheAgeControl"></see> value.</param>
1386       <param name="maxAge">A <see cref="T:System.TimeSpan"></see> value that specifies the maximum age for resources.</param>
1387       <param name="freshOrStale">A <see cref="T:System.TimeSpan"></see> value that specifies an amount of time.</param>
1388       <exception cref="T:System.ArgumentException">The value specified for the <paramref name="cacheAgeControl">cacheAgeControl</paramref> parameter is not valid.</exception>
1389     </member>
1390     <member name="M:System.Net.Cache.HttpRequestCachePolicy.#ctor(System.Net.Cache.HttpCacheAgeControl,System.TimeSpan,System.TimeSpan,System.DateTime)">
1391       <summary>Initializes a new instance of the <see cref="T:System.Net.Cache.HttpRequestCachePolicy"></see> class using the specified maximum age, age control value, time value, and cache synchronization date.</summary>
1392       <param name="cacheAgeControl">An <see cref="T:System.Net.Cache.HttpCacheAgeControl"></see> value.</param>
1393       <param name="maxAge">A <see cref="T:System.TimeSpan"></see> value that specifies the maximum age for resources.</param>
1394       <param name="freshOrStale">A <see cref="T:System.TimeSpan"></see> value that specifies an amount of time.</param>
1395       <param name="cacheSyncDate">A <see cref="T:System.DateTime"></see> object that specifies the time when resources stored in the cache must be revalidated.</param>
1396     </member>
1397     <member name="P:System.Net.Cache.HttpRequestCachePolicy.CacheSyncDate">
1398       <summary>Gets the cache synchronization date for this instance.</summary>
1399       <returns>A <see cref="T:System.DateTime"></see> value set to the date specified when this instance was created. If no date was specified, this property's value is <see cref="F:System.DateTime.MinValue"></see>.</returns>
1400     </member>
1401     <member name="P:System.Net.Cache.HttpRequestCachePolicy.Level">
1402       <summary>Gets the <see cref="T:System.Net.Cache.HttpRequestCacheLevel"></see> value that was specified when this instance was created.</summary>
1403       <returns>A <see cref="T:System.Net.Cache.HttpRequestCacheLevel"></see> value that specifies the cache behavior for resources that were obtained using <see cref="T:System.Net.HttpWebRequest"></see> objects.</returns>
1404     </member>
1405     <member name="P:System.Net.Cache.HttpRequestCachePolicy.MaxAge">
1406       <summary>Gets the maximum age permitted for a resource returned from the cache.</summary>
1407       <returns>A <see cref="T:System.TimeSpan"></see> value that is set to the maximum age value specified when this instance was created. If no date was specified, this property's value is <see cref="F:System.DateTime.MinValue"></see>.</returns>
1408     </member>
1409     <member name="P:System.Net.Cache.HttpRequestCachePolicy.MaxStale">
1410       <summary>Gets the maximum staleness value that is permitted for a resource returned from the cache.</summary>
1411       <returns>A <see cref="T:System.TimeSpan"></see> value that is set to the maximum staleness value specified when this instance was created. If no date was specified, this property's value is <see cref="F:System.DateTime.MinValue"></see>.</returns>
1412     </member>
1413     <member name="P:System.Net.Cache.HttpRequestCachePolicy.MinFresh">
1414       <summary>Gets the minimum freshness that is permitted for a resource returned from the cache.</summary>
1415       <returns>A <see cref="T:System.TimeSpan"></see> value that specifies the minimum freshness specified when this instance was created. If no date was specified, this property's value is <see cref="F:System.DateTime.MinValue"></see>.</returns>
1416     </member>
1417     <member name="M:System.Net.Cache.HttpRequestCachePolicy.ToString">
1418       <summary>Returns a string representation of this instance.</summary>
1419       <returns>A <see cref="T:System.String"></see> value that contains the property values for this instance.</returns>
1420     </member>
1421     <member name="T:System.Net.FileWebRequest">
1422       <summary>Provides a file system implementation of the <see cref="T:System.Net.WebRequest"></see> class.</summary>
1423     </member>
1424     <member name="M:System.Net.FileWebRequest.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
1425       <summary>Initializes a new instance of the <see cref="T:System.Net.FileWebRequest"></see> class from the specified instances of the <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> and <see cref="T:System.Runtime.Serialization.StreamingContext"></see> classes.</summary>
1426       <param name="serializationInfo">A <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> object that contains the information that is required to serialize the new <see cref="T:System.Net.FileWebRequest"></see> object.</param>
1427       <param name="streamingContext">A <see cref="T:System.Runtime.Serialization.StreamingContext"></see> object that contains the source of the serialized stream that is associated with the new <see cref="T:System.Net.FileWebRequest"></see> object.</param>
1428     </member>
1429     <member name="M:System.Net.FileWebRequest.Abort">
1430       <summary>Cancels a request to an Internet resource.</summary>
1431     </member>
1432     <member name="M:System.Net.FileWebRequest.BeginGetRequestStream(System.AsyncCallback,System.Object)">
1433       <summary>Begins an asynchronous request for a <see cref="T:System.IO.Stream"></see> object to use to write data.</summary>
1434       <param name="callback">The <see cref="T:System.AsyncCallback"></see> delegate.</param>
1435       <param name="state">An object that contains state information for this request.</param>
1436       <returns>An <see cref="T:System.IAsyncResult"></see> that references the asynchronous request.</returns>
1437       <exception cref="T:System.Net.ProtocolViolationException">The <see cref="P:System.Net.FileWebRequest.Method"></see> property is GET and the application writes to the stream.</exception>
1438       <exception cref="T:System.InvalidOperationException">The stream is being used by a previous call to <see cref="M:System.Net.FileWebRequest.BeginGetRequestStream(System.AsyncCallback,System.Object)"></see>.</exception>
1439       <exception cref="T:System.ApplicationException">No write stream is available.</exception>
1440       <exception cref="T:System.Net.WebException">The <see cref="T:System.Net.FileWebRequest"></see> was aborted.</exception>
1441     </member>
1442     <member name="M:System.Net.FileWebRequest.BeginGetResponse(System.AsyncCallback,System.Object)">
1443       <summary>Begins an asynchronous request for a file system resource.</summary>
1444       <param name="callback">The <see cref="T:System.AsyncCallback"></see> delegate.</param>
1445       <param name="state">An object that contains state information for this request.</param>
1446       <returns>An <see cref="T:System.IAsyncResult"></see> that references the asynchronous request.</returns>
1447       <exception cref="T:System.InvalidOperationException">The stream is already in use by a previous call to <see cref="M:System.Net.FileWebRequest.BeginGetResponse(System.AsyncCallback,System.Object)"></see>.</exception>
1448       <exception cref="T:System.Net.WebException">The <see cref="T:System.Net.FileWebRequest"></see> was aborted.</exception>
1449     </member>
1450     <member name="P:System.Net.FileWebRequest.ConnectionGroupName">
1451       <summary>Gets or sets the name of the connection group for the request. This property is reserved for future use.</summary>
1452       <returns>The name of the connection group for the request.</returns>
1453     </member>
1454     <member name="P:System.Net.FileWebRequest.ContentLength">
1455       <summary>Gets or sets the content length of the data being sent.</summary>
1456       <returns>The number of bytes of request data being sent.</returns>
1457       <exception cref="T:System.ArgumentException"><see cref="P:System.Net.FileWebRequest.ContentLength"></see> is less than 0.</exception>
1458     </member>
1459     <member name="P:System.Net.FileWebRequest.ContentType">
1460       <summary>Gets or sets the content type of the data being sent. This property is reserved for future use.</summary>
1461       <returns>The content type of the data being sent.</returns>
1462     </member>
1463     <member name="P:System.Net.FileWebRequest.Credentials">
1464       <summary>Gets or sets the credentials that are associated with this request. This property is reserved for future use.</summary>
1465       <returns>An <see cref="T:System.Net.ICredentials"></see> that contains the authentication credentials that are associated with this request. The default is null.</returns>
1466     </member>
1467     <member name="M:System.Net.FileWebRequest.EndGetRequestStream(System.IAsyncResult)">
1468       <summary>Ends an asynchronous request for a <see cref="T:System.IO.Stream"></see> instance that the application uses to write data.</summary>
1469       <param name="asyncResult">An <see cref="T:System.IAsyncResult"></see> that references the pending request for a stream.</param>
1470       <returns>A <see cref="T:System.IO.Stream"></see> object that the application uses to write data.</returns>
1471       <exception cref="T:System.ArgumentNullException"><paramref name="asyncResult">asyncResult</paramref> is null.</exception>
1472     </member>
1473     <member name="M:System.Net.FileWebRequest.EndGetResponse(System.IAsyncResult)">
1474       <summary>Ends an asynchronous request for a file system resource.</summary>
1475       <param name="asyncResult">An <see cref="T:System.IAsyncResult"></see> that references the pending request for a response.</param>
1476       <returns>A <see cref="T:System.Net.WebResponse"></see> that contains the response from the file system resource.</returns>
1477       <exception cref="T:System.ArgumentNullException"><paramref name="asyncResult">asyncResult</paramref> is null.</exception>
1478     </member>
1479     <member name="M:System.Net.FileWebRequest.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
1480       <summary>Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> with the data needed to serialize the target object.</summary>
1481       <param name="serializationInfo">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> to populate with data.</param>
1482       <param name="streamingContext">A <see cref="T:System.Runtime.Serialization.StreamingContext"></see> that specifies the destination for this serialization.</param>
1483     </member>
1484     <member name="M:System.Net.FileWebRequest.GetRequestStream">
1485       <summary>Returns a <see cref="T:System.IO.Stream"></see> object for writing data to the file system resource.</summary>
1486       <returns>A <see cref="T:System.IO.Stream"></see> for writing data to the file system resource.</returns>
1487       <exception cref="T:System.Net.WebException">The request times out.</exception>
1488     </member>
1489     <member name="M:System.Net.FileWebRequest.GetResponse">
1490       <summary>Returns a response to a file system request.</summary>
1491       <returns>A <see cref="T:System.Net.WebResponse"></see> that contains the response from the file system resource.</returns>
1492       <exception cref="T:System.Net.WebException">The request timed out.</exception>
1493     </member>
1494     <member name="P:System.Net.FileWebRequest.Headers">
1495       <summary>Gets a collection of the name/value pairs that are associated with the request. This property is reserved for future use.</summary>
1496       <returns>A <see cref="T:System.Net.WebHeaderCollection"></see> that contains header name/value pairs associated with this request.</returns>
1497     </member>
1498     <member name="P:System.Net.FileWebRequest.Method">
1499       <summary>Gets or sets the protocol method used for the request. This property is reserved for future use.</summary>
1500       <returns>The protocol method to use in this request.</returns>
1501       <exception cref="T:System.ArgumentException">The method is invalid.   - or -   The method is not supported.   - or -   Multiple methods were specified.</exception>
1502     </member>
1503     <member name="P:System.Net.FileWebRequest.PreAuthenticate">
1504       <summary>Gets or sets a value that indicates whether to preauthenticate a request. This property is reserved for future use.</summary>
1505       <returns>true to preauthenticate; otherwise, false.</returns>
1506     </member>
1507     <member name="P:System.Net.FileWebRequest.Proxy">
1508       <summary>Gets or sets the network proxy to use for this request. This property is reserved for future use.</summary>
1509       <returns>An <see cref="T:System.Net.IWebProxy"></see> that indicates the network proxy to use for this request.</returns>
1510     </member>
1511     <member name="P:System.Net.FileWebRequest.RequestUri">
1512       <summary>Gets the Uniform Resource Identifier (URI) of the request.</summary>
1513       <returns>A <see cref="T:System.Uri"></see> that contains the URI of the request.</returns>
1514     </member>
1515     <member name="P:System.Net.FileWebRequest.Timeout">
1516       <summary>Gets or sets the length of time until the request times out.</summary>
1517       <returns>The time, in milliseconds, until the request times out, or the value <see cref="F:System.Threading.Timeout.Infinite"></see> to indicate that the request does not time out.</returns>
1518       <exception cref="T:System.ArgumentOutOfRangeException">The value specified is less than or equal to zero and is not <see cref="F:System.Threading.Timeout.Infinite"></see>.</exception>
1519     </member>
1520     <member name="P:System.Net.FileWebRequest.UseDefaultCredentials">
1521       <summary>Always throws a <see cref="T:System.NotSupportedException"></see>.</summary>
1522       <returns>Always throws a <see cref="T:System.NotSupportedException"></see>.</returns>
1523       <exception cref="T:System.NotSupportedException">Default credentials are not supported for file Uniform Resource Identifiers (URIs).</exception>
1524     </member>
1525     <member name="M:System.Net.FileWebRequest.System#Runtime#Serialization#ISerializable#GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
1526       <summary>Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> object with the required data to serialize the <see cref="T:System.Net.FileWebRequest"></see>.</summary>
1527       <param name="serializationInfo">A <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> that holds the serialized data for the <see cref="T:System.Net.FileWebRequest"></see>.</param>
1528       <param name="streamingContext">A <see cref="T:System.Runtime.Serialization.StreamingContext"></see> that contains the destination of the serialized stream that is associated with the new <see cref="T:System.Net.FileWebRequest"></see>.</param>
1529     </member>
1530     <member name="T:System.Net.ProtocolViolationException">
1531       <summary>The exception that is thrown when an error is made while using a network protocol.</summary>
1532     </member>
1533     <member name="M:System.Net.ProtocolViolationException.#ctor">
1534       <summary>Initializes a new instance of the <see cref="T:System.Net.ProtocolViolationException"></see> class.</summary>
1535     </member>
1536     <member name="M:System.Net.ProtocolViolationException.#ctor(System.String)">
1537       <summary>Initializes a new instance of the <see cref="T:System.Net.ProtocolViolationException"></see> class with the specified message.</summary>
1538       <param name="message">The error message string.</param>
1539     </member>
1540     <member name="M:System.Net.ProtocolViolationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
1541       <summary>Initializes a new instance of the <see cref="T:System.Net.ProtocolViolationException"></see> class from the specified <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> and <see cref="T:System.Runtime.Serialization.StreamingContext"></see> instances.</summary>
1542       <param name="serializationInfo">A <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> that contains the information that is required to deserialize the <see cref="T:System.Net.ProtocolViolationException"></see>.</param>
1543       <param name="streamingContext">A <see cref="T:System.Runtime.Serialization.StreamingContext"></see> that contains the source of the serialized stream that is associated with the new <see cref="T:System.Net.ProtocolViolationException"></see>.</param>
1544     </member>
1545     <member name="M:System.Net.ProtocolViolationException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
1546       <summary>Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> with the data required to serialize the target object.</summary>
1547       <param name="serializationInfo">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> to populate with data.</param>
1548       <param name="streamingContext">A <see cref="T:System.Runtime.Serialization.StreamingContext"></see> that specifies the destination for this serialization.</param>
1549     </member>
1550     <member name="M:System.Net.ProtocolViolationException.System#Runtime#Serialization#ISerializable#GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
1551       <summary>Serializes this instance into the specified <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> object.</summary>
1552       <param name="serializationInfo">The object into which this <see cref="T:System.Net.ProtocolViolationException"></see> will be serialized.</param>
1553       <param name="streamingContext">The destination of the serialization.</param>
1554     </member>
1555   </members>
1556 </doc></span>