ZIP封装owin的dll包 862.53KB

weixin_44239774需要积分:7(1积分=1元)

资源文件列表:

owin.zip 大约有22个文件
  1. Debug/
  2. Debug/Microsoft.Owin.dll 119.39KB
  3. Debug/Microsoft.Owin.Host.HttpListener.dll 99.39KB
  4. Debug/Microsoft.Owin.Host.HttpListener.xml 7.94KB
  5. Debug/Microsoft.Owin.Hosting.dll 78.89KB
  6. Debug/Microsoft.Owin.Hosting.xml 48.54KB
  7. Debug/Microsoft.Owin.xml 167.51KB
  8. Debug/Newtonsoft.Json.dll 490.5KB
  9. Debug/Newtonsoft.Json.xml 467.51KB
  10. Debug/Owin.dll 4.5KB
  11. Debug/OWINServer.dll 8.5KB
  12. Debug/OWINServer.dll.config 918B
  13. Debug/OWINServer.pdb 29.5KB
  14. Debug/System.Net.Http.Formatting.dll 175.47KB
  15. Debug/System.Net.Http.Formatting.xml 188.11KB
  16. Debug/System.Web.Cors.dll 27.98KB
  17. Debug/System.Web.Http.Cors.dll 39.47KB
  18. Debug/System.Web.Http.Cors.xml 14.29KB
  19. Debug/System.Web.Http.dll 445.48KB
  20. Debug/System.Web.Http.Owin.dll 62.7KB
  21. Debug/System.Web.Http.Owin.xml 11.44KB
  22. 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>
100+评论
captcha
    类型标题大小时间
    ZIP【数字孪生】机械臂虚拟控制unity demo90.1MB2月前
    ZIP通俗易懂的校园导航系统1.17MB2月前
    ZIP火热!!cfa一级2024最新notes下载78.32MB2月前
    ZIP适用于Yolo训练和测试的coco数据集标签文件 train2017.txt和val2017.txt22.05MB2月前
    ZIPOBS29.0.2多路推流插件1.09MB2月前
    ZIPSTM32控制舵机控制程序3.26MB2月前
    ZIPymodbus在windows下的修改版,能够被vs2019编译通过。70.38KB2月前
    ZIP图书管理系统.zip359.18KB2月前