You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In 'HttpRequestEventArgs' the 'HttpListenerContext' is a private field.
Could You add it as a public property?
This will enable me to write a HttpListener based on websocketsharp which is used in a selfhosted OWIN app.
I need to use ASP.NET web api 2, net472 on mono but would like to host websockets on the same port as im hosting my REST api. only think im missing is access to the HttpContext so I can use this when invoking the OWIN pipeline.
I have a branch ready and can create a PR, but I need rigths
thanks
The text was updated successfully, but these errors were encountered:
In 'HttpRequestEventArgs' the 'HttpListenerContext' is a private field.
Could You add it as a public property?
This will enable me to write a HttpListener based on websocketsharp which is used in a selfhosted OWIN app.
I need to use ASP.NET web api 2, net472 on mono but would like to host websockets on the same port as im hosting my REST api. only think im missing is access to the HttpContext so I can use this when invoking the OWIN pipeline.
I have a branch ready and can create a PR, but I need rigths
thanks
The text was updated successfully, but these errors were encountered: