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

Inheritance: IDisposable, CallEnvironment.IPropertySource
Show file Open project: jkells/Owin.Host.MonoHttpListener Class Usage Examples

Private Properties

Property Type Description
End void
End void
OwinHttpListenerContext System
SetDisconnected void

Public Methods

Method 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

Method 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 method

public Dispose ( ) : void
return void

Dispose() public method

public Dispose ( bool disposing ) : void
disposing bool
return void

GetCallCancelled() public method

public GetCallCancelled ( ) : CancellationToken
return System.Threading.CancellationToken

GetRequestBody() public method

public GetRequestBody ( ) : Stream
return Stream

GetServerIsLocal() public method

public GetServerIsLocal ( ) : bool
return bool

GetServerLocalIpAddress() public method

public GetServerLocalIpAddress ( ) : string
return string

GetServerLocalPort() public method

public GetServerLocalPort ( ) : string
return string

GetServerRemoteIpAddress() public method

public GetServerRemoteIpAddress ( ) : string
return string

GetServerRemotePort() public method

public GetServerRemotePort ( ) : string
return string

TryGetClientCert() public method

public TryGetClientCert ( X509Certificate &value ) : bool
value System.Security.Cryptography.X509Certificates.X509Certificate
return bool

TryGetClientCertErrors() public method

public TryGetClientCertErrors ( Exception &value ) : bool
value System.Exception
return bool

TryGetWebSocketAccept() public method

public TryGetWebSocketAccept ( object>.Action &websocketAccept ) : bool
websocketAccept object>.Action
return bool