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

Inheritance: IDisposable, CallEnvironment.IPropertySource
Afficher le fichier Open project: jkells/Owin.Host.MonoHttpListener Class Usage Examples

Private Properties

Свойство Type Description
End void
End void
OwinHttpListenerContext System
SetDisconnected void

Méthodes publiques

Méthode Description
Dispose ( ) : void
Dispose ( bool disposing ) : void
GetCallCancelled ( ) : CancellationToken
GetRequestBody ( ) : Stream
GetServerIsLocal ( ) : bool
GetServerLocalIpAddress ( ) : string
GetServerLocalPort ( ) : string
GetServerRemoteIpAddress ( ) : string
GetServerRemotePort ( ) : string
TryGetClientCert ( X509Certificate &value ) : bool
TryGetClientCertErrors ( Exception &value ) : bool
TryGetWebSocketAccept ( object>.Action &websocketAccept ) : bool

Private Methods

Méthode Description
End ( ) : void
End ( Exception ex ) : void
OwinHttpListenerContext ( Mono.Net.HttpListenerContext httpListenerContext, string basePath, string path, string query, DisconnectHandler disconnectHandler ) : System
SetDisconnected ( object state ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( bool disposing ) : void
disposing bool
Résultat void

GetCallCancelled() public méthode

public GetCallCancelled ( ) : CancellationToken
Résultat System.Threading.CancellationToken

GetRequestBody() public méthode

public GetRequestBody ( ) : Stream
Résultat Stream

GetServerIsLocal() public méthode

public GetServerIsLocal ( ) : bool
Résultat bool

GetServerLocalIpAddress() public méthode

public GetServerLocalIpAddress ( ) : string
Résultat string

GetServerLocalPort() public méthode

public GetServerLocalPort ( ) : string
Résultat string

GetServerRemoteIpAddress() public méthode

public GetServerRemoteIpAddress ( ) : string
Résultat string

GetServerRemotePort() public méthode

public GetServerRemotePort ( ) : string
Résultat string

TryGetClientCert() public méthode

public TryGetClientCert ( X509Certificate &value ) : bool
value System.Security.Cryptography.X509Certificates.X509Certificate
Résultat bool

TryGetClientCertErrors() public méthode

public TryGetClientCertErrors ( Exception &value ) : bool
value System.Exception
Résultat bool

TryGetWebSocketAccept() public méthode

public TryGetWebSocketAccept ( object>.Action &websocketAccept ) : bool
websocketAccept object>.Action
Résultat bool