C# 클래스 Owin.Host.MonoHttpListener.RequestProcessing.OwinHttpListenerContext

상속: IDisposable, CallEnvironment.IPropertySource
파일 보기 프로젝트 열기: jkells/Owin.Host.MonoHttpListener 1 사용 예제들

Private Properties

프로퍼티 타입 설명
End void
End void
OwinHttpListenerContext System
SetDisconnected void

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
End ( ) : void
End ( Exception ex ) : void
OwinHttpListenerContext ( Mono.Net.HttpListenerContext httpListenerContext, string basePath, string path, string query, DisconnectHandler disconnectHandler ) : System
SetDisconnected ( object state ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( bool disposing ) : void
disposing bool
리턴 void

GetCallCancelled() 공개 메소드

public GetCallCancelled ( ) : CancellationToken
리턴 System.Threading.CancellationToken

GetRequestBody() 공개 메소드

public GetRequestBody ( ) : Stream
리턴 Stream

GetServerIsLocal() 공개 메소드

public GetServerIsLocal ( ) : bool
리턴 bool

GetServerLocalIpAddress() 공개 메소드

public GetServerLocalIpAddress ( ) : string
리턴 string

GetServerLocalPort() 공개 메소드

public GetServerLocalPort ( ) : string
리턴 string

GetServerRemoteIpAddress() 공개 메소드

public GetServerRemoteIpAddress ( ) : string
리턴 string

GetServerRemotePort() 공개 메소드

public GetServerRemotePort ( ) : string
리턴 string

TryGetClientCert() 공개 메소드

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

TryGetClientCertErrors() 공개 메소드

public TryGetClientCertErrors ( Exception &value ) : bool
value System.Exception
리턴 bool

TryGetWebSocketAccept() 공개 메소드

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