HTTP Content and Client Handling
HTTP Content and Client Handling
>
<doc>
<assembly>
<name>[Link]</name>
</assembly>
<members>
<member name="T:[Link]">
<summary>Provides HTTP content based on a byte array.</summary>
</member>
<member name="M:[Link].#ctor([Link][])">
<summary>Initializes a new instance of the <see
cref="T:[Link]" /> class.</summary>
<param name="content">The content used to initialize the <see
cref="T:[Link]" />.</param>
<exception cref="T:[Link]">The <paramref name="content"
/> parameter is null. </exception>
</member>
<member
name="M:[Link].#ctor([Link][],System.Int32,[Link]
t32)">
<summary>Initializes a new instance of the <see
cref="T:[Link]" /> class.</summary>
<param name="content">The content used to initialize the <see
cref="T:[Link]" />.</param>
<param name="offset">The offset, in bytes, in the <paramref name="content" />
parameter used to initialize the <see cref="T:[Link]"
/>.</param>
<param name="count">The number of bytes in the <paramref name="content" />
starting from the <paramref name="offset" /> parameter used to initialize the <see
cref="T:[Link]" />.</param>
<exception cref="T:[Link]">The <paramref name="content"
/> parameter is null. </exception>
<exception cref="T:[Link]">The <paramref
name="offset" /> parameter is less than zero.-or-The <paramref name="offset" />
parameter is greater than the length of content specified by the <paramref
name="content" /> parameter.-or-The <paramref name="count " /> parameter is less
than zero.-or-The <paramref name="count" /> parameter is greater than the length of
content specified by the <paramref name="content" /> parameter - minus the
<paramref name="offset" /> parameter.</exception>
</member>
<member name="M:[Link]">
<summary>Creates an HTTP content stream as an asynchronous operation for
reading whose backing store is memory from the <see
cref="T:[Link]" />.</summary>
<returns>Returns <see cref="T:[Link]`1" />.The task
object representing the asynchronous operation.</returns>
</member>
<member
name="M:[Link]([Link],Sy
[Link])">
<summary>Serialize and write the byte array provided in the constructor to an
HTTP content stream as an asynchronous operation.</summary>
<returns>Returns <see cref="T:[Link]" />. The task
object representing the asynchronous operation.</returns>
<param name="stream">The target stream.</param>
<param name="context">Information about the transport, like channel binding
token. This parameter may be null.</param>
</member>
<member
name="M:[Link](System.Int64@)">
<summary>Determines whether a byte array has a valid length in
bytes.</summary>
<returns>Returns <see cref="T:[Link]" />.true if <paramref
name="length" /> is a valid length; otherwise, false.</returns>
<param name="length">The length in bytes of the byte array.</param>
</member>
<member name="T:[Link]">
<summary>Specifies how client certificates are provided.</summary>
</member>
<member name="F:[Link]">
<summary>The application manually provides the client certificates to the
<see cref="T:[Link]" />. This value is the default.
</summary>
</member>
<member name="F:[Link]">
<summary>The <see cref="T:[Link]" /> will attempt
to provide all available client certificates automatically.</summary>
</member>
<member name="T:[Link]">
<summary>A base type for HTTP handlers that delegate the processing of HTTP
response messages to another handler, called the inner handler.</summary>
</member>
<member name="M:[Link].#ctor">
<summary>Creates a new instance of the <see
cref="T:[Link]" /> class.</summary>
</member>
<member
name="M:[Link].#ctor([Link])
">
<summary>Creates a new instance of the <see
cref="T:[Link]" /> class with a specific inner
handler.</summary>
<param name="innerHandler">The inner handler which is responsible for
processing the HTTP response messages.</param>
</member>
<member name="M:[Link]([Link])">
<summary>Releases the unmanaged resources used by the <see
cref="T:[Link]" />, and optionally disposes of the
managed resources.</summary>
<param name="disposing">true to release both managed and unmanaged resources;
false to releases only unmanaged resources. </param>
</member>
<member name="P:[Link]">
<summary>Gets or sets the inner handler which processes the HTTP response
messages.</summary>
<returns>Returns <see cref="T:[Link]" />.The
inner handler for HTTP response messages.</returns>
</member>
<member
name="M:[Link]([Link]
age,[Link])">
<summary>Sends an HTTP request to the inner handler to send to the server as
an asynchronous operation.</summary>
<returns>Returns <see cref="T:[Link]`1" />. The task
object representing the asynchronous operation.</returns>
<param name="request">The HTTP request message to send to the server.</param>
<param name="cancellationToken">A cancellation token to cancel
operation.</param>
<exception cref="T:[Link]">The <paramref name="request"
/> was null.</exception>
</member>
<member name="T:[Link]">
<summary>A container for name/value tuples encoded using application/x-www-
form-urlencoded MIME type.</summary>
</member>
<member
name="M:[Link].#ctor([Link]
merable{[Link]{[Link],[Link]}})">
<summary>Initializes a new instance of the <see
cref="T:[Link]" /> class with a specific collection
of name/value pairs.</summary>
<param name="nameValueCollection">A collection of name/value pairs.</param>
</member>
<member name="T:[Link]">
<summary>Provides a base class for sending HTTP requests and receiving HTTP
responses from a resource identified by a URI. </summary>
</member>
<member name="M:[Link].#ctor">
<summary>Initializes a new instance of the <see
cref="T:[Link]" /> class.</summary>
</member>
<member
name="M:[Link].#ctor([Link])">
<summary>Initializes a new instance of the <see
cref="T:[Link]" /> class with a specific handler.</summary>
<param name="handler">The HTTP handler stack to use for sending requests.
</param>
</member>
<member
name="M:[Link].#ctor([Link],System.
Boolean)">
<summary>Initializes a new instance of the <see
cref="T:[Link]" /> class with a specific handler.</summary>
<param name="handler">The <see cref="T:[Link]" />
responsible for processing the HTTP response messages.</param>
<param name="disposeHandler">true if the inner handler should be disposed of
by Dispose(),false if you intend to reuse the inner handler.</param>
</member>
<member name="P:[Link]">
<summary>Gets or sets the base address of Uniform Resource Identifier (URI)
of the Internet resource used when sending requests.</summary>
<returns>Returns <see cref="T:[Link]" />.The base address of Uniform
Resource Identifier (URI) of the Internet resource used when sending
requests.</returns>
</member>
<member name="M:[Link]">
<summary>Cancel all pending requests on this instance.</summary>
</member>
<member name="P:[Link]">
<summary>Gets the headers which should be sent with each request.</summary>
<returns>Returns <see cref="T:[Link]"
/>.The headers which should be sent with each request.</returns>
</member>
<member name="M:[Link]([Link])">
<summary>Send a DELETE request to the specified Uri as an asynchronous
operation.</summary>
<returns>Returns <see cref="T:[Link]`1" />.The task
object representing the asynchronous operation.</returns>
<param name="requestUri">The Uri the request is sent to.</param>
<exception cref="T:[Link]">The <paramref
name="requestUri" /> was null.</exception>
</member>
<member
name="M:[Link]([Link],[Link]
llationToken)">
<summary>Send a DELETE request to the specified Uri with a cancellation token
as an asynchronous operation.</summary>
<returns>Returns <see cref="T:[Link]`1" />.The task
object representing the asynchronous operation.</returns>
<param name="requestUri">The Uri the request is sent to.</param>
<param name="cancellationToken">A cancellation token that can be used by
other objects or threads to receive notice of cancellation.</param>
<exception cref="T:[Link]">The <paramref
name="requestUri" /> was null.</exception>
</member>
<member name="M:[Link]([Link])">
<summary>Send a DELETE request to the specified Uri as an asynchronous
operation.</summary>
<returns>Returns <see cref="T:[Link]`1" />.The task
object representing the asynchronous operation.</returns>
<param name="requestUri">The Uri the request is sent to.</param>
<exception cref="T:[Link]">The <paramref
name="requestUri" /> was null.</exception>
</member>
<member
name="M:[Link]([Link],[Link]
tionToken)">
<summary>Send a DELETE request to the specified Uri with a cancellation token
as an asynchronous operation.</summary>
<returns>Returns <see cref="T:[Link]`1" />.The task
object representing the asynchronous operation.</returns>
<param name="requestUri">The Uri the request is sent to.</param>
<param name="cancellationToken">A cancellation token that can be used by
other objects or threads to receive notice of cancellation.</param>
<exception cref="T:[Link]">The <paramref
name="requestUri" /> was null.</exception>
</member>
<member name="M:[Link]([Link])">
<summary>Releases the unmanaged resources used by the <see
cref="T:[Link]" /> and optionally disposes of the managed
resources.</summary>
<param name="disposing">true to release both managed and unmanaged resources;
false to releases only unmanaged resources.</param>
</member>
<member name="M:[Link]([Link])">
<summary>Send a GET request to the specified Uri as an asynchronous
operation.</summary>
<returns>Returns <see cref="T:[Link]`1" />.The task
object representing the asynchronous operation.</returns>
<param name="requestUri">The Uri the request is sent to.</param>
<exception cref="T:[Link]">The <paramref
name="requestUri" /> was null.</exception>
</member>
<member
name="M:[Link]([Link],[Link]
etionOption)">
<summary>Send a GET request to the specified Uri with an HTTP completion
option as an asynchronous operation.</summary>
<returns>Returns <see cref="T:[Link]`1" />.</returns>
<param name="requestUri">The Uri the request is sent to.</param>
<param name="completionOption">An HTTP completion option value that indicates
when the operation should be considered completed.</param>
<exception cref="T:[Link]">The <paramref
name="requestUri" /> was null.</exception>
</member>
<member
name="M:[Link]([Link],[Link]
etionOption,[Link])">
<summary>Send a GET request to the specified Uri with an HTTP completion
option and a cancellation token as an asynchronous operation.</summary>
<returns>Returns <see cref="T:[Link]`1" />.</returns>
<param name="requestUri">The Uri the request is sent to.</param>
<param name="completionOption">An HTTP completion option value that
indicates when the operation should be considered completed.</param>
<param name="cancellationToken">A cancellation token that can be used by
other objects or threads to receive notice of cancellation.</param>
<exception cref="T:[Link]">The <paramref
name="requestUri" /> was null.</exception>
</member>
<member
name="M:[Link]([Link],[Link]
tionToken)">
<summary>Send a GET request to the specified Uri with a cancellation token as
an asynchronous operation.</summary>
<returns>Returns <see cref="T:[Link]`1" />.</returns>
<param name="requestUri">The Uri the request is sent to.</param>
<param name="cancellationToken">A cancellation token that can be used by
other objects or threads to receive notice of cancellation.</param>
<exception cref="T:[Link]">The <paramref
name="requestUri" /> was null.</exception>
</member>
<member name="M:[Link]([Link])">
<summary>Send a GET request to the specified Uri as an asynchronous
operation.</summary>
<returns>Returns <see cref="T:[Link]`1" />.The task
object representing the asynchronous operation.</returns>
<param name="requestUri">The Uri the request is sent to.</param>
<exception cref="T:[Link]">The <paramref
name="requestUri" /> was null.</exception>
</member>
<member
name="M:[Link]([Link],[Link]
onOption)">
<summary>Send a GET request to the specified Uri with an HTTP completion
option as an asynchronous operation.</summary>
<returns>Returns <see cref="T:[Link]`1" />.The task
object representing the asynchronous operation.</returns>
<param name="requestUri">The Uri the request is sent to.</param>
<param name="completionOption">An HTTP completion option value that
indicates when the operation should be considered completed.</param>
<exception cref="T:[Link]">The <paramref
name="requestUri" /> was null.</exception>
</member>
<member
name="M:[Link]([Link],[Link]
onOption,[Link])">
<summary>Send a GET request to the specified Uri with an HTTP completion
option and a cancellation token as an asynchronous operation.</summary>
<returns>Returns <see cref="T:[Link]`1" />.The task
object representing the asynchronous operation.</returns>
<param name="requestUri">The Uri the request is sent to.</param>
<param name="completionOption">An HTTP completion option value that
indicates when the operation should be considered completed.</param>
<param name="cancellationToken">A cancellation token that can be used by
other objects or threads to receive notice of cancellation.</param>
<exception cref="T:[Link]">The <paramref
name="requestUri" /> was null.</exception>
</member>
<member
name="M:[Link]([Link],[Link]
nToken)">
<summary>Send a GET request to the specified Uri with a cancellation token as
an asynchronous operation.</summary>
<returns>Returns <see cref="T:[Link]`1" />.The task
object representing the asynchronous operation.</returns>
<param name="requestUri">The Uri the request is sent to.</param>
<param name="cancellationToken">A cancellation token that can be used by
other objects or threads to receive notice of cancellation.</param>
<exception cref="T:[Link]">The <paramref
name="requestUri" /> was null.</exception>
</member>
<member name="M:[Link]([Link])">
<summary>Send a GET request to the specified Uri and return the response body
as a byte array in an asynchronous operation.</summary>
<returns>Returns <see cref="T:[Link]`1" />.The task
object representing the asynchronous operation.</returns>
<param name="requestUri">The Uri the request is sent to.</param>
<exception cref="T:[Link]">The <paramref
name="requestUri" /> was null.</exception>
</member>
<member name="M:[Link]([Link])">
<summary>Send a GET request to the specified Uri and return the response body
as a byte array in an asynchronous operation.</summary>
<returns>Returns <see cref="T:[Link]`1" />.The task
object representing the asynchronous operation.</returns>
<param name="requestUri">The Uri the request is sent to.</param>
<exception cref="T:[Link]">The <paramref
name="requestUri" /> was null.</exception>
</member>
<member name="M:[Link]([Link])">
<summary>Send a GET request to the specified Uri and return the response body
as a stream in an asynchronous operation.</summary>
<returns>Returns <see cref="T:[Link]`1" />.The task
object representing the asynchronous operation.</returns>
<param name="requestUri">The Uri the request is sent to.</param>
<exception cref="T:[Link]">The <paramref
name="requestUri" /> was null.</exception>
</member>
<member name="M:[Link]([Link])">
<summary>Send a GET request to the specified Uri and return the response body
as a stream in an asynchronous operation.</summary>
<returns>Returns <see cref="T:[Link]`1" />.The task
object representing the asynchronous operation.</returns>
<param name="requestUri">The Uri the request is sent to.</param>
<exception cref="T:[Link]">The <paramref
name="requestUri" /> was null.</exception>
</member>
<member name="M:[Link]([Link])">
<summary>Send a GET request to the specified Uri and return the response body
as a string in an asynchronous operation.</summary>
<returns>Returns <see cref="T:[Link]`1" />.The task
object representing the asynchronous operation.</returns>
<param name="requestUri">The Uri the request is sent to.</param>
<exception cref="T:[Link]">The <paramref
name="requestUri" /> was null.</exception>
</member>
<member name="M:[Link]([Link])">
<summary>Send a GET request to the specified Uri and return the response body
as a string in an asynchronous operation.</summary>
<returns>Returns <see cref="T:[Link]`1" />.The task
object representing the asynchronous operation.</returns>
<param name="requestUri">The Uri the request is sent to.</param>
<exception cref="T:[Link]">The <paramref
name="requestUri" /> was null.</exception>
</member>
<member name="P:[Link]">
<summary>Gets or sets the maximum number of bytes to buffer when reading the
response content.</summary>
<returns>Returns <see cref="T:System.Int32" />.The maximum number of bytes to
buffer when reading the response content. The default value for this property is
64K.</returns>
<exception cref="T:[Link]">The size specified is
less than or equal to zero.</exception>
<exception cref="T:[Link]">An operation has already
been started on the current instance. </exception>
<exception cref="T:[Link]">The current instance has
been disposed. </exception>
</member>
<member
name="M:[Link]([Link],[Link]
ent)">
<summary>Send a POST request to the specified Uri as an asynchronous
operation.</summary>
<returns>Returns <see cref="T:[Link]`1" />.The task
object representing the asynchronous operation.</returns>
<param name="requestUri">The Uri the request is sent to.</param>
<param name="content">The HTTP request content sent to the server.</param>
<exception cref="T:[Link]">The <paramref
name="requestUri" /> was null.</exception>
</member>
<member
name="M:[Link]([Link],[Link]
ent,[Link])">
<summary>Send a POST request with a cancellation token as an asynchronous
operation.</summary>
<returns>Returns <see cref="T:[Link]`1" />.The task
object representing the asynchronous operation.</returns>
<param name="requestUri">The Uri the request is sent to.</param>
<param name="content">The HTTP request content sent to the server.</param>
<param name="cancellationToken">A cancellation token that can be used by
other objects or threads to receive notice of cancellation.</param>
<exception cref="T:[Link]">The <paramref
name="requestUri" /> was null.</exception>
</member>
<member
name="M:[Link]([Link],[Link]
)">
<summary>Send a POST request to the specified Uri as an asynchronous
operation.</summary>
<returns>Returns <see cref="T:[Link]`1" />.The task
object representing the asynchronous operation.</returns>
<param name="requestUri">The Uri the request is sent to.</param>
<param name="content">The HTTP request content sent to the server.</param>
<exception cref="T:[Link]">The <paramref
name="requestUri" /> was null.</exception>
</member>
<member
name="M:[Link]([Link],[Link]
,[Link])">
<summary>Send a POST request with a cancellation token as an asynchronous
operation.</summary>
<returns>Returns <see cref="T:[Link]`1" />.The task
object representing the asynchronous operation.</returns>
<param name="requestUri">The Uri the request is sent to.</param>
<param name="content">The HTTP request content sent to the server.</param>
<param name="cancellationToken">A cancellation token that can be used by
other objects or threads to receive notice of cancellation.</param>
<exception cref="T:[Link]">The <paramref
name="requestUri" /> was null.</exception>
</member>
<member
name="M:[Link]([Link],[Link]
nt)">
<summary>Send a PUT request to the specified Uri as an asynchronous
operation.</summary>
<returns>Returns <see cref="T:[Link]`1" />.The task
object representing the asynchronous operation.</returns>
<param name="requestUri">The Uri the request is sent to.</param>
<param name="content">The HTTP request content sent to the server.</param>
<exception cref="T:[Link]">The <paramref
name="requestUri" /> was null.</exception>
</member>
<member
name="M:[Link]([Link],[Link]
nt,[Link])">
<summary>Send a PUT request with a cancellation token as an asynchronous
operation.</summary>
<returns>Returns <see cref="T:[Link]`1" />.The task
object representing the asynchronous operation.</returns>
<param name="requestUri">The Uri the request is sent to.</param>
<param name="content">The HTTP request content sent to the server.</param>
<param name="cancellationToken">A cancellation token that can be used by
other objects or threads to receive notice of cancellation.</param>
<exception cref="T:[Link]">The <paramref
name="requestUri" /> was null.</exception>
</member>
<member
name="M:[Link]([Link],[Link])
">
<summary>Send a PUT request to the specified Uri as an asynchronous
operation.</summary>
<returns>Returns <see cref="T:[Link]`1" />.The task
object representing the asynchronous operation.</returns>
<param name="requestUri">The Uri the request is sent to.</param>
<param name="content">The HTTP request content sent to the server.</param>
<exception cref="T:[Link]">The <paramref
name="requestUri" /> was null.</exception>
</member>
<member
name="M:[Link]([Link],[Link],
[Link])">
<summary>Send a PUT request with a cancellation token as an asynchronous
operation.</summary>
<returns>Returns <see cref="T:[Link]`1" />.The task
object representing the asynchronous operation.</returns>
<param name="requestUri">The Uri the request is sent to.</param>
<param name="content">The HTTP request content sent to the server.</param>
<param name="cancellationToken">A cancellation token that can be used by
other objects or threads to receive notice of cancellation.</param>
<exception cref="T:[Link]">The <paramref
name="requestUri" /> was null.</exception>
</member>
<member
name="M:[Link]([Link])">
<summary>Send an HTTP request as an asynchronous operation.</summary>
<returns>Returns <see cref="T:[Link]`1" />.The task
object representing the asynchronous operation.</returns>
<param name="request">The HTTP request message to send.</param>
<exception cref="T:[Link]">The <paramref name="request"
/> was null.</exception>
<exception cref="T:[Link]">The request message was
already sent by the <see cref="T:[Link]" />
instance.</exception>
</member>
<member
name="M:[Link]([Link],Sys
[Link])">
<summary>Send an HTTP request as an asynchronous operation. </summary>
<returns>Returns <see cref="T:[Link]`1" />.The task
object representing the asynchronous operation.</returns>
<param name="request">The HTTP request message to send.</param>
<param name="completionOption">When the operation should complete (as soon as
a response is available or after reading the whole response content).</param>
<exception cref="T:[Link]">The <paramref name="request"
/> was null.</exception>
<exception cref="T:[Link]">The request message was
already sent by the <see cref="T:[Link]" />
instance.</exception>
</member>
<member
name="M:[Link]([Link],Sys
[Link],[Link])">
<summary>Send an HTTP request as an asynchronous operation.</summary>
<returns>Returns <see cref="T:[Link]`1" />.The task
object representing the asynchronous operation.</returns>
<param name="request">The HTTP request message to send.</param>
<param name="completionOption">When the operation should complete (as soon as
a response is available or after reading the whole response content).</param>
<param name="cancellationToken">The cancellation token to cancel
operation.</param>
<exception cref="T:[Link]">The <paramref name="request"
/> was null.</exception>
<exception cref="T:[Link]">The request message was
already sent by the <see cref="T:[Link]" />
instance.</exception>
</member>
<member
name="M:[Link]([Link],Sys
[Link])">
<summary>Send an HTTP request as an asynchronous operation.</summary>
<returns>Returns <see cref="T:[Link]`1" />.The task
object representing the asynchronous operation.</returns>
<param name="request">The HTTP request message to send.</param>
<param name="cancellationToken">The cancellation token to cancel
operation.</param>
<exception cref="T:[Link]">The <paramref name="request"
/> was null.</exception>
<exception cref="T:[Link]">The request message was
already sent by the <see cref="T:[Link]" />
instance.</exception>
</member>
<member name="P:[Link]">
<summary>Gets or sets the number of milliseconds to wait before the request
times out.</summary>
<returns>Returns <see cref="T:[Link]" />.The number of milliseconds
to wait before the request times out.</returns>
<exception cref="T:[Link]">The timeout specified
is less than or equal to zero and is not <see
cref="F:[Link]" />.</exception>
<exception cref="T:[Link]">An operation has already
been started on the current instance. </exception>
<exception cref="T:[Link]">The current instance has
been disposed.</exception>
</member>
<member name="T:[Link]">
<summary>The default message handler used by <see
cref="T:[Link]" />. </summary>
</member>
<member name="M:[Link].#ctor">
<summary>Creates an instance of a <see
cref="T:[Link]" /> class.</summary>
</member>
<member name="P:[Link]">
<summary>Gets or sets a value that indicates whether the handler should
follow redirection responses.</summary>
<returns>Returns <see cref="T:[Link]" />.true if the if the handler
should follow redirection responses; otherwise false. The default value is
true.</returns>
</member>
<member name="P:[Link]">
<summary>Gets or sets the type of decompression method used by the handler
for automatic decompression of the HTTP content response.</summary>
<returns>Returns <see cref="T:[Link]" />.The
automatic decompression method used by the handler. The default value is <see
cref="F:[Link]" />.</returns>
</member>
<member name="P:[Link]">
<summary>Gets or sets the collection of security certificates that are
associated with this handler.</summary>
<returns>Returns <see cref="T:[Link]" />.The
collection of security certificates associated with this handler.</returns>
</member>
<member name="P:[Link]">
<summary>Gets or sets the cookie container used to store server cookies by
the handler.</summary>
<returns>Returns <see cref="T:[Link]" />.The cookie
container used to store server cookies by the handler.</returns>
</member>
<member name="P:[Link]">
<summary>Gets or sets authentication information used by this
handler.</summary>
<returns>Returns <see cref="T:[Link]" />.The authentication
credentials associated with the handler. The default is null.</returns>
</member>
<member name="M:[Link]([Link])">
<summary>Releases the unmanaged resources used by the <see
cref="T:[Link]" /> and optionally disposes of the
managed resources.</summary>
<param name="disposing">true to release both managed and unmanaged resources;
false to releases only unmanaged resources.</param>
</member>
<member name="P:[Link]">
<summary>Gets or sets the maximum number of redirects that the handler
follows.</summary>
<returns>Returns <see cref="T:System.Int32" />.The maximum number of
redirection responses that the handler follows. The default value is 50.</returns>
</member>
<member name="P:[Link]">
<summary>Gets or sets the maximum request content buffer size used by the
handler.</summary>
<returns>Returns <see cref="T:System.Int32" />.The maximum request content
buffer size in bytes. The default value is 65,536 bytes.</returns>
</member>
<member name="P:[Link]">
<summary>Gets or sets a value that indicates whether the handler sends an
Authorization header with the request.</summary>
<returns>Returns <see cref="T:[Link]" />.true for the handler to send
an HTTP Authorization header with requests after authentication has taken place;
otherwise, false. The default is false.</returns>
</member>
<member name="P:[Link]">
<summary>Gets or sets proxy information used by the handler.</summary>
<returns>Returns <see cref="T:[Link]" />.The proxy information
used by the handler. The default value is null.</returns>
</member>
<member
name="M:[Link]([Link]
age,[Link])">
<summary>Creates an instance of <see
cref="T:[Link]" /> based on the information provided
in the <see cref="T:[Link]" /> as an operation that
will not block.</summary>
<returns>Returns <see cref="T:[Link]`1" />.The task
object representing the asynchronous operation.</returns>
<param name="request">The HTTP request message.</param>
<param name="cancellationToken">A cancellation token to cancel the
operation.</param>
<exception cref="T:[Link]">The <paramref name="request"
/> was null.</exception>
</member>
<member
name="P:[Link]">
<summary>Gets a value that indicates whether the handler supports automatic
response content decompression.</summary>
<returns>Returns <see cref="T:[Link]" />.true if the if the handler
supports automatic response content decompression; otherwise false. The default
value is true.</returns>
</member>
<member name="P:[Link]">
<summary>Gets a value that indicates whether the handler supports proxy
settings.</summary>
<returns>Returns <see cref="T:[Link]" />.true if the if the handler
supports proxy settings; otherwise false. The default value is true.</returns>
</member>
<member
name="P:[Link]">
<summary>Gets a value that indicates whether the handler supports
configuration settings for the <see
cref="P:[Link]" /> and <see
cref="P:[Link]" />
properties.</summary>
<returns>Returns <see cref="T:[Link]" />.true if the if the handler
supports configuration settings for the <see
cref="P:[Link]" /> and <see
cref="P:[Link]" /> properties;
otherwise false. The default value is true.</returns>
</member>
<member name="P:[Link]">
<summary>Gets or sets a value that indicates whether the handler uses the
<see cref="P:[Link]" /> property to
store server cookies and uses these cookies when sending requests.</summary>
<returns>Returns <see cref="T:[Link]" />.true if the if the handler
supports uses the <see
cref="P:[Link]" /> property to store
server cookies and uses these cookies when sending requests; otherwise false. The
default value is true.</returns>
</member>
<member name="P:[Link]">
<summary>Gets or sets a value that controls whether default credentials are
sent with requests by the handler.</summary>
<returns>Returns <see cref="T:[Link]" />.true if the default
credentials are used; otherwise false. The default value is false.</returns>
</member>
<member name="P:[Link]">
<summary>Gets or sets a value that indicates whether the handler uses a proxy
for requests. </summary>
<returns>Returns <see cref="T:[Link]" />.true if the handler should
use a proxy for requests; otherwise false. The default value is true.</returns>
</member>
<member name="T:[Link]">
<summary>Indicates if <see cref="T:[Link]" /> operations
should be considered completed either as soon as a response is available, or after
reading the entire response message including the content. </summary>
</member>
<member name="F:[Link]">
<summary>The operation should complete after reading the entire response
including the content.</summary>
</member>
<member name="F:[Link]">
<summary>The operation should complete as soon as a response is available and
headers are read. The content is not read yet. </summary>
</member>
<member name="T:[Link]">
<summary>A base class representing an HTTP entity body and content
headers.</summary>
</member>
<member name="M:[Link].#ctor">
<summary>Initializes a new instance of the <see
cref="T:[Link]" /> class.</summary>
</member>
<member name="M:[Link]([Link])">
<summary>Write the HTTP content to a stream as an asynchronous
operation.</summary>
<returns>Returns <see cref="T:[Link]" />.The task object
representing the asynchronous operation.</returns>
<param name="stream">The target stream.</param>
</member>
<member
name="M:[Link]([Link],[Link]
rtContext)">
<summary>Write the HTTP content to a stream as an asynchronous
operation.</summary>
<returns>Returns <see cref="T:[Link]" />.The task object
representing the asynchronous operation.</returns>
<param name="stream">The target stream.</param>
<param name="context">Information about the transport (channel binding token,
for example). This parameter may be null.</param>
</member>
<member name="M:[Link]">
<summary>Write the HTTP content to a memory stream as an asynchronous
operation.</summary>
<returns>Returns <see cref="T:[Link]`1" />.The task
object representing the asynchronous operation.</returns>
</member>
<member name="M:[Link]">
<summary>Releases the unmanaged resources and disposes of the managed
resources used by the <see cref="T:[Link]" />.</summary>
</member>
<member name="M:[Link]([Link])">
<summary>Releases the unmanaged resources used by the <see
cref="T:[Link]" /> and optionally disposes of the managed
resources.</summary>
<param name="disposing">true to release both managed and unmanaged resources;
false to releases only unmanaged resources.</param>
</member>
<member name="P:[Link]">
<summary>Gets the HTTP content headers as defined in RFC 2616.</summary>
<returns>Returns <see cref="T:[Link]"
/>.The content headers as defined in RFC 2616.</returns>
</member>
<member name="M:[Link]">
<summary>Serialize the HTTP content to a memory buffer as an asynchronous
operation.</summary>
<returns>Returns <see cref="T:[Link]" />.The task object
representing the asynchronous operation.</returns>
</member>
<member name="M:[Link](System.Int64)">
<summary>Serialize the HTTP content to a memory buffer as an asynchronous
operation.</summary>
<returns>Returns <see cref="T:[Link]" />.The task object
representing the asynchronous operation.</returns>
<param name="maxBufferSize">The maximum size, in bytes, of the buffer to
use.</param>
</member>
<member name="M:[Link]">
<summary>Write the HTTP content to a byte array as an asynchronous
operation.</summary>
<returns>Returns <see cref="T:[Link]`1" />.The task
object representing the asynchronous operation.</returns>
</member>
<member name="M:[Link]">
<summary>Write the HTTP content to a stream as an asynchronous
operation.</summary>
<returns>Returns <see cref="T:[Link]`1" />.The task
object representing the asynchronous operation.</returns>
</member>
<member name="M:[Link]">
<summary>Write the HTTP content to a string as an asynchronous
operation.</summary>
<returns>Returns <see cref="T:[Link]`1" />.The task
object representing the asynchronous operation.</returns>
</member>
<member
name="M:[Link]([Link],System.
[Link])">
<summary>Serialize the HTTP content to a stream as an asynchronous
operation.</summary>
<returns>Returns <see cref="T:[Link]" />.The task object
representing the asynchronous operation.</returns>
<param name="stream">The target stream.</param>
<param name="context">Information about the transport (channel binding token,
for example). This parameter may be null.</param>
</member>
<member name="M:[Link](System.Int64@)">
<summary>Determines whether the HTTP content has a valid length in
bytes.</summary>
<returns>Returns <see cref="T:[Link]" />.true if <paramref
name="length" /> is a valid length; otherwise, false.</returns>
<param name="length">The length in bytes of the HHTP content.</param>
</member>
<member name="T:[Link]">
<summary>A base type for HTTP message handlers.</summary>
</member>
<member name="M:[Link].#ctor">
<summary>Initializes a new instance of the <see
cref="T:[Link]" /> class.</summary>
</member>
<member name="M:[Link]">
<summary>Releases the unmanaged resources and disposes of the managed
resources used by the <see cref="T:[Link]"
/>.</summary>
</member>
<member name="M:[Link]([Link])">
<summary>Releases the unmanaged resources used by the <see
cref="T:[Link]" /> and optionally disposes of the
managed resources.</summary>
<param name="disposing">true to release both managed and unmanaged resources;
false to releases only unmanaged resources.</param>
</member>
<member
name="M:[Link]([Link]
sage,[Link])">
<summary>Send an HTTP request as an asynchronous operation.</summary>
<returns>Returns <see cref="T:[Link]`1" />.The task
object representing the asynchronous operation.</returns>
<param name="request">The HTTP request message to send.</param>
<param name="cancellationToken">The cancellation token to cancel
operation.</param>
<exception cref="T:[Link]">The <paramref name="request"
/> was null.</exception>
</member>
<member name="T:[Link]">
<summary>The base type for <see cref="T:[Link]" /> and
other message originators.</summary>
</member>
<member
name="M:[Link].#ctor([Link]
)">
<summary>Initializes an instance of a <see
cref="T:[Link]" /> class with a specific <see
cref="T:[Link]" />.</summary>
<param name="handler">The <see cref="T:[Link]" />
responsible for processing the HTTP response messages.</param>
</member>
<member
name="M:[Link].#ctor([Link]
,[Link])">
<summary>Initializes an instance of a <see
cref="T:[Link]" /> class with a specific <see
cref="T:[Link]" />.</summary>
<param name="handler">The <see cref="T:[Link]" />
responsible for processing the HTTP response messages.</param>
<param name="disposeHandler">true if the inner handler should be disposed of
by Dispose(),false if you intend to reuse the inner handler.</param>
</member>
<member name="M:[Link]">
<summary>Releases the unmanaged resources and disposes of the managed
resources used by the <see cref="T:[Link]"
/>.</summary>
</member>
<member name="M:[Link]([Link])">
<summary>Releases the unmanaged resources used by the <see
cref="T:[Link]" /> and optionally disposes of the
managed resources.</summary>
<param name="disposing">true to release both managed and unmanaged resources;
false to releases only unmanaged resources.</param>
</member>
<member
name="M:[Link]([Link]
sage,[Link])">
<summary>Send an HTTP request as an asynchronous operation.</summary>
<returns>Returns <see cref="T:[Link]`1" />.The task
object representing the asynchronous operation.</returns>
<param name="request">The HTTP request message to send.</param>
<param name="cancellationToken">The cancellation token to cancel
operation.</param>
<exception cref="T:[Link]">The <paramref name="request"
/> was null.</exception>
</member>
<member name="T:[Link]">
<summary>A helper class for retrieving and comparing standard HTTP
methods.</summary>
</member>
<member name="M:[Link].#ctor([Link])">
<summary>Initializes a new instance of the <see
cref="T:[Link]" /> class with a specific HTTP method.</summary>
<param name="method">The HTTP method.</param>
</member>
<member name="P:[Link]">
<summary>Represents an HTTP DELETE protocol method.</summary>
<returns>Returns <see cref="T:[Link]" />.</returns>
</member>
<member name="M:[Link]([Link])">
<summary>Determines whether the specified <see
cref="T:[Link]" /> is equal to the current <see
cref="T:[Link]" />.</summary>
<returns>Returns <see cref="T:[Link]" />.true if the specified object
is equal to the current object; otherwise, false.</returns>
<param name="other">The HTTP method to compare with the current
object.</param>
</member>
<member name="M:[Link]([Link])">
<summary>Determines whether the specified <see cref="T:[Link]" /> is
equal to the current <see cref="T:[Link]" />.</summary>
<returns>Returns <see cref="T:[Link]" />.true if the specified object
is equal to the current object; otherwise, false.</returns>
<param name="obj">The object to compare with the current object.</param>
</member>
<member name="P:[Link]">
<summary>Represents an HTTP GET protocol method.</summary>
<returns>Returns <see cref="T:[Link]" />.</returns>
</member>
<member name="M:[Link]">
<summary>Serves as a hash function for this type.</summary>
<returns>Returns <see cref="T:System.Int32" />.A hash code for the current
<see cref="T:[Link]" />.</returns>
</member>
<member name="P:[Link]">
<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>
<returns>Returns <see cref="T:[Link]" />.</returns>
</member>
<member name="P:[Link]">
<summary>An HTTP method. </summary>
<returns>Returns <see cref="T:[Link]" />.An HTTP method represented as
a <see cref="T:[Link]" />.</returns>
</member>
<member
name="M:[Link].op_Equality([Link],[Link]
[Link])">
<summary>The equality operator for comparing two <see
cref="T:[Link]" /> objects.</summary>
<returns>Returns <see cref="T:[Link]" />.true if the specified
<paramref name="left" /> and <paramref name="right" /> parameters are equal;
otherwise, false.</returns>
<param name="left">The left <see cref="T:[Link]" /> to an
equality operator.</param>
<param name="right">The right <see cref="T:[Link]" /> to
an equality operator.</param>
</member>
<member
name="M:[Link].op_Inequality([Link],System.
[Link])">
<summary>The inequality operator for comparing two <see
cref="T:[Link]" /> objects.</summary>
<returns>Returns <see cref="T:[Link]" />.true if the specified
<paramref name="left" /> and <paramref name="right" /> parameters are inequal;
otherwise, false.</returns>
<param name="left">The left <see cref="T:[Link]" /> to an
inequality operator.</param>
<param name="right">The right <see cref="T:[Link]" /> to
an inequality operator.</param>
</member>
<member name="P:[Link]">
<summary>Represents an HTTP OPTIONS protocol method.</summary>
<returns>Returns <see cref="T:[Link]" />.</returns>
</member>
<member name="P:[Link]">
<summary>Represents an HTTP POST protocol method that is used to post a new
entity as an addition to a URI.</summary>
<returns>Returns <see cref="T:[Link]" />.</returns>
</member>
<member name="P:[Link]">
<summary>Represents an HTTP PUT protocol method that is used to replace an
entity identified by a URI.</summary>
<returns>Returns <see cref="T:[Link]" />.</returns>
</member>
<member name="M:[Link]">
<summary>Returns a string that represents the current object.</summary>
<returns>Returns <see cref="T:[Link]" />.A string representing the
current object.</returns>
</member>
<member name="P:[Link]">
<summary>Represents an HTTP TRACE protocol method.</summary>
<returns>Returns <see cref="T:[Link]" />.</returns>
</member>
<member name="T:[Link]">
<summary>A base class for exceptions thrown by the <see
cref="T:[Link]" /> and <see
cref="T:[Link]" /> classes.</summary>
</member>
<member name="M:[Link].#ctor">
<summary>Initializes a new instance of the <see
cref="T:[Link]" /> class.</summary>
</member>
<member name="M:[Link].#ctor([Link])">
<summary>Initializes a new instance of the <see
cref="T:[Link]" /> class with a specific message that
describes the current exception.</summary>
<param name="message">A message that describes the current exception.</param>
</member>
<member
name="M:[Link].#ctor([Link],[Link])"
>
<summary>Initializes a new instance of the <see
cref="T:[Link]" /> class with a specific message that
describes the current exception and an inner exception.</summary>
<param name="message">A message that describes the current exception.</param>
<param name="inner">The inner exception.</param>
</member>
<member name="T:[Link]">
<summary>Represents a HTTP request message.</summary>
</member>
<member name="M:[Link].#ctor">
<summary>Initializes a new instance of the <see
cref="T:[Link]" /> class.</summary>
</member>
<member
name="M:[Link].#ctor([Link],System.
String)">
<summary>Initializes a new instance of the <see
cref="T:[Link]" /> class with an HTTP method and a
request <see cref="T:[Link]" />.</summary>
<param name="method">The HTTP method.</param>
<param name="requestUri">A string that represents the request <see
cref="T:[Link]" />.</param>
</member>
<member
name="M:[Link].#ctor([Link],System.
Uri)">
<summary>Initializes a new instance of the <see
cref="T:[Link]" /> class with an HTTP method and a
request <see cref="T:[Link]" />.</summary>
<param name="method">The HTTP method.</param>
<param name="requestUri">The <see cref="T:[Link]" /> to request.</param>
</member>
<member name="P:[Link]">
<summary>Gets or sets the contents of the HTTP message. </summary>
<returns>Returns <see cref="T:[Link]" />.The content of
a message</returns>
</member>
<member name="M:[Link]">
<summary>Releases the unmanaged resources and disposes of the managed
resources used by the <see cref="T:[Link]"
/>.</summary>
</member>
<member name="M:[Link]([Link])">
<summary>Releases the unmanaged resources used by the <see
cref="T:[Link]" /> and optionally disposes of the
managed resources.</summary>
<param name="disposing">true to release both managed and unmanaged resources;
false to releases only unmanaged resources.</param>
</member>
<member name="P:[Link]">
<summary>Gets the collection of HTTP request headers.</summary>
<returns>Returns <see cref="T:[Link]"
/>.The collection of HTTP request headers.</returns>
</member>
<member name="P:[Link]">
<summary>Gets or sets the HTTP method used by the HTTP request
message.</summary>
<returns>Returns <see cref="T:[Link]" />.The HTTP method
used by the request message. The default is the GET method.</returns>
</member>
<member name="P:[Link]">
<summary>Gets a set of properties for the HTTP request.</summary>
<returns>Returns <see cref="T:[Link]`2"
/>.</returns>
</member>
<member name="P:[Link]">
<summary>Gets or sets the <see cref="T:[Link]" /> used for the HTTP
request.</summary>
<returns>Returns <see cref="T:[Link]" />.The <see cref="T:[Link]" />
used for the HTTP request.</returns>
</member>
<member name="M:[Link]">
<summary>Returns a string that represents the current object.</summary>
<returns>Returns <see cref="T:[Link]" />.A string representation of
the current object.</returns>
</member>
<member name="P:[Link]">
<summary>Gets or sets the HTTP message version.</summary>
<returns>Returns <see cref="T:[Link]" />.The HTTP message version.
The default is 1.1.</returns>
</member>
<member name="T:[Link]">
<summary>Represents a HTTP response message.</summary>
</member>
<member name="M:[Link].#ctor">
<summary>Initializes a new instance of the <see
cref="T:[Link]" /> class.</summary>
</member>
<member
name="M:[Link].#ctor([Link])">
<summary>Initializes a new instance of the <see
cref="T:[Link]" /> class with a specific <see
cref="P:[Link]" />.</summary>
<param name="statusCode">The status code of the HTTP response.</param>
</member>
<member name="P:[Link]">
<summary>Gets or sets the content of a HTTP response message. </summary>
<returns>Returns <see cref="T:[Link]" />.The content of
the HTTP response message.</returns>
</member>
<member name="M:[Link]">
<summary>Releases the unmanaged resources and disposes of unmanaged resources
used by the <see cref="T:[Link]" />.</summary>
</member>
<member name="M:[Link]([Link])">
<summary>Releases the unmanaged resources used by the <see
cref="T:[Link]" /> and optionally disposes of the
managed resources.</summary>
<param name="disposing">true to release both managed and unmanaged resources;
false to releases only unmanaged resources.</param>
</member>
<member name="M:[Link]">
<summary>Throws an exception if the <see
cref="P:[Link]" /> property for
the HTTP response is false.</summary>
<returns>Returns <see cref="T:[Link]" />.The
HTTP response message if the call is successful.</returns>
</member>
<member name="P:[Link]">
<summary>Gets the collection of HTTP response headers. </summary>
<returns>Returns <see cref="T:[Link]"
/>.The collection of HTTP response headers.</returns>
</member>
<member name="P:[Link]">
<summary>Gets a value that indicates if the HTTP response was
successful.</summary>
<returns>Returns <see cref="T:[Link]" />.A value that indicates if
the HTTP response was successful. true if <see
cref="P:[Link]" /> was in the range 200-
299; otherwise false.</returns>
</member>
<member name="P:[Link]">
<summary>Gets or sets the reason phrase which typically is sent by servers
together with the status code. </summary>
<returns>Returns <see cref="T:[Link]" />.The reason phrase sent by the
server.</returns>
</member>
<member name="P:[Link]">
<summary>Gets or sets the request message which led to this response
message.</summary>
<returns>Returns <see cref="T:[Link]" />.The
request message which led to this response message.</returns>
</member>
<member name="P:[Link]">
<summary>Gets or sets the status code of the HTTP response.</summary>
<returns>Returns <see cref="T:[Link]" />.The status code
of the HTTP response.</returns>
</member>
<member name="M:[Link]">
<summary>Returns a string that represents the current object.</summary>
<returns>Returns <see cref="T:[Link]" />.A string representation of
the current object.</returns>
</member>
<member name="P:[Link]">
<summary>Gets or sets the HTTP message version. </summary>
<returns>Returns <see cref="T:[Link]" />.The HTTP message version.
The default is 1.1. </returns>
</member>
<member name="T:[Link]">
<summary>A base type for handlers which only do some small processing of
request and/or response messages.</summary>
</member>
<member name="M:[Link].#ctor">
<summary>Creates an instance of a <see
cref="T:[Link]" /> class.</summary>
</member>
<member
name="M:[Link].#ctor([Link]
andler)">
<summary>Creates an instance of a <see
cref="T:[Link]" /> class with a specific inner
handler.</summary>
<param name="innerHandler">The inner handler which is responsible for
processing the HTTP response messages.</param>
</member>
<member
name="M:[Link]([Link]
pRequestMessage,[Link])">
<summary>Processes an HTTP request message.</summary>
<returns>Returns <see cref="T:[Link]" />.The HTTP
request message that was processed.</returns>
<param name="request">The HTTP request message to process.</param>
<param name="cancellationToken">A cancellation token that can be used by
other objects or threads to receive notice of cancellation.</param>
</member>
<member
name="M:[Link]([Link]
tpResponseMessage,[Link])">
<summary>Processes an HTTP response message.</summary>
<returns>Returns <see cref="T:[Link]" />.The
HTTP response message that was processed.</returns>
<param name="response">The HTTP response message to process.</param>
<param name="cancellationToken">A cancellation token that can be used by
other objects or threads to receive notice of cancellation.</param>
</member>
<member
name="M:[Link]([Link]
estMessage,[Link])">
<summary>Sends an HTTP request to the inner handler to send to the server as
an asynchronous operation.</summary>
<returns>Returns <see cref="T:[Link]`1" />.The task
object representing the asynchronous operation.</returns>
<param name="request">The HTTP request message to send to the server.</param>
<param name="cancellationToken">A cancellation token that can be used by
other objects or threads to receive notice of cancellation.</param>
<exception cref="T:[Link]">The <paramref name="request"
/> was null.</exception>
</member>
<member name="T:[Link]">
<summary>Provides a collection of <see
cref="T:[Link]" /> objects that get serialized using the
multipart/* content type specification.</summary>
</member>
<member name="M:[Link].#ctor">
<summary>Creates a new instance of the <see
cref="T:[Link]" /> class.</summary>
</member>
<member name="M:[Link].#ctor([Link])">
<summary>Creates a new instance of the <see
cref="T:[Link]" /> class.</summary>
<param name="subtype">The subtype of the multipart content.</param>
<exception cref="T:[Link]">The <paramref name="subtype" />
was null or contains only white space characters.</exception>
</member>
<member
name="M:[Link].#ctor([Link],[Link])">
<summary>Creates a new instance of the <see
cref="T:[Link]" /> class.</summary>
<param name="subtype">The subtype of the multipart content.</param>
<param name="boundary">The boundary string for the multipart content.</param>
<exception cref="T:[Link]">The <paramref name="subtype" />
was null or an empty [Link] <paramref name="boundary" /> was null or contains
only white space characters.-or-The <paramref name="boundary" /> ends with a space
character.</exception>
<exception cref="T:[Link]">The length of the <paramref
name="boundary" /> was greater than 70.</exception>
</member>
<member
name="M:[Link]([Link])">
<summary>Add multipart HTTP content to a collection of <see
cref="T:[Link]" /> objects that get serialized using the
multipart/* content type specification.</summary>
<param name="content">The HTTP content to add to the collection.</param>
<exception cref="T:[Link]">The <paramref name="content"
/> was null.</exception>
</member>
<member name="M:[Link]([Link])">
<summary>Releases the unmanaged resources used by the <see
cref="T:[Link]" /> and optionally disposes of the managed
resources.</summary>
<param name="disposing">true to release both managed and unmanaged resources;
false to releases only unmanaged resources.</param>
</member>
<member name="M:[Link]">
<summary>Returns an enumerator that iterates through the collection of <see
cref="T:[Link]" /> objects that get serialized using the
multipart/* content type specification..</summary>
<returns>Returns <see cref="T:[Link]`1" />.An
object that can be used to iterate through the collection.</returns>
</member>
<member
name="M:[Link]([Link],Sy
[Link])">
<summary>Serialize the multipart HTTP content to a stream as an asynchronous
operation.</summary>
<returns>Returns <see cref="T:[Link]" />.The task object
representing the asynchronous operation.</returns>
<param name="stream">The target stream.</param>
<param name="context">Information about the transport (channel binding token,
for example). This parameter may be null.</param>
</member>
<member
name="M:[Link]#Collections#IEnumerable#GetEnumerat
or">
<summary>The explicit implementation of the <see
cref="M:[Link]" /> method.</summary>
<returns>Returns <see cref="T:[Link]" />.An object
that can be used to iterate through the collection.</returns>
</member>
<member
name="M:[Link](System.Int64@)">
<summary>Determines whether the HTTP multipart content has a valid length in
bytes.</summary>
<returns>Returns <see cref="T:[Link]" />.true if <paramref
name="length" /> is a valid length; otherwise, false.</returns>
<param name="length">The length in bytes of the HHTP content.</param>
</member>
<member name="T:[Link]">
<summary>Provides a container for content encoded using multipart/form-data
MIME type.</summary>
</member>
<member name="M:[Link].#ctor">
<summary>Creates a new instance of the <see
cref="T:[Link]" /> class.</summary>
</member>
<member name="M:[Link].#ctor([Link])">
<summary>Creates a new instance of the <see
cref="T:[Link]" /> class.</summary>
<param name="boundary">The boundary string for the multipart form data
content.</param>
<exception cref="T:[Link]">The <paramref name="boundary" />
was null or contains only white space characters.-or-The <paramref
name="boundary" /> ends with a space character.</exception>
<exception cref="T:[Link]">The length of the <paramref
name="boundary" /> was greater than 70.</exception>
</member>
<member
name="M:[Link]([Link])">
<summary>Add HTTP content to a collection of <see
cref="T:[Link]" /> objects that get serialized to
multipart/form-data MIME type.</summary>
<param name="content">The HTTP content to add to the collection.</param>
<exception cref="T:[Link]">The <paramref name="content"
/> was null.</exception>
</member>
<member
name="M:[Link]([Link],Sy
[Link])">
<summary>Add HTTP content to a collection of <see
cref="T:[Link]" /> objects that get serialized to
multipart/form-data MIME type.</summary>
<param name="content">The HTTP content to add to the collection.</param>
<param name="name">The name for the HTTP content to add.</param>
<exception cref="T:[Link]">The <paramref name="name" /> was
null or contains only white space characters.</exception>
<exception cref="T:[Link]">The <paramref name="content"
/> was null.</exception>
</member>
<member
name="M:[Link]([Link],Sy
[Link],[Link])">
<summary>Add HTTP content to a collection of <see
cref="T:[Link]" /> objects that get serialized to
multipart/form-data MIME type.</summary>
<param name="content">The HTTP content to add to the collection.</param>
<param name="name">The name for the HTTP content to add.</param>
<param name="fileName">The file name for the HTTP content to add to the
collection.</param>
<exception cref="T:[Link]">The <paramref name="name" /> was
null or contains only white space characters.-or-The <paramref name="fileName" />
was null or contains only white space characters.</exception>
<exception cref="T:[Link]">The <paramref name="content"
/> was null.</exception>
</member>
<member name="T:[Link]">
<summary>Provides HTTP content based on a stream.</summary>
</member>
<member name="M:[Link].#ctor([Link])">
<summary>Creates a new instance of the <see
cref="T:[Link]" /> class.</summary>
<param name="content">The content used to initialize the <see
cref="T:[Link]" />.</param>
</member>
<member
name="M:[Link].#ctor([Link],System.Int32)">
<summary>Creates a new instance of the <see
cref="T:[Link]" /> class.</summary>
<param name="content">The content used to initialize the <see
cref="T:[Link]" />.</param>
<param name="bufferSize">The size, in bytes, of the buffer for the <see
cref="T:[Link]" />.</param>
<exception cref="T:[Link]">The <paramref name="content"
/> was null.</exception>
<exception cref="T:[Link]">The <paramref
name="bufferSize" /> was less than or equal to zero. </exception>
</member>
<member name="M:[Link]">
<summary>Write the HTTP stream content to a memory stream as an asynchronous
operation.</summary>
<returns>Returns <see cref="T:[Link]`1" />.The task
object representing the asynchronous operation.</returns>
</member>
<member name="M:[Link]([Link])">
<summary>Releases the unmanaged resources used by the <see
cref="T:[Link]" /> and optionally disposes of the managed
resources.</summary>
<param name="disposing">true to release both managed and unmanaged resources;
false to releases only unmanaged resources.</param>
</member>
<member
name="M:[Link]([Link],Syste
[Link])">
<summary>Serialize the HTTP content to a stream as an asynchronous
operation.</summary>
<returns>Returns <see cref="T:[Link]" />.The task object
representing the asynchronous operation.</returns>
<param name="stream">The target stream.</param>
<param name="context">Information about the transport (channel binding token,
for example). This parameter may be null.</param>
</member>
<member name="M:[Link](System.Int64@)">
<summary>Determines whether the stream content has a valid length in
bytes.</summary>
<returns>Returns <see cref="T:[Link]" />.true if <paramref
name="length" /> is a valid length; otherwise, false.</returns>
<param name="length">The length in bytes of the stream content.</param>
</member>
<member name="T:[Link]">
<summary>Provides HTTP content based on a string.</summary>
</member>
<member name="M:[Link].#ctor([Link])">
<summary>Creates a new instance of the <see
cref="T:[Link]" /> class.</summary>
<param name="content">The content used to initialize the <see
cref="T:[Link]" />.</param>
</member>
<member
name="M:[Link].#ctor([Link],[Link])">
<summary>Creates a new instance of the <see
cref="T:[Link]" /> class.</summary>
<param name="content">The content used to initialize the <see
cref="T:[Link]" />.</param>
<param name="encoding">The encoding to use for the content.</param>
</member>
<member
name="M:[Link].#ctor([Link],[Link],Syst
[Link])">
<summary>Creates a new instance of the <see
cref="T:[Link]" /> class.</summary>
<param name="content">The content used to initialize the <see
cref="T:[Link]" />.</param>
<param name="encoding">The encoding to use for the content.</param>
<param name="mediaType">The media type to use for the content.</param>
</member>
<member name="T:[Link]">
<summary>Represents authentication information in Authorization,
ProxyAuthorization, WWW-Authenticate, and Proxy-Authenticate header
values.</summary>
</member>
<member
name="M:[Link].#ctor([Link])">
<summary>Initializes a new instance of the <see
cref="T:[Link]" /> class.</summary>
<param name="scheme">The scheme to use for authorization.</param>
</member>
<member
name="M:[Link].#ctor([Link],Syste
[Link])">
<summary>Initializes a new instance of the <see
cref="T:[Link]" /> class.</summary>
<param name="scheme">The scheme to use for authorization.</param>
<param name="parameter">The credentials containing the authentication
information of the user agent for the resource being requested.</param>
</member>
<member
name="M:[Link]([Link])">
<summary>Determines whether the specified <see cref="T:[Link]" /> is
equal to the current <see
cref="T:[Link]" /> object.</summary>
<returns>Returns <see cref="T:[Link]" />.true if the specified <see
cref="T:[Link]" /> is equal to the current object; otherwise,
false.</returns>
<param name="obj">The object to compare with the current object. </param>
</member>
<member name="M:[Link]">
<summary>Serves as a hash function for an <see
cref="T:[Link]" /> object.</summary>
<returns>Returns <see cref="T:System.Int32" />.A hash code for the current
object.</returns>
</member>
<member name="P:[Link]">
<summary>Gets the credentials containing the authentication information of
the user agent for the resource being requested.</summary>
<returns>Returns <see cref="T:[Link]" />.The credentials containing
the authentication information.</returns>
</member>
<member
name="M:[Link]([Link])">
<summary>Converts a string to an <see
cref="T:[Link]" /> instance.</summary>
<returns>Returns <see
cref="T:[Link]" />.An <see
cref="T:[Link]" /> instance.</returns>
<param name="input">A string that represents authentication header value
information.</param>
<exception cref="T:[Link]">
<paramref name="input" /> is a null reference.</exception>
<exception cref="T:[Link]">
<paramref name="input" /> is not valid authentication header value
information.</exception>
</member>
<member name="P:[Link]">
<summary>Gets the scheme to use for authorization.</summary>
<returns>Returns <see cref="T:[Link]" />.The scheme to use for
authorization.</returns>
</member>
<member
name="M:[Link]#ICloneable#Clone">
<summary>Creates a new object that is a copy of the current <see
cref="T:[Link]" /> instance.</summary>
<returns>Returns <see cref="T:[Link]" />.A copy of the current
instance.</returns>
</member>
<member name="M:[Link]">
<summary>Returns a string that represents the current <see
cref="T:[Link]" /> object.</summary>
<returns>Returns <see cref="T:[Link]" />.A string that represents the
current object.</returns>
</member>
<member
name="M:[Link]([Link],Sy
[Link]@)">
<summary>Determines whether a string is valid <see
cref="T:[Link]" />
information.</summary>
<returns>Returns <see cref="T:[Link]" />.true if <paramref
name="input" /> is valid <see
cref="T:[Link]" /> information;
otherwise, false.</returns>
<param name="input">The string to validate.</param>
<param name="parsedValue">The <see
cref="T:[Link]" /> version of the
string.</param>
</member>
<member name="T:[Link]">
<summary>Represents the value of the Cache-Control header.</summary>
</member>
<member name="M:[Link].#ctor">
<summary>Initializes a new instance of the <see
cref="T:[Link]" /> class.</summary>
</member>
<member
name="M:[Link]([Link])">
<summary>Determines whether the specified <see cref="T:[Link]" /> is
equal to the current <see
cref="T:[Link]" /> object.</summary>
<returns>Returns <see cref="T:[Link]" />.true if the specified <see
cref="T:[Link]" /> is equal to the current object; otherwise,
false.</returns>
<param name="obj">The object to compare with the current object.</param>
</member>
<member name="P:[Link]">
<summary>Cache-extension tokens, each with an optional assigned
value.</summary>
<returns>Returns <see cref="T:[Link]`1" />.A
collection of cache-extension tokens each with an optional assigned
value.</returns>
</member>
<member name="M:[Link]">
<summary>Serves as a hash function for a <see
cref="T:[Link]" /> object.</summary>
<returns>Returns <see cref="T:System.Int32" />.A hash code for the current
object.</returns>
</member>
<member name="P:[Link]">
<summary>The maximum age, specified in seconds, that the HTTP client is
willing to accept a response. </summary>
<returns>Returns <see cref="T:[Link]" />.The time in seconds.
</returns>
</member>
<member name="P:[Link]">
<summary>Whether an HTTP client is willing to accept a response that has
exceeded its expiration time.</summary>
<returns>Returns <see cref="T:[Link]" />.true if the HTTP client is
willing to accept a response that has exceed the expiration time; otherwise,
false.</returns>
</member>
<member name="P:[Link]">
<summary>The maximum time, in seconds, an HTTP client is willing to accept a
response that has exceeded its expiration time.</summary>
<returns>Returns <see cref="T:[Link]" />.The time in
seconds.</returns>
</member>
<member name="P:[Link]">
<summary>The freshness lifetime, in seconds, that an HTTP client is willing
to accept a response.</summary>
<returns>Returns <see cref="T:[Link]" />.The time in
seconds.</returns>
</member>
<member
name="P:[Link]">
<summary>Whether the origin server require revalidation of a cache entry on
any subsequent use when the cache entry becomes stale.</summary>
<returns>Returns <see cref="T:[Link]" />.true if the origin server
requires revalidation of a cache entry on any subsequent use when the entry becomes
stale; otherwise, false.</returns>
</member>
<member name="P:[Link]">
<summary>Whether an HTTP client is willing to accept a cached
response.</summary>
<returns>Returns <see cref="T:[Link]" />.true if the HTTP client is
willing to accept a cached response; otherwise, false.</returns>
</member>
<member
name="P:[Link]">
<summary>A collection of fieldnames in the "no-cache" directive in a cache-
control header field on an HTTP response.</summary>
<returns>Returns <see cref="T:[Link]`1" />.A
collection of fieldnames.</returns>
</member>
<member name="P:[Link]">
<summary>Whether a cache must not store any part of either the HTTP request
mressage or any response.</summary>
<returns>Returns <see cref="T:[Link]" />.true if a cache must not
store any part of either the HTTP request mressage or any response; otherwise,
false.</returns>
</member>
<member name="P:[Link]">
<summary>Whether a cache or proxy must not change any aspect of the entity-
body.</summary>
<returns>Returns <see cref="T:[Link]" />.true if a cache or proxy
must not change any aspect of the entity-body; otherwise, false.</returns>
</member>
<member name="P:[Link]">
<summary>Whether a cache should either respond using a cached entry that is
consistent with the other constraints of the HTTP request, or respond with a 504
(Gateway Timeout) status.</summary>
<returns>Returns <see cref="T:[Link]" />.true if a cache should
either respond using a cached entry that is consistent with the other constraints
of the HTTP request, or respond with a 504 (Gateway Timeout) status; otherwise,
false.</returns>
</member>
<member
name="M:[Link]([Link])">
<summary>Converts a string to an <see
cref="T:[Link]" /> instance.</summary>
<returns>Returns <see
cref="T:[Link]" />.A <see
cref="T:[Link]" /> instance.</returns>
<param name="input">A string that represents cache-control header value
information.</param>
<exception cref="T:[Link]">
<paramref name="input" /> is a null reference.</exception>
<exception cref="T:[Link]">
<paramref name="input" /> is not valid cache-control header value
information.</exception>
</member>
<member name="P:[Link]">
<summary>Whether all or part of the HTTP response message is intended for a
single user and must not be cached by a shared cache.</summary>
<returns>Returns <see cref="T:[Link]" />.true if the HTTP response
message is intended for a single user and must not be cached by a shared cache;
otherwise, false.</returns>
</member>
<member
name="P:[Link]">
<summary>A collection fieldnames in the "private" directive in a cache-
control header field on an HTTP response.</summary>
<returns>Returns <see cref="T:[Link]`1" />.A
collection of fieldnames.</returns>
</member>
<member
name="P:[Link]">
<summary>Whether the origin server require revalidation of a cache entry on
any subsequent use when the cache entry becomes stale for shared user agent
caches.</summary>
<returns>Returns <see cref="T:[Link]" />.true if the origin server
requires revalidation of a cache entry on any subsequent use when the entry becomes
stale for shared user agent caches; otherwise, false.</returns>
</member>
<member name="P:[Link]">
<summary>Whether an HTTP response may be cached by any cache, even if it
would normally be non-cacheable or cacheable only within a non- shared
cache.</summary>
<returns>Returns <see cref="T:[Link]" />.true if the HTTP response
may be cached by any cache, even if it would normally be non-cacheable or cacheable
only within a non- shared cache; otherwise, false.</returns>
</member>
<member name="P:[Link]">
<summary>The shared maximum age, specified in seconds, in an HTTP response
that overrides the "max-age" directive in a cache-control header or an Expires
header for a shared cache.</summary>
<returns>Returns <see cref="T:[Link]" />.The time in
seconds.</returns>
</member>
<member
name="M:[Link]#ICloneable#Clone">
<summary>Creates a new object that is a copy of the current <see
cref="T:[Link]" /> instance.</summary>
<returns>Returns <see cref="T:[Link]" />.A copy of the current
instance.</returns>
</member>
<member name="M:[Link]">
<summary>Returns a string that represents the current <see
cref="T:[Link]" /> object.</summary>
<returns>Returns <see cref="T:[Link]" />.A string that represents the
current object.</returns>
</member>
<member
name="M:[Link]([Link],Syst
[Link]@)">
<summary>Determines whether a string is valid <see
cref="T:[Link]" /> information.</summary>
<returns>Returns <see cref="T:[Link]" />.true if <paramref
name="input" /> is valid <see
cref="T:[Link]" /> information; otherwise,
false.</returns>
<param name="input">The string to validate.</param>
<param name="parsedValue">The <see
cref="T:[Link]" /> version of the
string.</param>
</member>
<member name="T:[Link]">
<summary>Represents the value of the Content-Disposition header.</summary>
</member>
<member
name="M:[Link].#ctor([Link]
.[Link])">
<summary>Initializes a new instance of the <see
cref="T:[Link]" /> class.</summary>
<param name="source">A <see
cref="T:[Link]" />. </param>
</member>
<member
name="M:[Link].#ctor([Link])"
>
<summary>Initializes a new instance of the <see
cref="T:[Link]" /> class.</summary>
<param name="dispositionType">A string that contains a <see
cref="T:[Link]" />.</param>
</member>
<member
name="P:[Link]">
<summary>The date at which the file was created.</summary>
<returns>Returns <see cref="T:[Link]" />.The file creation
date.</returns>
</member>
<member
name="P:[Link]">
<summary>The disposition type for a content body part.</summary>
<returns>Returns <see cref="T:[Link]" />.The disposition type.
</returns>
</member>
<member
name="M:[Link]([Link])
">
<summary>Determines whether the specified <see cref="T:[Link]" /> is
equal to the current <see
cref="T:[Link]" />
object.</summary>
<returns>Returns <see cref="T:[Link]" />.true if the specified <see
cref="T:[Link]" /> is equal to the current object; otherwise,
false.</returns>
<param name="obj">The object to compare with the current object.</param>
</member>
<member
name="P:[Link]">
<summary>A suggestion for how to construct a filename for storing the
message payload to be used if the entity is detached and stored in a separate
file.</summary>
<returns>Returns <see cref="T:[Link]" />.A suggested
filename.</returns>
</member>
<member
name="P:[Link]">
<summary>A suggestion for how to construct filenames for storing message
payloads to be used if the entities are detached and stored in a separate
files.</summary>
<returns>Returns <see cref="T:[Link]" />.A suggested filename of the
form filename*.</returns>
</member>
<member
name="M:[Link]">
<summary>Serves as a hash function for an <see
cref="T:[Link]" /> object.</summary>
<returns>Returns <see cref="T:System.Int32" />.A hash code for the current
object.</returns>
</member>
<member
name="P:[Link]">
<summary>The date at which the file was last modified. </summary>
<returns>Returns <see cref="T:[Link]" />.The file modification
date.</returns>
</member>
<member name="P:[Link]">
<summary>The name for a content body part.</summary>
<returns>Returns <see cref="T:[Link]" />.The name for the content body
part.</returns>
</member>
<member
name="P:[Link]">
<summary>A set of parameters included the Content-Disposition
header.</summary>
<returns>Returns <see cref="T:[Link]`1" />.A
collection of parameters. </returns>
</member>
<member
name="M:[Link]([Link])"
>
<summary>Converts a string to an <see
cref="T:[Link]" />
instance.</summary>
<returns>Returns <see
cref="T:[Link]" />.An <see
cref="T:[Link]" />
instance.</returns>
<param name="input">A string that represents content disposition header value
information.</param>
<exception cref="T:[Link]">
<paramref name="input" /> is a null reference.</exception>
<exception cref="T:[Link]">
<paramref name="input" /> is not valid content disposition header value
information.</exception>
</member>
<member
name="P:[Link]">
<summary>The date the file was last read.</summary>
<returns>Returns <see cref="T:[Link]" />.The last read
date.</returns>
</member>
<member name="P:[Link]">
<summary>The approximate size, in bytes, of the file. </summary>
<returns>Returns <see cref="T:System.Int64" />.The approximate size, in
bytes.</returns>
</member>
<member
name="M:[Link]#ICloneable#Clo
ne">
<summary>Creates a new object that is a copy of the current <see
cref="T:[Link]" />
instance.</summary>
<returns>Returns <see cref="T:[Link]" />.A copy of the current
instance.</returns>
</member>
<member
name="M:[Link]">
<summary>Returns a string that represents the current <see
cref="T:[Link]" /> object.</summary>
<returns>Returns <see cref="T:[Link]" />.A string that represents the
current object.</returns>
</member>
<member
name="M:[Link]([Link]
g,[Link]@)">
<summary>Determines whether a string is valid <see
cref="T:[Link]" />
information.</summary>
<returns>Returns <see cref="T:[Link]" />.true if <paramref
name="input" /> is valid <see
cref="T:[Link]" /> information;
otherwise, false.</returns>
<param name="input">The string to validate.</param>
<param name="parsedValue">The <see
cref="T:[Link]" /> version of the
string.</param>
</member>
<member name="T:[Link]">
<summary>Represents the value of the Content-Range header.</summary>
</member>
<member
name="M:[Link].#ctor(System.Int64)">
<summary>Initializes a new instance of the <see
cref="T:[Link]" /> class.</summary>
<param name="length">The starting or ending point of the range, in
bytes.</param>
</member>
<member
name="M:[Link].#ctor(System.Int64,System.I
nt64)">
<summary>Initializes a new instance of the <see
cref="T:[Link]" /> class.</summary>
<param name="from">The position, in bytes, at which to start sending
data.</param>
<param name="to">The position, in bytes, at which to stop sending
data.</param>
</member>
<member
name="M:[Link].#ctor(System.Int64,System.I
nt64,System.Int64)">
<summary>Initializes a new instance of the <see
cref="T:[Link]" /> class.</summary>
<param name="from">The position, in bytes, at which to start sending
data.</param>
<param name="to">The position, in bytes, at which to stop sending
data.</param>
<param name="length">The starting or ending point of the range, in
bytes.</param>
</member>
<member
name="M:[Link]([Link])">
<summary>Determines whether the specified Object is equal to the current <see
cref="T:[Link]" /> object.</summary>
<returns>Returns <see cref="T:[Link]" />.true if the specified <see
cref="T:[Link]" /> is equal to the current object; otherwise,
false.</returns>
<param name="obj">The object to compare with the current object.</param>
</member>
<member name="P:[Link]">
<summary>Gets the position at which to start sending data.</summary>
<returns>Returns <see cref="T:System.Int64" />.The position, in bytes, at
which to start sending data.</returns>
</member>
<member name="M:[Link]">
<summary>Serves as a hash function for an <see
cref="T:[Link]" /> object.</summary>
<returns>Returns <see cref="T:System.Int32" />.A hash code for the current
object.</returns>
</member>
<member name="P:[Link]">
<summary>Gets whether the Content-Range header has a length
specified.</summary>
<returns>Returns <see cref="T:[Link]" />.true if the Content-Range
has a length specified; otherwise, false.</returns>
</member>
<member name="P:[Link]">
<summary>Gets whether the Content-Range has a range specified. </summary>
<returns>Returns <see cref="T:[Link]" />.true if the Content-Range
has a range specified; otherwise, false.</returns>
</member>
<member name="P:[Link]">
<summary>Gets the length of the full entity-body.</summary>
<returns>Returns <see cref="T:System.Int64" />.The length of the full entity-
body.</returns>
</member>
<member
name="M:[Link]([Link])">
<summary>Converts a string to an <see
cref="T:[Link]" /> instance.</summary>
<returns>Returns <see
cref="T:[Link]" />.An <see
cref="T:[Link]" /> instance.</returns>
<param name="input">A string that represents content range header value
information.</param>
<exception cref="T:[Link]">
<paramref name="input" /> is a null reference.</exception>
<exception cref="T:[Link]">
<paramref name="input" /> is not valid content range header value
information.</exception>
</member>
<member
name="M:[Link]#ICloneable#Clone">
<summary>Creates a new object that is a copy of the current <see
cref="T:[Link]" /> instance.</summary>
<returns>Returns <see cref="T:[Link]" />.A copy of the current
instance.</returns>
</member>
<member name="P:[Link]">
<summary>Gets the position at which to stop sending data.</summary>
<returns>Returns <see cref="T:System.Int64" />.The position at which to stop
sending data.</returns>
</member>
<member name="M:[Link]">
<summary>Returns a string that represents the current <see
cref="T:[Link]" /> object.</summary>
<returns>Returns <see cref="T:[Link]" />.A string that represents the
current object.</returns>
</member>
<member
name="M:[Link]([Link],Syst
[Link]@)">
<summary>Determines whether a string is valid <see
cref="T:[Link]" /> information.</summary>
<returns>Returns <see cref="T:[Link]" />.true if <paramref
name="input" /> is valid <see
cref="T:[Link]" /> information; otherwise,
false.</returns>
<param name="input">The string to validate.</param>
<param name="parsedValue">The <see
cref="T:[Link]" /> version of the
string.</param>
</member>
<member name="P:[Link]">
<summary>The range units used.</summary>
<returns>Returns <see cref="T:[Link]" />.A <see cref="T:[Link]"
/> that contains range units. </returns>
</member>
<member name="T:[Link]">
<summary>Represents an entity-tag header value.</summary>
</member>
<member
name="M:[Link].#ctor([Link])">
<summary>Initializes a new instance of the <see
cref="T:[Link]" /> class.</summary>
<param name="tag">A string that contains an <see
cref="T:[Link]" />.</param>
</member>
<member
name="M:[Link].#ctor([Link],[Link]
lean)">
<summary>Initializes a new instance of the <see
cref="T:[Link]" /> class.</summary>
<param name="tag">A string that contains an <see
cref="T:[Link]" />.</param>
<param name="isWeak">A value that indicates if this entity-tag header is a
weak validator. If the entity-tag header is weak validator, then <paramref
name="isWeak" /> should be set to true. If the entity-tag header is a strong
validator, then <paramref name="isWeak" /> should be set to false.</param>
</member>
<member name="P:[Link]">
<summary>Gets the entity-tag header value.</summary>
<returns>Returns <see
cref="T:[Link]" />.</returns>
</member>
<member
name="M:[Link]([Link])">
<summary>Determines whether the specified <see cref="T:[Link]" /> is
equal to the current <see cref="T:[Link]" />
object.</summary>
<returns>Returns <see cref="T:[Link]" />.true if the specified <see
cref="T:[Link]" /> is equal to the current object; otherwise,
false.</returns>
<param name="obj">The object to compare with the current object.</param>
</member>
<member name="M:[Link]">
<summary>Serves as a hash function for an <see
cref="T:[Link]" /> object.</summary>
<returns>Returns <see cref="T:System.Int32" />.A hash code for the current
object.</returns>
</member>
<member name="P:[Link]">
<summary>Gets whether the entity-tag is prefaced by a weakness
indicator.</summary>
<returns>Returns <see cref="T:[Link]" />.true if the entity-tag is
prefaced by a weakness indicator; otherwise, false.</returns>
</member>
<member
name="M:[Link]([Link])">
<summary>Converts a string to an <see
cref="T:[Link]" /> instance.</summary>
<returns>Returns <see
cref="T:[Link]" />.An <see
cref="T:[Link]" /> instance.</returns>
<param name="input">A string that represents entity tag header value
information.</param>
<exception cref="T:[Link]">
<paramref name="input" /> is a null reference.</exception>
<exception cref="T:[Link]">
<paramref name="input" /> is not valid entity tag header value
information.</exception>
</member>
<member
name="M:[Link]#ICloneable#Clone">
<summary>Creates a new object that is a copy of the current <see
cref="T:[Link]" /> instance.</summary>
<returns>Returns <see cref="T:[Link]" />.A copy of the current
instance.</returns>
</member>
<member name="P:[Link]">
<summary>Gets the opaque quoted string. </summary>
<returns>Returns <see cref="T:[Link]" />.An opaque quoted
string.</returns>
</member>
<member name="M:[Link]">
<summary>Returns a string that represents the current <see
cref="T:[Link]" /> object.</summary>
<returns>Returns <see cref="T:[Link]" />.A string that represents the
current object.</returns>
</member>
<member
name="M:[Link]([Link],System.
[Link]@)">
<summary>Determines whether a string is valid <see
cref="T:[Link]" /> information.</summary>
<returns>Returns <see cref="T:[Link]" />.true if <paramref
name="input" /> is valid <see cref="T:[Link]"
/> information; otherwise, false.</returns>
<param name="input">The string to validate.</param>
<param name="parsedValue">The <see
cref="T:[Link]" /> version of the
string.</param>
</member>
<member name="T:[Link]">
<summary>Represents the collection of Content Headers as defined in RFC
2616.</summary>
</member>
<member name="P:[Link]">
<summary>Gets the value of the Allow content header on an HTTP response.
</summary>
<returns>Returns <see cref="T:[Link]`1"
/>.The value of the Allow header on an HTTP response.</returns>
</member>
<member name="P:[Link]">
<summary>Gets the value of the Content-Disposition content header on an HTTP
response.</summary>
<returns>Returns <see
cref="T:[Link]" />.The value of the
Content-Disposition content header on an HTTP response.</returns>
</member>
<member name="P:[Link]">
<summary>Gets the value of the Content-Encoding content header on an HTTP
response.</summary>
<returns>Returns <see cref="T:[Link]`1"
/>.The value of the Content-Encoding content header on an HTTP response.</returns>
</member>
<member name="P:[Link]">
<summary>Gets the value of the Content-Language content header on an HTTP
response.</summary>
<returns>Returns <see cref="T:[Link]`1"
/>.The value of the Content-Language content header on an HTTP response.</returns>
</member>
<member name="P:[Link]">
<summary>Gets or sets the value of the Content-Length content header on an
HTTP response.</summary>
<returns>Returns <see cref="T:System.Int64" />.The value of the Content-
Length content header on an HTTP response.</returns>
</member>
<member name="P:[Link]">
<summary>Gets or sets the value of the Content-Location content header on an
HTTP response.</summary>
<returns>Returns <see cref="T:[Link]" />.The value of the Content-
Location content header on an HTTP response.</returns>
</member>
<member name="P:[Link].ContentMD5">
<summary>Gets or sets the value of the Content-MD5 content header on an HTTP
response.</summary>
<returns>Returns <see cref="T:[Link]" />.The value of the Content-MD5
content header on an HTTP response.</returns>
</member>
<member name="P:[Link]">
<summary>Gets or sets the value of the Content-Range content header on an
HTTP response.</summary>
<returns>Returns <see
cref="T:[Link]" />.The value of the
Content-Range content header on an HTTP response.</returns>
</member>
<member name="P:[Link]">
<summary>Gets or sets the value of the Content-Type content header on an HTTP
response.</summary>
<returns>Returns <see
cref="T:[Link]" />.The value of the Content-
Type content header on an HTTP response.</returns>
</member>
<member name="P:[Link]">
<summary>Gets or sets the value of the Expires content header on an HTTP
response.</summary>
<returns>Returns <see cref="T:[Link]" />.The value of the
Expires content header on an HTTP response.</returns>
</member>
<member name="P:[Link]">
<summary>Gets or sets the value of the Last-Modified content header on an
HTTP response.</summary>
<returns>Returns <see cref="T:[Link]" />.The value of the
Last-Modified content header on an HTTP response.</returns>
</member>
<member name="T:[Link]">
<summary>A collection of headers and their values as defined in RFC
2616.</summary>
</member>
<member name="M:[Link].#ctor">
<summary>Initializes a new instance of the <see
cref="T:[Link]" /> class.</summary>
</member>
<member
name="M:[Link]([Link],[Link]
[Link]{[Link]})">
<summary>Adds the specified header and its values into the <see
cref="T:[Link]" /> collection.</summary>
<param name="name">The header to add to the collection.</param>
<param name="values">A list of header values to add to the
collection.</param>
</member>
<member
name="M:[Link]([Link],[Link])">
<summary>Adds the specified header and its value into the <see
cref="T:[Link]" /> collection.</summary>
<param name="name">The header to add to the collection.</param>
<param name="value">The content of the header.</param>
</member>
<member name="M:[Link]">
<summary>Removes all headers from the <see
cref="T:[Link]" /> collection.</summary>
</member>
<member name="M:[Link]([Link])">
<summary>Returns if a specific header exists in the <see
cref="T:[Link]" /> collection.</summary>
<returns>Returns <see cref="T:[Link]" />.true is the specified header
exists in the collection; otherwise false.</returns>
<param name="name">The specific header.</param>
</member>
<member name="M:[Link]">
<summary>Returns an enumerator that can iterate through the <see
cref="T:[Link]" /> instance.</summary>
<returns>Returns <see cref="T:[Link]`1" />.An
enumerator for the <see cref="T:[Link]" />.</returns>
</member>
<member name="M:[Link]([Link])">
<summary>Returns all header values for a specified header stored in the <see
cref="T:[Link]" /> collection.</summary>
<returns>Returns <see cref="T:[Link]`1" />.An
array of header strings.</returns>
<param name="name">The specified header to return values for.</param>
</member>
<member name="M:[Link]([Link])">
<summary>Removes the specified header from the <see
cref="T:[Link]" /> collection.</summary>
<returns>Returns <see cref="T:[Link]" />.</returns>
<param name="name">The name of the header to remove from the collection.
</param>
</member>
<member
name="M:[Link]#Collections#IEnumerable#GetEnume
rator">
<summary>Gets an enumerator that can iterate through a <see
cref="T:[Link]" />.</summary>
<returns>Returns <see cref="T:[Link]" />.An instance
of an implementation of an <see cref="T:[Link]" /> that can
iterate through a <see cref="T:[Link]" />.</returns>
</member>
<member name="M:[Link]">
<summary>Returns a string that represents the current <see
cref="T:[Link]" /> object.</summary>
<returns>Returns <see cref="T:[Link]" />.A string that represents the
current object.</returns>
</member>
<member
name="M:[Link]([Link],S
[Link]{[Link]})">
<summary>Returns a value that indicates whether the specified header and its
values were added to the <see cref="T:[Link]" />
collection without validating the provided information.</summary>
<returns>Returns <see cref="T:[Link]" />.true if the specified header
<paramref name="name" /> and <paramref name="values" /> could be added to the
collection; otherwise false.</returns>
<param name="name">The header to add to the collection.</param>
<param name="values">The values of the header.</param>
</member>
<member
name="M:[Link]([Link],S
[Link])">
<summary>Returns a value that indicates whether the specified header and its
value were added to the <see cref="T:[Link]" />
collection without validating the provided information.</summary>
<returns>Returns <see cref="T:[Link]" />.true if the specified header
<paramref name="name" /> and <paramref name="value" /> could be added to the
collection; otherwise false.</returns>
<param name="name">The header to add to the collection.</param>
<param name="value">The content of the header.</param>
</member>
<member
name="M:[Link]([Link],[Link]
[Link]{[Link]}@)">
<summary>Return if a specified header and specified values are stored in the
<see cref="T:[Link]" /> collection.</summary>
<returns>Returns <see cref="T:[Link]" />.true is the specified header
<paramref name="name" /> and values are stored in the collection; otherwise
false.</returns>
<param name="name">The specified header.</param>
<param name="values">The specified header values.</param>
</member>
<member name="T:[Link]`1">
<summary>Represents a collection of header values.</summary>
<typeparam name="T"></typeparam>
</member>
<member
name="M:[Link]`[Link](`0)"></member>
<member name="M:[Link]`[Link]"></
member>
<member
name="M:[Link]`[Link](`0)">
<returns>Returns <see cref="T:[Link]" />.</returns>
</member>
<member
name="M:[Link]`[Link](`0[],System.Int3
2)"></member>
<member name="P:[Link]`[Link]">
<returns>Returns <see cref="T:System.Int32" />.</returns>
</member>
<member
name="M:[Link]`[Link]">
<returns>Returns <see cref="T:[Link]`1"
/>.</returns>
</member>
<member
name="P:[Link]`[Link]">
<returns>Returns <see cref="T:[Link]" />.</returns>
</member>
<member
name="M:[Link]`[Link]([Link])
"></member>
<member
name="M:[Link]`[Link](`0)">
<returns>Returns <see cref="T:[Link]" />.</returns>
</member>
<member
name="M:[Link]`[Link]#Collections#IEnu
merable#GetEnumerator">
<returns>Returns <see cref="T:[Link]" />.</returns>
</member>
<member name="M:[Link]`[Link]">
<summary>Returns a string that represents the current XXX object.</summary>
<returns>Returns <see cref="T:[Link]" />.A string that represents the
current object.</returns>
</member>
<member
name="M:[Link]`[Link]([Link]
ng)">
<summary>Determines whether a string is valid XXX information.</summary>
<returns>Returns <see cref="T:[Link]" />.</returns>
<param name="input">The string to validate.</param>
</member>
<member name="T:[Link]">
<summary>Represents the collection of Request Headers as defined in RFC
2616.</summary>
</member>
<member name="P:[Link]">
<summary>Gets the value of the Accept header for an HTTP request.</summary>
<returns>Returns <see
cref="T:[Link]`1" />.The value of the
Accept header for an HTTP request.</returns>
</member>
<member name="P:[Link]">
<summary>Gets the value of the Accept-Charset header for an HTTP
request.</summary>
<returns>Returns <see
cref="T:[Link]`1" />.The value of the
Accept-Charset header for an HTTP request.</returns>
</member>
<member name="P:[Link]">
<summary>Gets the value of the Accept-Encoding header for an HTTP
request.</summary>
<returns>Returns <see
cref="T:[Link]`1" />.The value of the
Accept-Encoding header for an HTTP request.</returns>
</member>
<member name="P:[Link]">
<summary>Gets the value of the Accept-Language header for an HTTP
request.</summary>
<returns>Returns <see
cref="T:[Link]`1" />.The value of the
Accept-Language header for an HTTP request.</returns>
</member>
<member name="P:[Link]">
<summary>Gets or sets the value of the Authorization header for an HTTP
request.</summary>
<returns>Returns <see
cref="T:[Link]" />.The value of the
Authorization header for an HTTP request.</returns>
</member>
<member name="P:[Link]">
<summary>Gets or sets the value of the Cache-Control header for an HTTP
request.</summary>
<returns>Returns <see
cref="T:[Link]" />.The value of the Cache-
Control header for an HTTP request.</returns>
</member>
<member name="P:[Link]">
<summary>Gets the value of the Connection header for an HTTP
request.</summary>
<returns>Returns <see
cref="T:[Link]`1" />.The value of the
Connection header for an HTTP request.</returns>
</member>
<member name="P:[Link]">
<summary>Gets or sets a value that indicates if the Connection header for an
HTTP request contains Close.</summary>
<returns>Returns <see cref="T:[Link]" />.true if the Connection
header contains Close, otherwise false.</returns>
</member>
<member name="P:[Link]">
<summary>Gets or sets the value of the Date header for an HTTP
request.</summary>
<returns>Returns <see cref="T:[Link]" />.The value of the Date
header for an HTTP request.</returns>
</member>
<member name="P:[Link]">
<summary>Gets the value of the Expect header for an HTTP request.</summary>
<returns>Returns <see
cref="T:[Link]`1" />.The value of the
Expect header for an HTTP request.</returns>
</member>
<member name="P:[Link]">
<summary>Gets or sets a value that indicates if the Expect header for an HTTP
request contains Continue.</summary>
<returns>Returns <see cref="T:[Link]" />.true if the Expect header
contains Continue, otherwise false.</returns>
</member>
<member name="P:[Link]">
<summary>Gets or sets the value of the From header for an HTTP
request.</summary>
<returns>Returns <see cref="T:[Link]" />.The value of the From header
for an HTTP request.</returns>
</member>
<member name="P:[Link]">
<summary>Gets or sets the value of the Host header for an HTTP
request.</summary>
<returns>Returns <see cref="T:[Link]" />.The value of the Host header
for an HTTP request.</returns>
</member>
<member name="P:[Link]">
<summary>Gets the value of the If-Match header for an HTTP request.</summary>
<returns>Returns <see
cref="T:[Link]`1" />.The value of the
If-Match header for an HTTP request.</returns>
</member>
<member name="P:[Link]">
<summary>Gets or sets the value of the If-Modified-Since header for an HTTP
request.</summary>
<returns>Returns <see cref="T:[Link]" />.The value of the If-
Modified-Since header for an HTTP request.</returns>
</member>
<member name="P:[Link]">
<summary>Gets the value of the If-None-Match header for an HTTP
request.</summary>
<returns>Returns <see
cref="T:[Link]`1" />.Gets the value of
the If-None-Match header for an HTTP request.</returns>
</member>
<member name="P:[Link]">
<summary>Gets or sets the value of the If-Range header for an HTTP
request.</summary>
<returns>Returns <see
cref="T:[Link]" />.The value of the If-
Range header for an HTTP request.</returns>
</member>
<member name="P:[Link]">
<summary>Gets or sets the value of the If-Unmodified-Since header for an HTTP
request.</summary>
<returns>Returns <see cref="T:[Link]" />.The value of the If-
Unmodified-Since header for an HTTP request.</returns>
</member>
<member name="P:[Link]">
<summary>Gets or sets the value of the Max-Forwards header for an HTTP
request.</summary>
<returns>Returns <see cref="T:System.Int32" />.The value of the Max-Forwards
header for an HTTP request.</returns>
</member>
<member name="P:[Link]">
<summary>Gets the value of the Pragma header for an HTTP request.</summary>
<returns>Returns <see
cref="T:[Link]`1" />.The value of the
Pragma header for an HTTP request.</returns>
</member>
<member name="P:[Link]">
<summary>Gets or sets the value of the Proxy-Authorization header for an HTTP
request.</summary>
<returns>Returns <see
cref="T:[Link]" />.The value of the
Proxy-Authorization header for an HTTP request.</returns>
</member>
<member name="P:[Link]">
<summary>Gets or sets the value of the Range header for an HTTP
request.</summary>
<returns>Returns <see cref="T:[Link]"
/>.The value of the Range header for an HTTP request.</returns>
</member>
<member name="P:[Link]">
<summary>Gets or sets the value of the Referer header for an HTTP
request.</summary>
<returns>Returns <see cref="T:[Link]" />.The value of the Referer header
for an HTTP request.</returns>
</member>
<member name="P:[Link]">
<summary>Gets the value of the TE header for an HTTP request.</summary>
<returns>Returns <see
cref="T:[Link]`1" />.The value of the TE
header for an HTTP request.</returns>
</member>
<member name="P:[Link]">
<summary>Gets the value of the Trailer header for an HTTP request.</summary>
<returns>Returns <see
cref="T:[Link]`1" />.The value of the
Trailer header for an HTTP request.</returns>
</member>
<member name="P:[Link]">
<summary>Gets the value of the Transfer-Encoding header for an HTTP
request.</summary>
<returns>Returns <see
cref="T:[Link]`1" />.The value of the
Transfer-Encoding header for an HTTP request.</returns>
</member>
<member
name="P:[Link]">
<summary>Gets or sets a value that indicates if the Transfer-Encoding header
for an HTTP request contains chunked.</summary>
<returns>Returns <see cref="T:[Link]" />.true if the Transfer-
Encoding header contains chunked, otherwise false.</returns>
</member>
<member name="P:[Link]">
<summary>Gets the value of the Upgrade header for an HTTP request.</summary>
<returns>Returns <see
cref="T:[Link]`1" />.The value of the
Upgrade header for an HTTP request.</returns>
</member>
<member name="P:[Link]">
<summary>Gets the value of the User-Agent header for an HTTP
request.</summary>
<returns>Returns <see
cref="T:[Link]`1" />.The value of the
User-Agent header for an HTTP request.</returns>
</member>
<member name="P:[Link]">
<summary>Gets the value of the Via header for an HTTP request.</summary>
<returns>Returns <see
cref="T:[Link]`1" />.The value of the
Via header for an HTTP request.</returns>
</member>
<member name="P:[Link]">
<summary>Gets the value of the Warning header for an HTTP request.</summary>
<returns>Returns <see
cref="T:[Link]`1" />.The value of the
Warning header for an HTTP request.</returns>
</member>
<member name="T:[Link]">
<summary>Represents the collection of Response Headers as defined in RFC
2616.</summary>
</member>
<member name="P:[Link]">
<summary>Gets the value of the Accept-Ranges header for an HTTP
response.</summary>
<returns>Returns <see
cref="T:[Link]`1" />.The value of the
Accept-Ranges header for an HTTP response.</returns>
</member>
<member name="P:[Link]">
<summary>Gets or sets the value of the Age header for an HTTP
response.</summary>
<returns>Returns <see cref="T:[Link]" />.The value of the Age header
for an HTTP response.</returns>
</member>
<member name="P:[Link]">
<summary>Gets or sets the value of the Cache-Control header for an HTTP
response.</summary>
<returns>Returns <see
cref="T:[Link]" />.The value of the Cache-
Control header for an HTTP response.</returns>
</member>
<member name="P:[Link]">
<summary>Gets the value of the Connection header for an HTTP
response.</summary>
<returns>Returns <see
cref="T:[Link]`1" />.The value of the
Connection header for an HTTP response.</returns>
</member>
<member name="P:[Link]">
<summary>Gets or sets a value that indicates if the Connection header for an
HTTP response contains Close.</summary>
<returns>Returns <see cref="T:[Link]" />.true if the Connection
header contains Close, otherwise false.</returns>
</member>
<member name="P:[Link]">
<summary>Gets or sets the value of the Date header for an HTTP
response.</summary>
<returns>Returns <see cref="T:[Link]" />.The value of the Date
header for an HTTP response.</returns>
</member>
<member name="P:[Link]">
<summary>Gets or sets the value of the ETag header for an HTTP
response.</summary>
<returns>Returns <see
cref="T:[Link]" />.The value of the ETag
header for an HTTP response.</returns>
</member>
<member name="P:[Link]">
<summary>Gets or sets the value of the Location header for an HTTP
response.</summary>
<returns>Returns <see cref="T:[Link]" />.The value of the Location header
for an HTTP response.</returns>
</member>
<member name="P:[Link]">
<summary>Gets the value of the Pragma header for an HTTP response.</summary>
<returns>Returns <see
cref="T:[Link]`1" />.The value of the
Pragma header for an HTTP response.</returns>
</member>
<member name="P:[Link]">
<summary>Gets the value of the Proxy-Authenticate header for an HTTP
response.</summary>
<returns>Returns <see
cref="T:[Link]`1" />.The value of the
Proxy-Authenticate header for an HTTP response.</returns>
</member>
<member name="P:[Link]">
<summary>Gets or sets the value of the Retry-After header for an HTTP
response.</summary>
<returns>Returns <see
cref="T:[Link]" />.The value of the
Retry-After header for an HTTP response.</returns>
</member>
<member name="P:[Link]">
<summary>Gets the value of the Server header for an HTTP response.</summary>
<returns>Returns <see
cref="T:[Link]`1" />.The value of the
Server header for an HTTP response.</returns>
</member>
<member name="P:[Link]">
<summary>Gets the value of the Trailer header for an HTTP response.</summary>
<returns>Returns <see
cref="T:[Link]`1" />.The value of the
Trailer header for an HTTP response.</returns>
</member>
<member name="P:[Link]">
<summary>Gets the value of the Transfer-Encoding header for an HTTP
response.</summary>
<returns>Returns <see
cref="T:[Link]`1" />.The value of the
Transfer-Encoding header for an HTTP response.</returns>
</member>
<member
name="P:[Link]">
<summary>Gets or sets a value that indicates if the Transfer-Encoding header
for an HTTP response contains chunked.</summary>
<returns>Returns <see cref="T:[Link]" />.true if the Transfer-
Encoding header contains chunked, otherwise false.</returns>
</member>
<member name="P:[Link]">
<summary>Gets the value of the Upgrade header for an HTTP response.</summary>
<returns>Returns <see
cref="T:[Link]`1" />.The value of the
Upgrade header for an HTTP response.</returns>
</member>
<member name="P:[Link]">
<summary>Gets the value of the Vary header for an HTTP response.</summary>
<returns>Returns <see
cref="T:[Link]`1" />.The value of the
Vary header for an HTTP response.</returns>
</member>
<member name="P:[Link]">
<summary>Gets the value of the Via header for an HTTP response.</summary>
<returns>Returns <see
cref="T:[Link]`1" />.The value of the
Via header for an HTTP response.</returns>
</member>
<member name="P:[Link]">
<summary>Gets the value of the Warning header for an HTTP response.</summary>
<returns>Returns <see
cref="T:[Link]`1" />.The value of the
Warning header for an HTTP response.</returns>
</member>
<member name="P:[Link]">
<summary>Gets the value of the WWW-Authenticate header for an HTTP
response.</summary>
<returns>Returns <see
cref="T:[Link]`1" />.The value of the
WWW-Authenticate header for an HTTP response.</returns>
</member>
<member name="T:[Link]">
<summary>Represents a media-type as defined in the RFC 2616.</summary>
</member>
<member
name="M:[Link].#ctor([Link].
MediaTypeHeaderValue)">
<summary>Initializes a new instance of the <see
cref="T:[Link]" /> class.</summary>
</member>
<member
name="M:[Link].#ctor([Link])">
<summary>Initializes a new instance of the <see
cref="T:[Link]" /> class.</summary>
</member>
<member name="P:[Link]">
<summary>Gets or sets the character set.</summary>
<returns>Returns <see cref="T:[Link]" />.The character set.</returns>
</member>
<member
name="M:[Link]([Link])">
<summary>Determines whether the specified <see cref="T:[Link]" /> is
equal to the current <see cref="T:[Link]" />
object.</summary>
<returns>Returns <see cref="T:[Link]" />.true if the specified <see
cref="T:[Link]" /> is equal to the current object; otherwise,
false.</returns>
<param name="obj">The object to compare with the current object.</param>
</member>
<member name="M:[Link]">
<summary>Serves as a hash function for an <see
cref="T:[Link]" /> object.</summary>
<returns>Returns <see cref="T:System.Int32" />.A hash code for the current
object.</returns>
</member>
<member name="P:[Link]">
<summary>Gets or sets the media-type header value.</summary>
<returns>Returns <see cref="T:[Link]" />.The media-type header
value.</returns>
</member>
<member name="P:[Link]">
<summary>Gets or sets the media-type header value parameters.</summary>
<returns>Returns <see cref="T:[Link]`1"
/>.The media-type header value parameters.</returns>
</member>
<member
name="M:[Link]([Link])">
<summary>Converts a string to an <see
cref="T:[Link]" /> instance.</summary>
<returns>Returns <see
cref="T:[Link]" />.An <see
cref="T:[Link]" /> instance.</returns>
<param name="input">A string that represents media type header value
information.</param>
<exception cref="T:[Link]">
<paramref name="input" /> is a null reference.</exception>
<exception cref="T:[Link]">
<paramref name="input" /> is not valid media type header value
information.</exception>
</member>
<member
name="M:[Link]#ICloneable#Clone">
<summary>Creates a new object that is a copy of the current <see
cref="T:[Link]" /> instance.</summary>
<returns>Returns <see cref="T:[Link]" />.A copy of the current
instance.</returns>
</member>
<member name="M:[Link]">
<summary>Returns a string that represents the current <see
cref="T:[Link]" /> object.</summary>
<returns>Returns <see cref="T:[Link]" />.A string that represents the
current object.</returns>
</member>
<member
name="M:[Link]([Link],System.
[Link]@)">
<summary>Determines whether a string is valid <see
cref="T:[Link]" /> information.</summary>
<returns>Returns <see cref="T:[Link]" />.true if <paramref
name="input" /> is valid <see cref="T:[Link]"
/> information; otherwise, false.</returns>
<param name="input">The string to validate.</param>
<param name="parsedValue">The <see
cref="T:[Link]" /> version of the
string.</param>
</member>
<member name="T:[Link]">
<summary>Represents a content-type header value with an additional
quality.</summary>
</member>
<member
name="M:[Link].#ctor([Link]
)">
<summary>Initializes a new instance of the <see
cref="T:[Link]" />
class.</summary>
</member>
<member
name="M:[Link].#ctor([Link]
,[Link])">
<summary>Initializes a new instance of the <see
cref="T:[Link]" />
class.</summary>
</member>
<member
name="M:[Link]([Link]
)">
<summary>Converts a string to an <see
cref="T:[Link]" />
instance.</summary>
<returns>Returns <see
cref="T:[Link]" />.An <see
cref="T:[Link]" />
instance.</returns>
<param name="input">A string that represents media type with quality header
value information.</param>
<exception cref="T:[Link]">
<paramref name="input" /> is a null reference.</exception>
<exception cref="T:[Link]">
<paramref name="input" /> is not valid media type with quality header value
information.</exception>
</member>
<member
name="P:[Link]">
<returns>Returns <see cref="T:[Link]" />.</returns>
</member>
<member
name="M:[Link]#ICloneable#C
lone">
<summary>Creates a new object that is a copy of the current <see
cref="T:[Link]" />
instance.</summary>
<returns>Returns <see cref="T:[Link]" />.A copy of the current
instance.</returns>
</member>
<member
name="M:[Link]([Link]
ing,[Link]@)">
<summary>Determines whether a string is valid <see
cref="T:[Link]" />
information.</summary>
<returns>Returns <see cref="T:[Link]" />.true if <paramref
name="input" /> is valid <see
cref="T:[Link]" /> information;
otherwise, false.</returns>
<param name="input">The string to validate.</param>
<param name="parsedValue">The <see
cref="T:[Link]" /> version of the
string.</param>
</member>
<member name="T:[Link]">
<summary>Represents a name/value pair.</summary>
</member>
<member
name="M:[Link].#ctor([Link].
NameValueHeaderValue)">
<summary>Initializes a new instance of the <see
cref="T:[Link]" /> class.</summary>
</member>
<member
name="M:[Link].#ctor([Link])">
<summary>Initializes a new instance of the <see
cref="T:[Link]" /> class.</summary>
<param name="name">The header name.</param>
</member>
<member
name="M:[Link].#ctor([Link],[Link]
ing)">
<summary>Initializes a new instance of the <see
cref="T:[Link]" /> class.</summary>
<param name="name">The header name.</param>
<param name="value">The header value.</param>
</member>
<member
name="M:[Link]([Link])">
<summary>Determines whether the specified <see cref="T:[Link]" /> is
equal to the current <see cref="T:[Link]" />
object.</summary>
<returns>Returns <see cref="T:[Link]" />.true if the specified <see
cref="T:[Link]" /> is equal to the current object; otherwise,
false.</returns>
<param name="obj">The object to compare with the current object.</param>
</member>
<member name="M:[Link]">
<summary>Serves as a hash function for an <see
cref="T:[Link]" /> object.</summary>
<returns>Returns <see cref="T:System.Int32" />.A hash code for the current
object.</returns>
</member>
<member name="P:[Link]">
<summary>Gets the header name.</summary>
<returns>Returns <see cref="T:[Link]" />.The header name.</returns>
</member>
<member
name="M:[Link]([Link])">
<summary>Converts a string to an <see
cref="T:[Link]" /> instance.</summary>
<returns>Returns <see
cref="T:[Link]" />.An <see
cref="T:[Link]" /> instance.</returns>
<param name="input">A string that represents name value header value
information.</param>
<exception cref="T:[Link]">
<paramref name="input" /> is a null reference.</exception>
<exception cref="T:[Link]">
<paramref name="input" /> is not valid name value header value
information.</exception>
</member>
<member
name="M:[Link]#ICloneable#Clone">
<summary>Creates a new object that is a copy of the current <see
cref="T:[Link]" /> instance.</summary>
<returns>Returns <see cref="T:[Link]" />.A copy of the current
instance.</returns>
</member>
<member name="M:[Link]">
<summary>Returns a string that represents the current <see
cref="T:[Link]" /> object.</summary>
<returns>Returns <see cref="T:[Link]" />.A string that represents the
current object.</returns>
</member>
<member
name="M:[Link]([Link],System.
[Link]@)">
<summary>Determines whether a string is valid <see
cref="T:[Link]" /> information.</summary>
<returns>Returns <see cref="T:[Link]" />.true if <paramref
name="input" /> is valid <see cref="T:[Link]"
/> information; otherwise, false.</returns>
<param name="input">The string to validate.</param>
<param name="parsedValue">The <see
cref="T:[Link]" /> version of the
string.</param>
</member>
<member name="P:[Link]">
<summary>Gets the header value.</summary>
<returns>Returns <see cref="T:[Link]" />.The header value.</returns>
</member>
<member name="T:[Link]">
<summary>Represents a name/value pair with parameters.</summary>
</member>
<member
name="M:[Link].#ctor([Link]
.[Link])">
<summary>Initializes a new instance of the <see
cref="T:[Link]" />
class.</summary>
</member>
<member
name="M:[Link].#ctor([Link]
ing)">
<summary>Initializes a new instance of the <see
cref="T:[Link]" />
class.</summary>
</member>
<member
name="M:[Link].#ctor([Link]
ing,[Link])">
<summary>Initializes a new instance of the <see
cref="T:[Link]" />
class.</summary>
</member>
<member
name="M:[Link]([Link]
ject)">
<summary>Determines whether the specified <see cref="T:[Link]" /> is
equal to the current <see
cref="T:[Link]" />
object.</summary>
<returns>Returns <see cref="T:[Link]" />.true if the specified <see
cref="T:[Link]" /> is equal to the current object; otherwise,
false.</returns>
<param name="obj">The object to compare with the current object.</param>
</member>
<member
name="M:[Link]">
<summary>Serves as a hash function for an <see
cref="T:[Link]" />
object.</summary>
<returns>Returns <see cref="T:System.Int32" />.A hash code for the current
object.</returns>
</member>
<member
name="P:[Link]">
<returns>Returns <see cref="T:[Link]`1"
/>.</returns>
</member>
<member
name="M:[Link]([Link]
ing)">
<summary>Converts a string to an <see
cref="T:[Link]" />
instance.</summary>
<returns>Returns <see
cref="T:[Link]" />.An <see
cref="T:[Link]" />
instance.</returns>
<param name="input">A string that represents name value with parameter header
value information.</param>
<exception cref="T:[Link]">
<paramref name="input" /> is a null reference.</exception>
<exception cref="T:[Link]">
<paramref name="input" /> is not valid name value with parameter header
value information.</exception>
</member>
<member
name="M:[Link]#ICloneabl
e#Clone">
<summary>Creates a new object that is a copy of the current <see
cref="T:[Link]" />
instance.</summary>
<returns>Returns <see cref="T:[Link]" />.A copy of the current
instance.</returns>
</member>
<member
name="M:[Link]">
<summary>Returns a string that represents the current <see
cref="T:[Link]" />
object.</summary>
<returns>Returns <see cref="T:[Link]" />.A string that represents the
current object.</returns>
</member>
<member
name="M:[Link](System.
String,[Link]@)">
<summary>Determines whether a string is valid <see
cref="T:[Link]" />
information.</summary>
<returns>Returns <see cref="T:[Link]" />.true if <paramref
name="input" /> is valid <see
cref="T:[Link]" /> information;
otherwise, false.</returns>
<param name="input">The string to validate.</param>
<param name="parsedValue">The <see
cref="T:[Link]" /> version of
the string.</param>
</member>
<member name="T:[Link]">
<summary>Represents a product token in header value.</summary>
</member>
<member
name="M:[Link].#ctor([Link])">
<summary>Initializes a new instance of the <see
cref="T:[Link]" /> class.</summary>
</member>
<member
name="M:[Link].#ctor([Link],[Link]
g)">
<summary>Initializes a new instance of the <see
cref="T:[Link]" /> class.</summary>
</member>
<member
name="M:[Link]([Link])">
<summary>Determines whether the specified <see cref="T:[Link]" /> is
equal to the current <see cref="T:[Link]" />
object.</summary>
<returns>Returns <see cref="T:[Link]" />.true if the specified <see
cref="T:[Link]" /> is equal to the current object; otherwise,
false.</returns>
<param name="obj">The object to compare with the current object.</param>
</member>
<member name="M:[Link]">
<summary>Serves as a hash function for an <see
cref="T:[Link]" /> object.</summary>
<returns>Returns <see cref="T:System.Int32" />.A hash code for the current
object.</returns>
</member>
<member name="P:[Link]">
<summary>Gets the name of the product token.</summary>
<returns>Returns <see cref="T:[Link]" />.The name of the product
token.</returns>
</member>
<member
name="M:[Link]([Link])">
<summary>Converts a string to an <see
cref="T:[Link]" /> instance.</summary>
<returns>Returns <see cref="T:[Link]"
/>.An <see cref="T:[Link]" />
instance.</returns>
<param name="input">A string that represents product header value
information.</param>
</member>
<member
name="M:[Link]#ICloneable#Clone">
<summary>Creates a new object that is a copy of the current <see
cref="T:[Link]" /> instance.</summary>
<returns>Returns <see cref="T:[Link]" />.A copy of the current
instance.</returns>
</member>
<member name="M:[Link]">
<summary>Returns a string that represents the current <see
cref="T:[Link]" /> object.</summary>
<returns>Returns <see cref="T:[Link]" />.A string that represents the
current object.</returns>
</member>
<member
name="M:[Link]([Link],[Link]
[Link]@)">
<summary>Determines whether a string is valid <see
cref="T:[Link]" /> information.</summary>
<returns>Returns <see cref="T:[Link]" />.true if <paramref
name="input" /> is valid <see
cref="T:[Link]" /> information; otherwise,
false.</returns>
<param name="input">The string to validate.</param>
<param name="parsedValue">The <see
cref="T:[Link]" /> version of the
string.</param>
</member>
<member name="P:[Link]">
<summary>Gets the version of the product token.</summary>
<returns>Returns <see cref="T:[Link]" />.The version of the product
token. </returns>
</member>
<member name="T:[Link]">
<summary>Represents a value which can either be a product or a
comment.</summary>
</member>
<member
name="M:[Link].#ctor([Link]
[Link])">
<summary>Initializes a new instance of the <see
cref="T:[Link]" /> class.</summary>
</member>
<member
name="M:[Link].#ctor([Link])">
<summary>Initializes a new instance of the <see
cref="T:[Link]" /> class.</summary>
</member>
<member
name="M:[Link].#ctor([Link],System.S
tring)">
<summary>Initializes a new instance of the <see
cref="T:[Link]" /> class.</summary>
</member>
<member name="P:[Link]">
<returns>Returns <see cref="T:[Link]" />.</returns>
</member>
<member
name="M:[Link]([Link])">
<summary>Determines whether the specified <see cref="T:[Link]" /> is
equal to the current <see
cref="T:[Link]" /> object.</summary>
<returns>Returns <see cref="T:[Link]" />.true if the specified <see
cref="T:[Link]" /> is equal to the current object; otherwise,
false.</returns>
<param name="obj">The object to compare with the current object.</param>
</member>
<member name="M:[Link]">
<summary>Serves as a hash function for an <see
cref="T:[Link]" /> object.</summary>
<returns>Returns <see cref="T:System.Int32" />.A hash code for the current
object.</returns>
</member>
<member
name="M:[Link]([Link])">
<summary>Converts a string to an <see
cref="T:[Link]" /> instance.</summary>
<returns>Returns <see cref="T:[Link]"
/>.An <see cref="T:[Link]" />
instance.</returns>
<param name="input">A string that represents product info header value
information.</param>
<exception cref="T:[Link]">
<paramref name="input" /> is a null reference.</exception>
<exception cref="T:[Link]">
<paramref name="input" /> is not valid product info header value
information.</exception>
</member>
<member name="P:[Link]">
<returns>Returns <see cref="T:[Link]"
/>.</returns>
</member>
<member
name="M:[Link]#ICloneable#Clone">
<summary>Creates a new object that is a copy of the current <see
cref="T:[Link]" /> instance.</summary>
<returns>Returns <see cref="T:[Link]" />.A copy of the current
instance.</returns>
</member>
<member name="M:[Link]">
<summary>Returns a string that represents the current <see
cref="T:[Link]" /> object.</summary>
<returns>Returns <see cref="T:[Link]" />.A string that represents the
current object.</returns>
</member>
<member
name="M:[Link]([Link],Syste
[Link]@)">
<summary>Determines whether a string is valid <see
cref="T:[Link]" /> information.</summary>
<returns>Returns <see cref="T:[Link]" />.true if <paramref
name="input" /> is valid <see
cref="T:[Link]" /> information; otherwise,
false.</returns>
<param name="input">The string to validate.</param>
<param name="parsedValue">The <see
cref="T:[Link]" /> version of the
string.</param>
</member>
<member name="T:[Link]">
<summary>Represents a header value which can either be a date/time or an
entity-tag value.</summary>
</member>
<member
name="M:[Link].#ctor([Link]
et)">
<summary>Initializes a new instance of the <see
cref="T:[Link]" /> class.</summary>
</member>
<member
name="M:[Link].#ctor([Link]
[Link])">
<summary>Initializes a new instance of the <see
cref="T:[Link]" /> class.</summary>
</member>
<member
name="M:[Link].#ctor([Link])">
<summary>Initializes a new instance of the <see
cref="T:[Link]" /> class.</summary>
</member>
<member name="P:[Link]">
<returns>Returns <see cref="T:[Link]" />.</returns>
</member>
<member name="P:[Link]">
<returns>Returns <see
cref="T:[Link]" />.</returns>
</member>
<member
name="M:[Link]([Link])">
<summary>Determines whether the specified <see cref="T:[Link]" /> is
equal to the current <see
cref="T:[Link]" /> object.</summary>
<returns>Returns <see cref="T:[Link]" />.true if the specified <see
cref="T:[Link]" /> is equal to the current object; otherwise,
false.</returns>
</member>
<member name="M:[Link]">
<summary>Serves as a hash function for an <see
cref="T:[Link]" /> object.</summary>
<returns>Returns <see cref="T:System.Int32" />.A hash code for the current
object.</returns>
</member>
<member
name="M:[Link]([Link])">
<summary>Converts a string to an <see
cref="T:[Link]" /> instance.</summary>
<returns>Returns <see
cref="T:[Link]" />.An <see
cref="T:[Link]" /> instance.</returns>
<param name="input">A string that represents range condition header value
information.</param>
<exception cref="T:[Link]">
<paramref name="input" /> is a null reference.</exception>
<exception cref="T:[Link]">
<paramref name="input" /> is not valid range Condition header value
information.</exception>
</member>
<member
name="M:[Link]#ICloneable#Clone">
<summary>Creates a new object that is a copy of the current <see
cref="T:[Link]" /> instance.</summary>
<returns>Returns <see cref="T:[Link]" />.A copy of the current
instance.</returns>
</member>
<member name="M:[Link]">
<summary>Returns a string that represents the current <see
cref="T:[Link]" /> object.</summary>
<returns>Returns <see cref="T:[Link]" />.A string that represents the
current object.</returns>
</member>
<member
name="M:[Link]([Link],Sy
[Link]@)">
<summary>Determines whether a string is valid <see
cref="T:[Link]" />
information.</summary>
<returns>Returns <see cref="T:[Link]" />.true if <paramref
name="input" /> is valid <see
cref="T:[Link]" /> information;
otherwise, false.</returns>
<param name="input">The string to validate.</param>
<param name="parsedValue">The <see
cref="T:[Link]" /> version of the
string.</param>
</member>
<member name="T:[Link]">
<summary>Represents the value of the Range header.</summary>
</member>
<member name="M:[Link].#ctor">
<summary>Initializes a new instance of the <see
cref="T:[Link]" /> class.</summary>
</member>
<member
name="M:[Link].#ctor([Link]{System.Int64
},[Link]{System.Int64})">
<summary>Initializes a new instance of the <see
cref="T:[Link]" /> class.</summary>
</member>
<member
name="M:[Link]([Link])">
<summary>Determines whether the specified <see cref="T:[Link]" /> is
equal to the current <see cref="T:[Link]" />
object.</summary>
<returns>Returns <see cref="T:[Link]" />.true if the specified <see
cref="T:[Link]" /> is equal to the current object; otherwise,
false.</returns>
<param name="obj">The object to compare with the current object.</param>
</member>
<member name="M:[Link]">
<summary>Serves as a hash function for an <see
cref="T:[Link]" /> object.</summary>
<returns>Returns <see cref="T:System.Int32" />.A hash code for the current
object.</returns>
</member>
<member name="M:[Link]([Link])">
<summary>Converts a string to an <see
cref="T:[Link]" /> instance.</summary>
<returns>Returns <see cref="T:[Link]" />.An
<see cref="T:[Link]" /> instance.</returns>
<param name="input">A string that represents range header value
information.</param>
<exception cref="T:[Link]">
<paramref name="input" /> is a null reference.</exception>
<exception cref="T:[Link]">
<paramref name="input" /> is not valid range header value
information.</exception>
</member>
<member name="P:[Link]">
<returns>Returns <see cref="T:[Link]`1"
/>.</returns>
</member>
<member
name="M:[Link]#ICloneable#Clone">
<summary>Creates a new object that is a copy of the current <see
cref="T:[Link]" /> instance.</summary>
<returns>Returns <see cref="T:[Link]" />.A copy of the current
instance.</returns>
</member>
<member name="M:[Link]">
<summary>Returns a string that represents the current <see
cref="T:[Link]" /> object.</summary>
<returns>Returns <see cref="T:[Link]" />.A string that represents the
current object.</returns>
</member>
<member
name="M:[Link]([Link],[Link].
[Link]@)">
<summary>Determines whether a string is valid <see
cref="T:[Link]" /> information.</summary>
<returns>Returns <see cref="T:[Link]" />.true if <paramref
name="input" /> is valid <see
cref="T:[Link]" /> information;
otherwise, false.</returns>
<param name="input">he string to validate.</param>
<param name="parsedValue">The <see
cref="T:[Link]" /> version of the string.</param>
</member>
<member name="P:[Link]">
<returns>Returns <see cref="T:[Link]" />.</returns>
</member>
<member name="T:[Link]">
<summary>Represents a byte-range header value.</summary>
</member>
<member
name="M:[Link].#ctor([Link]{System.I
nt64},[Link]{System.Int64})">
<summary>Initializes a new instance of the <see
cref="T:[Link]" /> class.</summary>
</member>
<member
name="M:[Link]([Link])">
<summary>Determines whether the specified <see cref="T:[Link]" /> is
equal to the current <see cref="T:[Link]" />
object.</summary>
<returns>Returns <see cref="T:[Link]" />.true if the specified <see
cref="T:[Link]" /> is equal to the current object; otherwise,
false.</returns>
<param name="obj">The object to compare with the current object.</param>
</member>
<member name="P:[Link]">
<returns>Returns <see cref="T:System.Int64" />.</returns>
</member>
<member name="M:[Link]">
<summary>Serves as a hash function for an <see
cref="T:[Link]" /> object.</summary>
<returns>Returns <see cref="T:System.Int32" />.A hash code for the current
object.</returns>
</member>
<member
name="M:[Link]#ICloneable#Clone">
<summary>Creates a new object that is a copy of the current <see
cref="T:[Link]" /> instance.</summary>
<returns>Returns <see cref="T:[Link]" />.A copy of the current
instance.</returns>
</member>
<member name="P:[Link]">
<returns>Returns <see cref="T:System.Int64" />.</returns>
</member>
<member name="M:[Link]">
<summary>Returns a string that represents the current <see
cref="T:[Link]" /> object.</summary>
<returns>Returns <see cref="T:[Link]" />.A string that represents the
current object.</returns>
</member>
<member name="T:[Link]">
<summary>Represents a header value which can either be a date/time or a
timespan value.</summary>
</member>
<member
name="M:[Link].#ctor([Link]
et)">
<summary>Initializes a new instance of the <see
cref="T:[Link]" /> class.</summary>
</member>
<member
name="M:[Link].#ctor([Link])">
<summary>Initializes a new instance of the <see
cref="T:[Link]" /> class.</summary>
</member>
<member name="P:[Link]">
<returns>Returns <see cref="T:[Link]" />.</returns>
</member>
<member name="P:[Link]">
<returns>Returns <see cref="T:[Link]" />.</returns>
</member>
<member
name="M:[Link]([Link])">
<summary>Determines whether the specified <see cref="T:[Link]" /> is
equal to the current <see
cref="T:[Link]" /> object.</summary>
<returns>Returns <see cref="T:[Link]" />.true if the specified <see
cref="T:[Link]" /> is equal to the current object; otherwise,
false.</returns>
<param name="obj">The object to compare with the current object.</param>
</member>
<member name="M:[Link]">
<summary>Serves as a hash function for an <see
cref="T:[Link]" /> object.</summary>
<returns>Returns <see cref="T:System.Int32" />.A hash code for the current
object.</returns>
</member>
<member
name="M:[Link]([Link])">
<summary>Converts a string to an <see
cref="T:[Link]" /> instance.</summary>
<returns>Returns <see
cref="T:[Link]" />.An <see
cref="T:[Link]" /> instance.</returns>
<param name="input">A string that represents retry condition header value
information.</param>
<exception cref="T:[Link]">
<paramref name="input" /> is a null reference.</exception>
<exception cref="T:[Link]">
<paramref name="input" /> is not valid retry condition header value
information.</exception>
</member>
<member
name="M:[Link]#ICloneable#Clone">
<summary>Creates a new object that is a copy of the current <see
cref="T:[Link]" /> instance.</summary>
<returns>Returns <see cref="T:[Link]" />.A copy of the current
instance.</returns>
</member>
<member name="M:[Link]">
<summary>Returns a string that represents the current <see
cref="T:[Link]" /> object.</summary>
<returns>Returns <see cref="T:[Link]" />.A string that represents the
current object.</returns>
</member>
<member
name="M:[Link]([Link],Sy
[Link]@)">
<summary>Determines whether a string is valid <see
cref="T:[Link]" />
information.</summary>
<returns>Returns <see cref="T:[Link]" />.true if <paramref
name="input" /> is valid <see
cref="T:[Link]" /> information;
otherwise, false.</returns>
<param name="input">The string to validate.</param>
<param name="parsedValue">The <see
cref="T:[Link]" /> version of the
string.</param>
</member>
<member name="T:[Link]">
<summary>Represents a string header value with an optional quality.</summary>
</member>
<member
name="M:[Link].#ctor([Link])">
<summary>Initializes a new instance of the <see
cref="T:[Link]" /> class.</summary>
</member>
<member
name="M:[Link].#ctor([Link],Sy
[Link])">
<summary>Initializes a new instance of the <see
cref="T:[Link]" /> class.</summary>
</member>
<member
name="M:[Link]([Link])"
>
<summary>Determines whether the specified Object is equal to the current <see
cref="T:[Link]" /> object.</summary>
<returns>Returns <see cref="T:[Link]" />.true if the specified <see
cref="T:[Link]" /> is equal to the current object; otherwise,
false.</returns>
<param name="obj">The object to compare with the current object.</param>
</member>
<member
name="M:[Link]">
<summary>Serves as a hash function for an <see
cref="T:[Link]" /> object.</summary>
<returns>Returns <see cref="T:System.Int32" />.A hash code for the current
object.</returns>
</member>
<member
name="M:[Link]([Link])">
<summary>Converts a string to an <see
cref="T:[Link]" />
instance.</summary>
<returns>Returns <see
cref="T:[Link]" />.An <see
cref="T:[Link]" /> instance.</returns>
<param name="input">A string that represents quality header value
information.</param>
<exception cref="T:[Link]">
<paramref name="input" /> is a null reference.</exception>
<exception cref="T:[Link]">
<paramref name="input" /> is not valid string with quality header value
information.</exception>
</member>
<member name="P:[Link]">
<returns>Returns <see cref="T:[Link]" />.</returns>
</member>
<member
name="M:[Link]#ICloneable#Clon
e">
<summary>Creates a new object that is a copy of the current <see
cref="T:[Link]" />
instance.</summary>
<returns>Returns <see cref="T:[Link]" />.A copy of the current
instance.</returns>
</member>
<member name="M:[Link]">
<summary>Returns a string that represents the current <see
cref="T:[Link]" /> object.</summary>
<returns>Returns <see cref="T:[Link]" />.A string that represents the
current object.</returns>
</member>
<member
name="M:[Link]([Link]
,[Link]@)">
<summary>Determines whether a string is valid <see
cref="T:[Link]" />
information.</summary>
<returns>Returns <see cref="T:[Link]" />.true if <paramref
name="input" /> is valid <see
cref="T:[Link]" /> information;
otherwise, false.</returns>
<param name="input">The string to validate.</param>
<param name="parsedValue">The <see
cref="T:[Link]" /> version of the
string.</param>
</member>
<member name="P:[Link]">
<returns>Returns <see cref="T:[Link]" />.</returns>
</member>
<member name="T:[Link]">
<summary>Represents a transfer-coding header value.</summary>
</member>
<member
name="M:[Link].#ctor([Link]
[Link])">
<summary>Initializes a new instance of the <see
cref="T:[Link]" /> class.</summary>
</member>
<member
name="M:[Link].#ctor([Link])">
<summary>Initializes a new instance of the <see
cref="T:[Link]" /> class.</summary>
</member>
<member
name="M:[Link]([Link])">
<summary>Determines whether the specified Object is equal to the current <see
cref="T:[Link]" /> object.</summary>
<returns>Returns <see cref="T:[Link]" />.true if the specified <see
cref="T:[Link]" /> is equal to the current object; otherwise,
false.</returns>
<param name="obj">The object to compare with the current object.</param>
</member>
<member name="M:[Link]">
<summary>Serves as a hash function for an <see
cref="T:[Link]" /> object.</summary>
<returns>Returns <see cref="T:System.Int32" />.A hash code for the current
object.</returns>
</member>
<member name="P:[Link]">
<summary>Gets the transfer-coding parameters.</summary>
<returns>Returns <see cref="T:[Link]`1"
/>.The transfer-coding parameters.</returns>
</member>
<member
name="M:[Link]([Link])">
<summary>Converts a string to an <see
cref="T:[Link]" /> instance.</summary>
<returns>Returns <see
cref="T:[Link]" />.An <see
cref="T:[Link]" /> instance.</returns>
<param name="input">A string that represents transfer-coding header value
information.</param>
<exception cref="T:[Link]">
<paramref name="input" /> is a null reference.</exception>
<exception cref="T:[Link]">
<paramref name="input" /> is not valid transfer-coding header value
information.</exception>
</member>
<member
name="M:[Link]#ICloneable#Clone">
<summary>Creates a new object that is a copy of the current <see
cref="T:[Link]" /> instance.</summary>
<returns>Returns <see cref="T:[Link]" />.A copy of the current
instance.</returns>
</member>
<member name="M:[Link]">
<summary>Returns a string that represents the current <see
cref="T:[Link]" /> object.</summary>
<returns>Returns <see cref="T:[Link]" />.A string that represents the
current object.</returns>
</member>
<member
name="M:[Link]([Link],Sy
[Link]@)">
<summary>Determines whether a string is valid <see
cref="T:[Link]" />
information.</summary>
<returns>Returns <see cref="T:[Link]" />.true if <paramref
name="input" /> is valid <see
cref="T:[Link]" /> information;
otherwise, false.</returns>
<param name="input">The string to validate.</param>
<param name="parsedValue">The <see
cref="T:[Link]" /> version of the
string.</param>
</member>
<member name="P:[Link]">
<summary>Gets the transfer-coding value.</summary>
<returns>Returns <see cref="T:[Link]" />.The transfer-coding
value.</returns>
</member>
<member name="T:[Link]">
<summary>Represents a transfer-coding header value with optional
quality.</summary>
</member>
<member
name="M:[Link].#ctor(System.S
tring)">
<summary>Initializes a new instance of the <see
cref="T:[Link]" />
class.</summary>
</member>
<member
name="M:[Link].#ctor(System.S
tring,[Link])">
<summary>Initializes a new instance of the <see
cref="T:[Link]" />
class.</summary>
</member>
<member
name="M:[Link](System.S
tring)">
<summary>Converts a string to an <see
cref="T:[Link]" />
instance.</summary>
<returns>Returns <see
cref="T:[Link]" />.An <see
cref="T:[Link]" />
instance.</returns>
<param name="input">A string that represents transfer-coding value
information.</param>
<exception cref="T:[Link]">
<paramref name="input" /> is a null reference.</exception>
<exception cref="T:[Link]">
<paramref name="input" /> is not valid transfer-coding with quality header
value information.</exception>
</member>
<member
name="P:[Link]">
<returns>Returns <see cref="T:[Link]" />.</returns>
</member>
<member
name="M:[Link]#IClonea
ble#Clone">
<summary>Creates a new object that is a copy of the current <see
cref="T:[Link]" />
instance.</summary>
<returns>Returns <see cref="T:[Link]" />.A copy of the current
instance.</returns>
</member>
<member
name="M:[Link](Syste
[Link],[Link]@)">
<summary>Determines whether a string is valid <see
cref="T:[Link]" />
information.</summary>
<returns>Returns <see cref="T:[Link]" />.true if <paramref
name="input" /> is valid <see
cref="T:[Link]" />
information; otherwise, false.</returns>
<param name="input">The string to validate.</param>
<param name="parsedValue">The <see
cref="T:[Link]" /> version of
the string.</param>
</member>
<member name="T:[Link]">
<summary>Represents the value of a Via header.</summary>
</member>
<member
name="M:[Link].#ctor([Link],[Link])">
<summary>Initializes a new instance of the <see
cref="T:[Link]" /> class.</summary>
<param name="protocolVersion">The protocol version of the received
protocol.</param>
<param name="receivedBy">The host and port that the request or response was
received by.</param>
</member>
<member
name="M:[Link].#ctor([Link],[Link],Sy
[Link])">
<summary>Initializes a new instance of the <see
cref="T:[Link]" /> class.</summary>
<param name="protocolVersion">The protocol version of the received
protocol.</param>
<param name="receivedBy">The host and port that the request or response was
received by.</param>
<param name="protocolName">The protocol name of the received
protocol.</param>
</member>
<member
name="M:[Link].#ctor([Link],[Link],Sy
[Link],[Link])">
<summary>Initializes a new instance of the <see
cref="T:[Link]" /> class.</summary>
<param name="protocolVersion">The protocol version of the received
protocol.</param>
<param name="receivedBy">The host and port that the request or response was
received by.</param>
<param name="protocolName">The protocol name of the received
protocol.</param>
<param name="comment">The comment field used to identify the software of the
recipient proxy or gateway.</param>
</member>
<member name="P:[Link]">
<summary>Gets the comment field used to identify the software of the
recipient proxy or gateway.</summary>
<returns>Returns <see cref="T:[Link]" />.The comment field used to
identify the software of the recipient proxy or gateway.</returns>
</member>
<member name="M:[Link]([Link])">
<summary>Determines whether the specified <see cref="T:[Link]" /> is
equal to the current <see cref="T:[Link]"
/>object.</summary>
<returns>Returns <see cref="T:[Link]" />.true if the specified <see
cref="T:[Link]" /> is equal to the current object; otherwise,
false.</returns>
<param name="obj">The object to compare with the current object.</param>
</member>
<member name="M:[Link]">
<summary>Serves as a hash function for an <see
cref="T:[Link]" /> object.</summary>
<returns>Returns <see cref="T:System.Int32" />.Returns a hash code for the
current object.</returns>
</member>
<member name="M:[Link]([Link])">
<summary>Converts a string to an <see
cref="T:[Link]" /> instance.</summary>
<returns>Returns <see cref="T:[Link]" />.An
<see cref="T:[Link]" /> instance.</returns>
<param name="input">A string that represents via header value
information.</param>
<exception cref="T:[Link]">
<paramref name="input" /> is a null reference.</exception>
<exception cref="T:[Link]">
<paramref name="input" /> is not valid via header value
information.</exception>
</member>
<member name="P:[Link]">
<summary>Gets the protocol name of the received protocol.</summary>
<returns>Returns <see cref="T:[Link]" />.The protocol name.</returns>
</member>
<member name="P:[Link]">
<summary>Gets the protocol version of the received protocol.</summary>
<returns>Returns <see cref="T:[Link]" />.The protocol
version.</returns>
</member>
<member name="P:[Link]">
<summary>Gets the host and port that the request or response was received
by.</summary>
<returns>Returns <see cref="T:[Link]" />.The host and port that the
request or response was received by.</returns>
</member>
<member
name="M:[Link]#ICloneable#Clone">
<summary>Creates a new object that is a copy of the current <see
cref="T:[Link]" /> instance.</summary>
<returns>Returns <see cref="T:[Link]" />.A copy of the current
instance.</returns>
</member>
<member name="M:[Link]">
<summary>Returns a string that represents the current <see
cref="T:[Link]" /> object.</summary>
<returns>Returns <see cref="T:[Link]" />.A string that represents the
current object.</returns>
</member>
<member
name="M:[Link]([Link],[Link]
[Link]@)">
<summary>Determines whether a string is valid <see
cref="T:[Link]" /> information.</summary>
<returns>Returns <see cref="T:[Link]" />.true if <paramref
name="input" /> is valid <see cref="T:[Link]" />
information; otherwise, false.</returns>
<param name="input">The string to validate.</param>
<param name="parsedValue">The <see
cref="T:[Link]" /> version of the string.</param>
</member>
<member name="T:[Link]">
<summary>Represents a warning value used by the Warning header.</summary>
</member>
<member
name="M:[Link].#ctor(System.Int32,[Link]
,[Link])">
<summary>Initializes a new instance of the <see
cref="T:[Link]" /> class.</summary>
<param name="code">The specific warning code.</param>
<param name="agent">The host that attached the warning.</param>
<param name="text">A quoted-string containing the warning text.</param>
</member>
<member
name="M:[Link].#ctor(System.Int32,[Link]
,[Link],[Link])">
<summary>Initializes a new instance of the <see
cref="T:[Link]" /> class.</summary>
<param name="code">The specific warning code.</param>
<param name="agent">The host that attached the warning.</param>
<param name="text">A quoted-string containing the warning text.</param>
<param name="date">The date/time stamp of the warning.</param>
</member>
<member name="P:[Link]">
<summary>Gets the host that attached the warning.</summary>
<returns>Returns <see cref="T:[Link]" />.The host that attached the
warning.</returns>
</member>
<member name="P:[Link]">
<summary>Gets the specific warning code.</summary>
<returns>Returns <see cref="T:System.Int32" />.The specific warning
code.</returns>
</member>
<member name="P:[Link]">
<summary>Gets the date/time stamp of the warning.</summary>
<returns>Returns <see cref="T:[Link]" />.The date/time stamp
of the warning.</returns>
</member>
<member
name="M:[Link]([Link])">
<summary>Determines whether the specified <see cref="T:[Link]" /> is
equal to the current <see cref="T:[Link]" />
object.</summary>
<returns>Returns <see cref="T:[Link]" />.true if the specified <see
cref="T:[Link]" /> is equal to the current object; otherwise,
false.</returns>
<param name="obj">The object to compare with the current object.</param>
</member>
<member name="M:[Link]">
<summary>Serves as a hash function for an <see
cref="T:[Link]" /> object.</summary>
<returns>Returns <see cref="T:System.Int32" />.A hash code for the current
object.</returns>
</member>
<member
name="M:[Link]([Link])">
<summary>Converts a string to an <see
cref="T:[Link]" /> instance.</summary>
<returns>Returns an <see
cref="T:[Link]" /> instance.</returns>
<param name="input">A string that represents authentication header value
information.</param>
<exception cref="T:[Link]">
<paramref name="input" /> is a null reference.</exception>
<exception cref="T:[Link]">
<paramref name="input" /> is not valid authentication header value
information.</exception>
</member>
<member
name="M:[Link]#ICloneable#Clone">
<summary>Creates a new object that is a copy of the current <see
cref="T:[Link]" /> instance.</summary>
<returns>Returns <see cref="T:[Link]" />.Returns a copy of the current
instance.</returns>
</member>
<member name="P:[Link]">
<summary>Gets a quoted-string containing the warning text.</summary>
<returns>Returns <see cref="T:[Link]" />.A quoted-string containing
the warning text.</returns>
</member>
<member name="M:[Link]">
<summary>Returns a string that represents the current <see
cref="T:[Link]" /> object.</summary>
<returns>Returns <see cref="T:[Link]" />.A string that represents the
current object.</returns>
</member>
<member
name="M:[Link]([Link],[Link]
[Link]@)">
<summary>Determines whether a string is valid <see
cref="T:[Link]" /> information.</summary>
<returns>Returns <see cref="T:[Link]" />.true if <paramref
name="input" /> is valid <see
cref="T:[Link]" /> information; otherwise,
false.</returns>
<param name="input">The string to validate.</param>
<param name="parsedValue">The <see
cref="T:[Link]" /> version of the
string.</param>
</member>
</members>
</doc>