C# Класс Owin.Host.MonoHttpListener.RequestProcessing.OwinHttpListenerContext

Наследование: IDisposable, CallEnvironment.IPropertySource
Показать файл Открыть проект Примеры использования класса

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