doevisualizations
Version:
Data Visualization Library based on RequireJS and D3.js (v4+)
576 lines • 540 kB
text/xml
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>System.Web.Http</name>
</assembly>
<members>
<member name="M:System.Net.Http.HttpRequestMessageExtensions.CreateErrorResponse(System.Net.Http.HttpRequestMessage,System.Net.Http.InvalidByteRangeException)"></member>
<member name="M:System.Net.Http.HttpRequestMessageExtensions.CreateErrorResponse(System.Net.Http.HttpRequestMessage,System.Net.HttpStatusCode,System.Exception)">
<summary>Creates an <see cref="T:System.Net.Http.HttpResponseMessage" /> that represents an exception.</summary>
<returns>The request must be associated with an <see cref="T:System.Web.Http.HttpConfiguration" /> instance.An <see cref="T:System.Net.Http.HttpResponseMessage" /> whose content is a serialized representation of an <see cref="T:System.Web.Http.HttpError" /> instance.</returns>
<param name="request">The HTTP request.</param>
<param name="statusCode">The status code of the response.</param>
<param name="exception">The exception.</param>
</member>
<member name="M:System.Net.Http.HttpRequestMessageExtensions.CreateErrorResponse(System.Net.Http.HttpRequestMessage,System.Net.HttpStatusCode,System.String)">
<summary>Creates an <see cref="T:System.Net.Http.HttpResponseMessage" /> that represents an error message.</summary>
<returns>The request must be associated with an <see cref="T:System.Web.Http.HttpConfiguration" /> instance.An <see cref="T:System.Net.Http.HttpResponseMessage" /> whose content is a serialized representation of an <see cref="T:System.Web.Http.HttpError" /> instance.</returns>
<param name="request">The HTTP request.</param>
<param name="statusCode">The status code of the response.</param>
<param name="message">The error message.</param>
</member>
<member name="M:System.Net.Http.HttpRequestMessageExtensions.CreateErrorResponse(System.Net.Http.HttpRequestMessage,System.Net.HttpStatusCode,System.String,System.Exception)">
<summary>Creates an <see cref="T:System.Net.Http.HttpResponseMessage" /> that represents an exception with an error message.</summary>
<returns>The request must be associated with an <see cref="T:System.Web.Http.HttpConfiguration" /> instance.An <see cref="T:System.Net.Http.HttpResponseMessage" /> whose content is a serialized representation of an <see cref="T:System.Web.Http.HttpError" /> instance.</returns>
<param name="request">The HTTP request.</param>
<param name="statusCode">The status code of the response.</param>
<param name="message">The error message.</param>
<param name="exception">The exception.</param>
</member>
<member name="M:System.Net.Http.HttpRequestMessageExtensions.CreateErrorResponse(System.Net.Http.HttpRequestMessage,System.Net.HttpStatusCode,System.Web.Http.HttpError)">
<summary>Creates an <see cref="T:System.Net.Http.HttpResponseMessage" /> that represents an error.</summary>
<returns>The request must be associated with an <see cref="T:System.Web.Http.HttpConfiguration" /> instance.An <see cref="T:System.Net.Http.HttpResponseMessage" /> whose content is a serialized representation of an <see cref="T:System.Web.Http.HttpError" /> instance.</returns>
<param name="request">The HTTP request.</param>
<param name="statusCode">The status code of the response.</param>
<param name="error">The HTTP error.</param>
</member>
<member name="M:System.Net.Http.HttpRequestMessageExtensions.CreateErrorResponse(System.Net.Http.HttpRequestMessage,System.Net.HttpStatusCode,System.Web.Http.ModelBinding.ModelStateDictionary)">
<summary>Creates an <see cref="T:System.Net.Http.HttpResponseMessage" /> that represents an error in the model state.</summary>
<returns>The request must be associated with an <see cref="T:System.Web.Http.HttpConfiguration" /> instance.An <see cref="T:System.Net.Http.HttpResponseMessage" /> whose content is a serialized representation of an <see cref="T:System.Web.Http.HttpError" /> instance.</returns>
<param name="request">The HTTP request.</param>
<param name="statusCode">The status code of the response.</param>
<param name="modelState">The model state.</param>
</member>
<member name="M:System.Net.Http.HttpRequestMessageExtensions.CreateResponse``1(System.Net.Http.HttpRequestMessage,System.Net.HttpStatusCode,``0)">
<summary>Creates an <see cref="T:System.Net.Http.HttpResponseMessage" /> wired up to the associated <see cref="T:System.Net.Http.HttpRequestMessage" />.</summary>
<returns>An initialized <see cref="T:System.Net.Http.HttpResponseMessage" /> wired up to the associated <see cref="T:System.Net.Http.HttpRequestMessage" />.</returns>
<param name="request">The HTTP request message which led to this response message.</param>
<param name="statusCode">The HTTP response status code.</param>
<param name="value">The content of the HTTP response message.</param>
<typeparam name="T">The type of the HTTP response message.</typeparam>
</member>
<member name="M:System.Net.Http.HttpRequestMessageExtensions.CreateResponse``1(System.Net.Http.HttpRequestMessage,System.Net.HttpStatusCode,``0,System.Net.Http.Formatting.MediaTypeFormatter)">
<summary>Creates an <see cref="T:System.Net.Http.HttpResponseMessage" /> wired up to the associated <see cref="T:System.Net.Http.HttpRequestMessage" />.</summary>
<returns>An initialized <see cref="T:System.Net.Http.HttpResponseMessage" /> wired up to the associated <see cref="T:System.Net.Http.HttpRequestMessage" />.</returns>
<param name="request">The HTTP request message which led to this response message.</param>
<param name="statusCode">The HTTP response status code.</param>
<param name="value">The content of the HTTP response message.</param>
<param name="formatter">The media type formatter.</param>
<typeparam name="T">The type of the HTTP response message.</typeparam>
</member>
<member name="M:System.Net.Http.HttpRequestMessageExtensions.CreateResponse``1(System.Net.Http.HttpRequestMessage,System.Net.HttpStatusCode,``0,System.Net.Http.Formatting.MediaTypeFormatter,System.Net.Http.Headers.MediaTypeHeaderValue)">
<summary>Creates an <see cref="T:System.Net.Http.HttpResponseMessage" /> wired up to the associated <see cref="T:System.Net.Http.HttpRequestMessage" />.</summary>
<returns>An initialized <see cref="T:System.Net.Http.HttpResponseMessage" /> wired up to the associated <see cref="T:System.Net.Http.HttpRequestMessage" />.</returns>
<param name="request">The HTTP request message which led to this response message.</param>
<param name="statusCode">The HTTP response status code.</param>
<param name="value">The content of the HTTP response message.</param>
<param name="formatter">The media type formatter.</param>
<param name="mediaType">The media type header value.</param>
<typeparam name="T">The type of the HTTP response message.</typeparam>
</member>
<member name="M:System.Net.Http.HttpRequestMessageExtensions.CreateResponse``1(System.Net.Http.HttpRequestMessage,System.Net.HttpStatusCode,``0,System.Net.Http.Formatting.MediaTypeFormatter,System.String)">
<summary>Creates an <see cref="T:System.Net.Http.HttpResponseMessage" /> wired up to the associated <see cref="T:System.Net.Http.HttpRequestMessage" />.</summary>
<returns>An initialized <see cref="T:System.Net.Http.HttpResponseMessage" /> wired up to the associated <see cref="T:System.Net.Http.HttpRequestMessage" />.</returns>
<param name="request">The HTTP request message which led to this response message.</param>
<param name="statusCode">The HTTP response status code.</param>
<param name="value">The content of the HTTP response message.</param>
<param name="formatter">The media type formatter.</param>
<param name="mediaType">The media type.</param>
<typeparam name="T">The type of the HTTP response message.</typeparam>
</member>
<member name="M:System.Net.Http.HttpRequestMessageExtensions.CreateResponse``1(System.Net.Http.HttpRequestMessage,System.Net.HttpStatusCode,``0,System.Net.Http.Headers.MediaTypeHeaderValue)">
<summary>Creates an <see cref="T:System.Net.Http.HttpResponseMessage" /> wired up to the associated <see cref="T:System.Net.Http.HttpRequestMessage" />.</summary>
<returns>An initialized <see cref="T:System.Net.Http.HttpResponseMessage" /> wired up to the associated <see cref="T:System.Net.Http.HttpRequestMessage" />.</returns>
<param name="request">The HTTP request message which led to this response message.</param>
<param name="statusCode">The HTTP response status code.</param>
<param name="value">The content of the HTTP response message.</param>
<param name="mediaType">The media type header value.</param>
<typeparam name="T">The type of the HTTP response message.</typeparam>
</member>
<member name="M:System.Net.Http.HttpRequestMessageExtensions.CreateResponse``1(System.Net.Http.HttpRequestMessage,System.Net.HttpStatusCode,``0,System.String)">
<summary>Creates an <see cref="T:System.Net.Http.HttpResponseMessage" /> wired up to the associated <see cref="T:System.Net.Http.HttpRequestMessage" />.</summary>
<returns>An initialized <see cref="T:System.Net.Http.HttpResponseMessage" /> wired up to the associated <see cref="T:System.Net.Http.HttpRequestMessage" />.</returns>
<param name="request">The HTTP request message which led to this response message.</param>
<param name="statusCode">The HTTP response status code.</param>
<param name="value">The content of the HTTP response message.</param>
<param name="mediaType">The media type.</param>
<typeparam name="T">The type of the HTTP response message.</typeparam>
</member>
<member name="M:System.Net.Http.HttpRequestMessageExtensions.CreateResponse``1(System.Net.Http.HttpRequestMessage,System.Net.HttpStatusCode,``0,System.Web.Http.HttpConfiguration)">
<summary>Creates an <see cref="T:System.Net.Http.HttpResponseMessage" /> wired up to the associated <see cref="T:System.Net.Http.HttpRequestMessage" />.</summary>
<returns>An initialized <see cref="T:System.Net.Http.HttpResponseMessage" /> wired up to the associated <see cref="T:System.Net.Http.HttpRequestMessage" />.</returns>
<param name="request">The HTTP request message which led to this response message.</param>
<param name="statusCode">The HTTP response status code.</param>
<param name="value">The content of the HTTP response message.</param>
<param name="configuration">The HTTP configuration which contains the dependency resolver used to resolve services.</param>
<typeparam name="T">The type of the HTTP response message.</typeparam>
</member>
<member name="M:System.Net.Http.HttpRequestMessageExtensions.CreateResponse``1(System.Net.Http.HttpRequestMessage,``0)">
<typeparam name="T"></typeparam>
</member>
<member name="M:System.Net.Http.HttpRequestMessageExtensions.DisposeRequestResources(System.Net.Http.HttpRequestMessage)">
<summary>Disposes of all tracked resources associated with the <paramref name="request" /> which were added via the <see cref="M:System.Net.Http.HttpRequestMessageExtensions.RegisterForDispose(System.Net.Http.HttpRequestMessage,System.IDisposable)" /> method.</summary>
<param name="request">The HTTP request.</param>
</member>
<member name="M:System.Net.Http.HttpRequestMessageExtensions.GetActionDescriptor(System.Net.Http.HttpRequestMessage)"></member>
<member name="M:System.Net.Http.HttpRequestMessageExtensions.GetClientCertificate(System.Net.Http.HttpRequestMessage)">
<summary>Gets the current X.509 certificate from the given HTTP request.</summary>
<returns>The current <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2" />, or null if a certificate is not available.</returns>
<param name="request">The HTTP request.</param>
</member>
<member name="M:System.Net.Http.HttpRequestMessageExtensions.GetConfiguration(System.Net.Http.HttpRequestMessage)">
<summary>Retrieves the <see cref="T:System.Web.Http.HttpConfiguration" /> for the given request.</summary>
<returns>The <see cref="T:System.Web.Http.HttpConfiguration" /> for the given request.</returns>
<param name="request">The HTTP request.</param>
</member>
<member name="M:System.Net.Http.HttpRequestMessageExtensions.GetCorrelationId(System.Net.Http.HttpRequestMessage)">
<summary>Retrieves the <see cref="T:System.Guid" /> which has been assigned as the correlation ID associated with the given <paramref name="request" />. The value will be created and set the first time this method is called.</summary>
<returns>The <see cref="T:System.Guid" /> object that represents the correlation ID associated with the request.</returns>
<param name="request">The HTTP request.</param>
</member>
<member name="M:System.Net.Http.HttpRequestMessageExtensions.GetDependencyScope(System.Net.Http.HttpRequestMessage)">
<summary>Retrieves the <see cref="T:System.Web.Http.Dependencies.IDependencyScope" /> for the given request or null if not available.</summary>
<returns>The <see cref="T:System.Web.Http.Dependencies.IDependencyScope" /> for the given request or null if not available.</returns>
<param name="request">The HTTP request.</param>
</member>
<member name="M:System.Net.Http.HttpRequestMessageExtensions.GetQueryNameValuePairs(System.Net.Http.HttpRequestMessage)">
<summary>Gets the parsed query string as a collection of key-value pairs.</summary>
<returns>The query string as a collection of key-value pairs.</returns>
<param name="request">The HTTP request.</param>
</member>
<member name="M:System.Net.Http.HttpRequestMessageExtensions.GetRequestContext(System.Net.Http.HttpRequestMessage)"></member>
<member name="M:System.Net.Http.HttpRequestMessageExtensions.GetResourcesForDisposal(System.Net.Http.HttpRequestMessage)"></member>
<member name="M:System.Net.Http.HttpRequestMessageExtensions.GetRouteData(System.Net.Http.HttpRequestMessage)">
<summary>Retrieves the <see cref="T:System.Web.Http.Routing.IHttpRouteData" /> for the given request or null if not available.</summary>
<returns>The <see cref="T:System.Web.Http.Routing.IHttpRouteData" /> for the given request or null if not available.</returns>
<param name="request">The HTTP request.</param>
</member>
<member name="M:System.Net.Http.HttpRequestMessageExtensions.GetSynchronizationContext(System.Net.Http.HttpRequestMessage)">
<summary>Retrieves the <see cref="T:System.Threading.SynchronizationContext" /> for the given request or null if not available.</summary>
<returns>The <see cref="T:System.Threading.SynchronizationContext" /> for the given request or null if not available.</returns>
<param name="request">The HTTP request.</param>
</member>
<member name="M:System.Net.Http.HttpRequestMessageExtensions.GetUrlHelper(System.Net.Http.HttpRequestMessage)">
<summary>Gets a <see cref="T:System.Web.Http.Routing.UrlHelper" /> instance for an HTTP request.</summary>
<returns>A <see cref="T:System.Web.Http.Routing.UrlHelper" /> instance that is initialized for the specified HTTP request.</returns>
<param name="request">The HTTP request.</param>
</member>
<member name="M:System.Net.Http.HttpRequestMessageExtensions.IsBatchRequest(System.Net.Http.HttpRequestMessage)"></member>
<member name="M:System.Net.Http.HttpRequestMessageExtensions.IsLocal(System.Net.Http.HttpRequestMessage)"></member>
<member name="M:System.Net.Http.HttpRequestMessageExtensions.RegisterForDispose(System.Net.Http.HttpRequestMessage,System.Collections.Generic.IEnumerable{System.IDisposable})"></member>
<member name="M:System.Net.Http.HttpRequestMessageExtensions.RegisterForDispose(System.Net.Http.HttpRequestMessage,System.IDisposable)">
<summary>Adds the given <paramref name="resource" /> to a list of resources that will be disposed by a host once the <paramref name="request" /> is disposed.</summary>
<param name="request">The HTTP request controlling the lifecycle of <paramref name="resource" />.</param>
<param name="resource">The resource to dispose when <paramref name="request" /> is being disposed.</param>
</member>
<member name="M:System.Net.Http.HttpRequestMessageExtensions.SetConfiguration(System.Net.Http.HttpRequestMessage,System.Web.Http.HttpConfiguration)"></member>
<member name="M:System.Net.Http.HttpRequestMessageExtensions.SetRequestContext(System.Net.Http.HttpRequestMessage,System.Web.Http.Controllers.HttpRequestContext)"></member>
<member name="M:System.Net.Http.HttpRequestMessageExtensions.SetRouteData(System.Net.Http.HttpRequestMessage,System.Web.Http.Routing.IHttpRouteData)"></member>
<member name="M:System.Net.Http.HttpRequestMessageExtensions.ShouldIncludeErrorDetail(System.Net.Http.HttpRequestMessage)"></member>
<member name="T:System.Net.Http.HttpResponseMessageExtensions">
<summary>Represents the message extensions for the HTTP response from an ASP.NET operation.</summary>
</member>
<member name="M:System.Net.Http.HttpResponseMessageExtensions.TryGetContentValue``1(System.Net.Http.HttpResponseMessage,``0@)">
<summary>Attempts to retrieve the value of the content for the <see cref="T:System.Net.Http.HttpResponseMessageExtensions" />.</summary>
<returns>The result of the retrieval of value of the content.</returns>
<param name="response">The response of the operation.</param>
<param name="value">The value of the content.</param>
<typeparam name="T">The type of the value to retrieve.</typeparam>
</member>
<member name="T:System.Net.Http.Formatting.MediaTypeFormatterExtensions">
<summary>Represents extensions for adding <see cref="T:System.Net.Http.Formatting.MediaTypeMapping" /> items to a <see cref="T:System.Net.Http.Formatting.MediaTypeFormatter" />. </summary>
</member>
<member name="M:System.Net.Http.Formatting.MediaTypeFormatterExtensions.AddUriPathExtensionMapping(System.Net.Http.Formatting.MediaTypeFormatter,System.String,System.Net.Http.Headers.MediaTypeHeaderValue)"></member>
<member name="M:System.Net.Http.Formatting.MediaTypeFormatterExtensions.AddUriPathExtensionMapping(System.Net.Http.Formatting.MediaTypeFormatter,System.String,System.String)"></member>
<member name="T:System.Net.Http.Formatting.UriPathExtensionMapping">
<summary>Provides <see cref="T:System.Net.Http.Headers.MediaTypeHeaderValue" />s from path extensions appearing in a <see cref="T:System.Uri" />. </summary>
</member>
<member name="M:System.Net.Http.Formatting.UriPathExtensionMapping.#ctor(System.String,System.Net.Http.Headers.MediaTypeHeaderValue)">
<summary> Initializes a new instance of the <see cref="T:System.Net.Http.Formatting.UriPathExtensionMapping" /> class. </summary>
<param name="uriPathExtension">The extension corresponding to mediaType. This value should not include a dot or wildcards.</param>
<param name="mediaType">The <see cref="T:System.Net.Http.Headers.MediaTypeHeaderValue" /> that will be returned if uriPathExtension is matched.</param>
</member>
<member name="M:System.Net.Http.Formatting.UriPathExtensionMapping.#ctor(System.String,System.String)">
<summary> Initializes a new instance of the <see cref="T:System.Net.Http.Formatting.UriPathExtensionMapping" /> class. </summary>
<param name="uriPathExtension">The extension corresponding to mediaType. This value should not include a dot or wildcards.</param>
<param name="mediaType">The media type that will be returned if uriPathExtension is matched.</param>
</member>
<member name="M:System.Net.Http.Formatting.UriPathExtensionMapping.TryMatchMediaType(System.Net.Http.HttpRequestMessage)">
<summary> Returns a value indicating whether this <see cref="T:System.Net.Http.Formatting.UriPathExtensionMapping" /> instance can provide a <see cref="T:System.Net.Http.Headers.MediaTypeHeaderValue" /> for the <see cref="T:System.Uri" /> of request. </summary>
<returns>If this instance can match a file extension in request it returns 1.0 otherwise 0.0.</returns>
<param name="request">The <see cref="T:System.Net.Http.HttpRequestMessage" /> to check.</param>
</member>
<member name="P:System.Net.Http.Formatting.UriPathExtensionMapping.UriPathExtension">
<summary> Gets the <see cref="T:System.Uri" /> path extension. </summary>
<returns>The <see cref="T:System.Uri" /> path extension.</returns>
</member>
<member name="F:System.Net.Http.Formatting.UriPathExtensionMapping.UriPathExtensionKey">
<summary>The <see cref="T:System.Uri" /> path extension key.</summary>
</member>
<member name="T:System.Web.Http.AcceptVerbsAttribute">
<summary>Represents an attribute that specifies which HTTP methods an action method will respond to.</summary>
</member>
<member name="M:System.Web.Http.AcceptVerbsAttribute.#ctor(System.String)">
<summary>Initializes a new instance of the <see cref="T:System.Web.Http.AcceptVerbsAttribute" /> class by using the action method it will respond to.</summary>
<param name="method">The HTTP method that the action method will respond to.</param>
</member>
<member name="M:System.Web.Http.AcceptVerbsAttribute.#ctor(System.String[])">
<summary>Initializes a new instance of the <see cref="T:System.Web.Http.AcceptVerbsAttribute" /> class by using a list of HTTP methods that the action method will respond to.</summary>
<param name="methods">The HTTP methods that the action method will respond to.</param>
</member>
<member name="P:System.Web.Http.AcceptVerbsAttribute.HttpMethods">
<summary>Gets or sets the list of HTTP methods that the action method will respond to.</summary>
<returns>Gets or sets the list of HTTP methods that the action method will respond to.</returns>
</member>
<member name="T:System.Web.Http.ActionNameAttribute">
<summary>Represents an attribute that is used for the name of an action.</summary>
</member>
<member name="M:System.Web.Http.ActionNameAttribute.#ctor(System.String)">
<summary>Initializes a new instance of the <see cref="T:System.Web.Http.ActionNameAttribute" /> class.</summary>
<param name="name">The name of the action.</param>
</member>
<member name="P:System.Web.Http.ActionNameAttribute.Name">
<summary>Gets or sets the name of the action.</summary>
<returns>The name of the action.</returns>
</member>
<member name="T:System.Web.Http.AllowAnonymousAttribute">
<summary>Specifies that actions and controllers are skipped by <see cref="T:System.Web.Http.AuthorizeAttribute" /> during authorization.</summary>
</member>
<member name="M:System.Web.Http.AllowAnonymousAttribute.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Web.Http.AllowAnonymousAttribute" /> class.</summary>
</member>
<member name="T:System.Web.Http.ApiController">
<summary>Defines properties and methods for API controller.</summary>
</member>
<member name="M:System.Web.Http.ApiController.#ctor"></member>
<member name="P:System.Web.Http.ApiController.ActionContext">
<summary>Gets the action context.</summary>
<returns>The action context.</returns>
</member>
<member name="M:System.Web.Http.ApiController.BadRequest">
<summary>Creates a <see cref="T:System.Web.Http.Results.BadRequestResult" />.</summary>
<returns>A <see cref="T:System.Web.Http.Results.BadRequestResult" />.</returns>
</member>
<member name="M:System.Web.Http.ApiController.BadRequest(System.String)">
<summary>Creates an <see cref="T:System.Web.Http.Results.ErrorMessageResult" /> (400 Bad Request) with the specified error message.</summary>
<returns>An <see cref="T:System.Web.Http.Results.InvalidModelStateResult" /> with the specified model state.</returns>
<param name="message">The user-visible error message.</param>
</member>
<member name="M:System.Web.Http.ApiController.BadRequest(System.Web.Http.ModelBinding.ModelStateDictionary)">
<summary>Creates an <see cref="T:System.Web.Http.Results.InvalidModelStateResult" /> with the specified model state.</summary>
<returns>An <see cref="T:System.Web.Http.Results.InvalidModelStateResult" /> with the specified model state.</returns>
<param name="modelState">The model state to include in the error.</param>
</member>
<member name="P:System.Web.Http.ApiController.Configuration">
<summary>Gets the <see cref="T:System.Web.Http.HttpConfiguration" /> of the current <see cref="T:System.Web.Http.ApiController" />.</summary>
<returns>The <see cref="T:System.Web.Http.HttpConfiguration" /> of the current <see cref="T:System.Web.Http.ApiController" />.</returns>
</member>
<member name="M:System.Web.Http.ApiController.Conflict">
<summary>Creates a <see cref="T:System.Web.Http.Results.ConflictResult" /> (409 Conflict).</summary>
<returns>A <see cref="T:System.Web.Http.Results.ConflictResult" />.</returns>
</member>
<member name="M:System.Web.Http.ApiController.Content``1(System.Net.HttpStatusCode,``0)">
<summary>Creates a <see cref="T:System.Web.Http.NegotiatedContentResult`1" /> with the specified values.</summary>
<returns>A <see cref="T:System.Web.Http.NegotiatedContentResult`1" /> with the specified values.</returns>
<param name="statusCode">The HTTP status code for the response message.</param>
<param name="value">The content value to negotiate and format in the entity body.</param>
<typeparam name="T">The type of content in the entity body.</typeparam>
</member>
<member name="M:System.Web.Http.ApiController.Content``1(System.Net.HttpStatusCode,``0,System.Net.Http.Formatting.MediaTypeFormatter)">
<summary>Creates a <see cref="T:System.Web.Http.FormattedContentResult`1" /> with the specified values.</summary>
<returns>A <see cref="T:System.Web.Http.FormattedContentResult`1" /> with the specified values.</returns>
<param name="statusCode">The HTTP status code for the response message.</param>
<param name="value">The content value to format in the entity body.</param>
<param name="formatter">The formatter to use to format the content.</param>
<typeparam name="T">The type of content in the entity body.</typeparam>
</member>
<member name="M:System.Web.Http.ApiController.Content``1(System.Net.HttpStatusCode,``0,System.Net.Http.Formatting.MediaTypeFormatter,System.Net.Http.Headers.MediaTypeHeaderValue)">
<summary>Creates a <see cref="T:System.Web.Http.FormattedContentResult`1" /> with the specified values.</summary>
<returns>A <see cref="T:System.Web.Http.FormattedContentResult`1" /> with the specified values.</returns>
<param name="statusCode">The HTTP status code for the response message.</param>
<param name="value">The content value to format in the entity body.</param>
<param name="formatter">The formatter to use to format the content.</param>
<param name="mediaType"> The value for the Content-Type header, or <see langword="null" /> to have the formatter pick a default value. </param>
<typeparam name="T">The type of content in the entity body.</typeparam>
</member>
<member name="M:System.Web.Http.ApiController.Content``1(System.Net.HttpStatusCode,``0,System.Net.Http.Formatting.MediaTypeFormatter,System.String)">
<summary>Creates a <see cref="T:System.Web.Http.FormattedContentResult`1" /> with the specified values.</summary>
<returns>A <see cref="T:System.Web.Http.FormattedContentResult`1" /> with the specified values.</returns>
<param name="statusCode">The HTTP status code for the response message.</param>
<param name="value">The content value to format in the entity body.</param>
<param name="formatter">The formatter to use to format the content.</param>
<param name="mediaType">The value for the Content-Type header.</param>
<typeparam name="T">The type of content in the entity body.</typeparam>
</member>
<member name="P:System.Web.Http.ApiController.ControllerContext">
<summary>Gets the <see cref="T:System.Web.Http.HttpConfiguration" /> of the current <see cref="T:System.Web.Http.ApiController" />.</summary>
<returns>The <see cref="T:System.Web.Http.HttpConfiguration" /> of the current <see cref="T:System.Web.Http.ApiController" />.</returns>
</member>
<member name="M:System.Web.Http.ApiController.Created``1(System.String,``0)">
<summary>Creates a <see cref="T:System.Web.Http.Results.CreatedNegotiatedContentResult`1" /> (201 Created) with the specified values.</summary>
<returns>A <see cref="T:System.Web.Http.Results.CreatedNegotiatedContentResult`1" /> with the specified values.</returns>
<param name="location">The location at which the content has been created.</param>
<param name="content">The content value to negotiate and format in the entity body.</param>
<typeparam name="T">The type of content in the entity body.</typeparam>
</member>
<member name="M:System.Web.Http.ApiController.Created``1(System.Uri,``0)">
<summary>Creates a <see cref="T:System.Web.Http.Results.CreatedNegotiatedContentResult`1" /> (201 Created) with the specified values.</summary>
<returns>A <see cref="T:System.Web.Http.Results.CreatedNegotiatedContentResult`1" /> with the specified values.</returns>
<param name="location">The location at which the content has been created.</param>
<param name="content">The content value to negotiate and format in the entity body.</param>
<typeparam name="T">The type of content in the entity body.</typeparam>
</member>
<member name="M:System.Web.Http.ApiController.CreatedAtRoute``1(System.String,System.Collections.Generic.IDictionary{System.String,System.Object},``0)">
<summary>Creates a <see cref="T:System.Web.Http.Results.CreatedAtRouteNegotiatedContentResult`1" /> (201 Created) with the specified values.</summary>
<returns>A <see cref="T:System.Web.Http.Results.CreatedAtRouteNegotiatedContentResult`1" /> with the specified values.</returns>
<param name="routeName">The name of the route to use for generating the URL.</param>
<param name="routeValues">The route data to use for generating the URL.</param>
<param name="content">The content value to negotiate and format in the entity body.</param>
<typeparam name="T">The type of content in the entity body.</typeparam>
</member>
<member name="M:System.Web.Http.ApiController.CreatedAtRoute``1(System.String,System.Object,``0)">
<summary>Creates a <see cref="T:System.Web.Http.Results.CreatedAtRouteNegotiatedContentResult`1" /> (201 Created) with the specified values.</summary>
<returns>A <see cref="T:System.Web.Http.Results.CreatedAtRouteNegotiatedContentResult`1" /> with the specified values.</returns>
<param name="routeName">The name of the route to use for generating the URL.</param>
<param name="routeValues">The route data to use for generating the URL.</param>
<param name="content">The content value to negotiate and format in the entity body.</param>
<typeparam name="T">The type of content in the entity body.</typeparam>
</member>
<member name="M:System.Web.Http.ApiController.Dispose">
<summary>Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.</summary>
</member>
<member name="M:System.Web.Http.ApiController.Dispose(System.Boolean)">
<summary>Releases the unmanaged resources that are used by the object and, optionally, releases the managed resources.</summary>
<param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
</member>
<member name="M:System.Web.Http.ApiController.ExecuteAsync(System.Web.Http.Controllers.HttpControllerContext,System.Threading.CancellationToken)">
<summary>Executes asynchronously a single HTTP operation.</summary>
<returns>The newly started task.</returns>
<param name="controllerContext">The controller context for a single HTTP operation.</param>
<param name="cancellationToken">The cancellation token assigned for the HTTP operation.</param>
</member>
<member name="M:System.Web.Http.ApiController.Initialize(System.Web.Http.Controllers.HttpControllerContext)">
<summary>Initializes the <see cref="T:System.Web.Http.ApiController" /> instance with the specified controllerContext.</summary>
<param name="controllerContext">The <see cref="T:System.Web.Http.Controllers.HttpControllerContext" /> object that is used for the initialization.</param>
</member>
<member name="M:System.Web.Http.ApiController.InternalServerError">
<summary>Creates an <see cref="T:System.Web.Http.Results.InternalServerErrorResult" /> (500 Internal Server Error).</summary>
<returns>A <see cref="T:System.Web.Http.Results.InternalServerErrorResult" />.</returns>
</member>
<member name="M:System.Web.Http.ApiController.InternalServerError(System.Exception)">
<summary>Creates an <see cref="T:System.Web.Http.Results.ExceptionResult" /> (500 Internal Server Error) with the specified exception.</summary>
<returns>An <see cref="T:System.Web.Http.Results.ExceptionResult" /> with the specified exception.</returns>
<param name="exception">The exception to include in the error.</param>
</member>
<member name="M:System.Web.Http.ApiController.Json``1(``0)">
<summary>Creates a <see cref="T:System.Web.Http.Results.JsonResult`1" /> (200 OK) with the specified value.</summary>
<returns>A <see cref="T:System.Web.Http.Results.JsonResult`1" /> with the specified value.</returns>
<param name="content">The content value to serialize in the entity body.</param>
<typeparam name="T">The type of content in the entity body.</typeparam>
</member>
<member name="M:System.Web.Http.ApiController.Json``1(``0,Newtonsoft.Json.JsonSerializerSettings)">
<summary>Creates a <see cref="T:System.Web.Http.Results.JsonResult`1" /> (200 OK) with the specified values.</summary>
<returns>A <see cref="T:System.Web.Http.Results.JsonResult`1" /> with the specified values.</returns>
<param name="content">The content value to serialize in the entity body.</param>
<param name="serializerSettings">The serializer settings.</param>
<typeparam name="T">The type of content in the entity body.</typeparam>
</member>
<member name="M:System.Web.Http.ApiController.Json``1(``0,Newtonsoft.Json.JsonSerializerSettings,System.Text.Encoding)">
<summary>Creates a <see cref="T:System.Web.Http.Results.JsonResult`1" /> (200 OK) with the specified values.</summary>
<returns>A <see cref="T:System.Web.Http.Results.JsonResult`1" /> with the specified values.</returns>
<param name="content">The content value to serialize in the entity body.</param>
<param name="serializerSettings">The serializer settings.</param>
<param name="encoding">The content encoding.</param>
<typeparam name="T">The type of content in the entity body.</typeparam>
</member>
<member name="P:System.Web.Http.ApiController.ModelState">
<summary>Gets the model state after the model binding process.</summary>
<returns>The model state after the model binding process.</returns>
</member>
<member name="M:System.Web.Http.ApiController.NotFound">
<summary>Creates a <see cref="T:System.Web.Http.Results.NotFoundResult" />.</summary>
<returns>A <see cref="T:System.Web.Http.Results.NotFoundResult" />.</returns>
</member>
<member name="M:System.Web.Http.ApiController.Ok">
<summary>Creates an <see cref="T:System.Web.Http.Results.OkResult" /> (200 OK).</summary>
<returns>An <see cref="T:System.Web.Http.Results.OkResult" />.</returns>
</member>
<member name="M:System.Web.Http.ApiController.Ok``1(``0)">
<summary>Creates an <see cref="T:System.Web.Http.Results.OkNegotiatedContentResult`1" /> with the specified values.</summary>
<returns>An <see cref="T:System.Web.Http.Results.OkNegotiatedContentResult`1" /> with the specified values.</returns>
<param name="content">The content value to negotiate and format in the entity body.</param>
<typeparam name="T">The type of content in the entity body.</typeparam>
</member>
<member name="M:System.Web.Http.ApiController.Redirect(System.String)">
<summary>Creates a redirect result (302 Found) with the specified value.</summary>
<returns>A redirect result (302 Found) with the specified value.</returns>
<param name="location">The location to redirect to.</param>
</member>
<member name="M:System.Web.Http.ApiController.Redirect(System.Uri)">
<summary>Creates a redirect result (302 Found) with the specified value.</summary>
<returns>A redirect result (302 Found) with the specified value.</returns>
<param name="location">The location to redirect to.</param>
</member>
<member name="M:System.Web.Http.ApiController.RedirectToRoute(System.String,System.Collections.Generic.IDictionary{System.String,System.Object})">
<summary>Creates a redirect to route result (302 Found) with the specified values.</summary>
<returns>A redirect to route result (302 Found) with the specified values.</returns>
<param name="routeName">The name of the route to use for generating the URL.</param>
<param name="routeValues">The route data to use for generating the URL.</param>
</member>
<member name="M:System.Web.Http.ApiController.RedirectToRoute(System.String,System.Object)">
<summary>Creates a redirect to route result (302 Found) with the specified values.</summary>
<returns>A redirect to route result (302 Found) with the specified values.</returns>
<param name="routeName">The name of the route to use for generating the URL.</param>
<param name="routeValues">The route data to use for generating the URL.</param>
</member>
<member name="P:System.Web.Http.ApiController.Request">
<summary>Gets or sets the HttpRequestMessage of the current <see cref="T:System.Web.Http.ApiController" />.</summary>
<returns>The HttpRequestMessage of the current <see cref="T:System.Web.Http.ApiController" />.</returns>
</member>
<member name="P:System.Web.Http.ApiController.RequestContext">
<summary>Gets the request context.</summary>
<returns>The request context.</returns>
</member>
<member name="M:System.Web.Http.ApiController.ResponseMessage(System.Net.Http.HttpResponseMessage)">
<summary>Creates a <see cref="T:System.Web.Http.Results.ResponseMessageResult" /> with the specified response.</summary>
<returns>A <see cref="T:System.Web.Http.Results.ResponseMessageResult" /> for the specified response.</returns>
<param name="response">The HTTP response message.</param>
</member>
<member name="M:System.Web.Http.ApiController.StatusCode(System.Net.HttpStatusCode)">
<summary>Creates a <see cref="T:System.Web.Http.StatusCodeResult" /> with the specified status code.</summary>
<returns>A <see cref="T:System.Web.Http.StatusCodeResult" /> with the specified status code.</returns>
<param name="status">The HTTP status code for the response message</param>
</member>
<member name="M:System.Web.Http.ApiController.Unauthorized(System.Collections.Generic.IEnumerable{System.Net.Http.Headers.AuthenticationHeaderValue})">
<summary>Creates an <see cref="T:System.Web.Http.Results.UnauthorizedResult" /> (401 Unauthorized) with the specified values.</summary>
<returns>An <see cref="T:System.Web.Http.Results.UnauthorizedResult" /> with the specified values.</returns>
<param name="challenges">The WWW-Authenticate challenges.</param>
</member>
<member name="M:System.Web.Http.ApiController.Unauthorized(System.Net.Http.Headers.AuthenticationHeaderValue[])">
<summary>Creates an <see cref="T:System.Web.Http.Results.UnauthorizedResult" /> (401 Unauthorized) with the specified values.</summary>
<returns>An <see cref="T:System.Web.Http.Results.UnauthorizedResult" /> with the specified values.</returns>
<param name="challenges">The WWW-Authenticate challenges.</param>
</member>
<member name="P:System.Web.Http.ApiController.Url">
<summary>Gets an instance of a <see cref="T:System.Web.Http.Routing.UrlHelper" />, which is used to generate URLs to other APIs. </summary>
<returns>A <see cref="T:System.Web.Http.Routing.UrlHelper" />, which is used to generate URLs to other APIs.</returns>
</member>
<member name="P:System.Web.Http.ApiController.User">
<summary>Returns the current principal associated with this request.</summary>
<returns>The current principal associated with this request.</returns>
</member>
<member name="M:System.Web.Http.ApiController.Validate``1(``0)">
<summary>Validates the given entity and adds the validation errors to the model state under the empty prefix, if any.</summary>
<param name="entity">The entity being validated.</param>
<typeparam name="TEntity">The type of the entity to be validated.</typeparam>
</member>
<member name="M:System.Web.Http.ApiController.Validate``1(``0,System.String)">
<summary>Validates the given entity and adds the validation errors to the model state, if any.</summary>
<param name="entity">The entity being validated.</param>
<param name="keyPrefix">The key prefix under which the model state errors would be added in the model state.</param>
<typeparam name="TEntity">The type of the entity to be validated.</typeparam>
</member>
<member name="T:System.Web.Http.AuthorizeAttribute">
<summary>Specifies the authorization filter that verifies the request's <see cref="T:System.Security.Principal.IPrincipal" />.</summary>
</member>
<member name="M:System.Web.Http.AuthorizeAttribute.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Web.Http.AuthorizeAttribute" /> class.</summary>
</member>
<member name="M:System.Web.Http.AuthorizeAttribute.HandleUnauthorizedRequest(System.Web.Http.Controllers.HttpActionContext)">
<summary>Processes requests that fail authorization.</summary>
<param name="actionContext">The context.</param>
</member>
<member name="M:System.Web.Http.AuthorizeAttribute.IsAuthorized(System.Web.Http.Controllers.HttpActionContext)">
<summary>Indicates whether the specified control is authorized.</summary>
<returns>true if the control is authorized; otherwise, false.</returns>
<param name="actionContext">The context.</param>
</member>
<member name="M:System.Web.Http.AuthorizeAttribute.OnAuthorization(System.Web.Http.Controllers.HttpActionContext)">
<summary>Calls when an action is being authorized.</summary>
<param name="actionContext">The context.</param>
<exception cref="T:System.ArgumentNullException">The context parameter is null.</exception>
</member>
<member name="P:System.Web.Http.AuthorizeAttribute.Roles">
<summary>Gets or sets the authorized roles. </summary>
<returns>The roles string. </returns>
</member>
<member name="P:System.Web.Http.AuthorizeAttribute.TypeId">
<summary>Gets a unique identifier for this attribute.</summary>
<returns>A unique identifier for this attribute.</returns>
</member>
<member name="P:System.Web.Http.AuthorizeAttribute.Users">
<summary>Gets or sets the authorized users. </summary>
<returns>The users string. </returns>
</member>
<member name="T:System.Web.Http.FromBodyAttribute">
<summary> An attribute that specifies that an action parameter comes only from the entity body of the incoming <see cref="T:System.Net.Http.HttpRequestMessage" />. </summary>
</member>
<member name="M:System.Web.Http.FromBodyAttribute.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Web.Http.FromBodyAttribute" /> class.</summary>
</member>
<member name="M:System.Web.Http.FromBodyAttribute.GetBinding(System.Web.Http.Controllers.HttpParameterDescriptor)">
<summary>Gets a parameter binding.</summary>
<returns>The parameter binding.</returns>
<param name="parameter">The parameter description.</param>
</member>
<member name="T:System.Web.Http.FromUriAttribute">
<summary>An attribute that specifies that an action parameter comes from the URI of the incoming <see cref="T:System.Net.Http.HttpRequestMessage" />.</summary>
</member>
<member name="M:System.Web.Http.FromUriAttribute.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Web.Http.FromUriAttribute" /> class.</summary>
</member>
<member name="M:System.Web.Http.FromUriAttribute.GetValueProviderFactories(System.Web.Http.HttpConfiguration)">
<summary>Gets the value provider factories for the model binder.</summary>
<returns>A collection of <see cref="T:System.Web.Http.ValueProviders.ValueProviderFactory" /> objects.</returns>
<param name="configuration">The configuration.</param>
</member>
<member name="T:System.Web.Http.HttpBindNeverAttribute">
<summary>Represents attributes that specifies that HTTP binding should exclude a property.</summary>
</member>
<member name="M:System.Web.Http.HttpBindNeverAttribute.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Web.Http.HttpBindNeverAttribute" /> class.</summary>
</member>
<member name="T:System.Web.Http.HttpBindRequiredAttribute">
<summary>Represents the required attribute for http binding.</summary>
</member>
<member name="M:System.Web.Http.HttpBindRequiredAttribute.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Web.Http.HttpBindRequiredAttribute" /> class.</summary>
</member>
<member name="T:System.Web.Http.HttpConfiguration">
<summary>Represents a configuration of <see cref="T:System.Web.Http.HttpServer" /> instances. </summary>
</member>
<member name="M:System.Web.Http.HttpConfiguration.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Web.Http.HttpConfiguration" /> class.</summary>
</member>
<member name="M:System.Web.Http.HttpConfiguration.#ctor(System.Web.Http.HttpRouteCollection)">
<summary>Initializes a new instance of the <see cref="T:System.Web.Http.HttpConfiguration" /> class with an HTTP route collection.</summary>
<param name="routes">The HTTP route collection to associate with this instance.</param>
</member>
<member name="P:System.Web.Http.HttpConfiguration.DependencyResolver">
<summary>Gets or sets the dependency resolver associated with thisinstance.</summary>
<returns>The dependency resolver.</returns>
</member>
<member name="M:System.Web.Http.HttpConfiguration.Dispose">
<summary>Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.</summary>
</member>
<member name="M:System.Web.Http.HttpConfiguration.Dispose(System.Boolean)">
<summary>Releases the unmanaged resources that are used by the object and, optionally, releases the managed resources.</summary>
<param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
</member>
<member name="M:System.Web.Http.HttpConfiguration.EnsureInitialized">
<summary>Invoke the Intializer hook. It is considered immutable from this point forward. It's safe to call this multiple times.</summary>
</member>
<member name="P:System.Web.Http.HttpConfiguration.Filters">
<summary>Gets the list of filters that apply to all requests served using this <see cref="T:System.Web.Http.HttpConfiguration" /> instance.</summary>
<returns>The list of filters.</returns>
</member>
<member name="P:System.Web.Http.HttpConfiguration.Formatters">
<summary>Gets the media-type formatters for this instance.</summary>
<returns>A collection of <see cref="T:System.Net.Http.Formatting.MediaTypeFormatter" /> objects.</returns>
</member>
<member name="P:System.Web.Http.HttpConfiguration.IncludeErrorDetailPolicy">
<summary>Gets or sets a value indicating whether error details should be included in error messages.</summary>
<returns>The <see cref="T:System.Web.Http.IncludeErrorDetailPolicy" /> value that indicates that error detail policy.</returns>
</member>
<member name="P:System.Web.Http.HttpConfiguration.Initializer">
<summary> Gets or sets the action that will perform final initialization of t