C# Class Owin.Host.MonoHttpListener.RequestProcessing.OwinHttpListenerRequest

This wraps an HttpListenerRequest and exposes it as an OWIN environment IDictionary.
Afficher le fichier Open project: jkells/Owin.Host.MonoHttpListener Class Usage Examples

Private Methods

Méthode Description
GetIsLocal ( ) : bool
GetLocalIpAddress ( ) : string
GetLocalPort ( ) : string
GetProtocol ( System.Version version ) : string
GetRemoteIpAddress ( ) : string
GetRemotePort ( ) : string
GetRequestBody ( ) : Stream
LoadClientCertAsync ( ) : System.Threading.Tasks.Task
OwinHttpListenerRequest ( Mono.Net.HttpListenerRequest request, string basePath, string path, string query, CallEnvironment environment ) : System

Initializes a new instance of the OwinHttpListenerRequest class. Uses the given request object to populate the OWIN standard keys in the environment IDictionary. Most values are copied so that they can be mutable, but the headers collection is only wrapped.

TryGetClientCert ( X509Certificate &value, Exception &errors ) : bool