下载资源后端资源详情
owin.zip
大小:862.53KB
价格:26积分
下载量:0
评分:
5.0
上传者:weixin_44239774
更新日期:2025-09-22

封装owin的dll包

资源文件列表(大概)

文件名
大小
Debug/
-
Debug/Microsoft.Owin.dll
119.39KB
Debug/Microsoft.Owin.Host.HttpListener.dll
99.39KB
Debug/Microsoft.Owin.Host.HttpListener.xml
7.94KB
Debug/Microsoft.Owin.Hosting.dll
78.89KB
Debug/Microsoft.Owin.Hosting.xml
48.54KB
Debug/Microsoft.Owin.xml
167.51KB
Debug/Newtonsoft.Json.dll
490.5KB
Debug/Newtonsoft.Json.xml
467.51KB
Debug/Owin.dll
4.5KB
Debug/OWINServer.dll
8.5KB
Debug/OWINServer.dll.config
918B
Debug/OWINServer.pdb
29.5KB
Debug/System.Net.Http.Formatting.dll
175.47KB
Debug/System.Net.Http.Formatting.xml
188.11KB
Debug/System.Web.Cors.dll
27.98KB
Debug/System.Web.Http.Cors.dll
39.47KB
Debug/System.Web.Http.Cors.xml
14.29KB
Debug/System.Web.Http.dll
445.48KB
Debug/System.Web.Http.Owin.dll
62.7KB
Debug/System.Web.Http.Owin.xml
11.44KB
Debug/System.Web.Http.xml
527.01KB

资源内容介绍

适用于.net平台的内置webapi,可以解耦IIS,加载此dll,只要调用相应方法,就能在你的cs程序跑起来webapi,用以和其他软件之间的通信
<?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>

用户评论 (0)

发表评论

captcha