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

This wraps an HttpListenerResponse, populates it with the given response fields, and relays the response body to the underlying stream.
파일 보기 프로젝트 열기: jkells/Owin.Host.MonoHttpListener 1 사용 예제들

공개 메소드들

메소드 설명
Close ( ) : void

비공개 메소드들

메소드 설명
CompleteResponseAsync ( ) : Task
DoWebSocketUpgrade ( object>.IDictionary acceptOptions, WebSocketFunc callback ) : void
End ( ) : void
GetWebSocketSubProtocol ( ) : string
NotifyOnSendingHeaders ( ) : void
OwinHttpListenerResponse ( Mono.Net.HttpListenerContext context, CallEnvironment environment ) : System

Initializes a new instance of the OwinHttpListenerResponse class. Sets up the Environment with the necessary request state items.

PrepareResponse ( ) : void
RegisterForOnSendingHeaders ( Action callback, object state ) : void
ResponseBodyStarted ( ) : void
SetReasonPhrase ( ) : void
SetStatusCode ( ) : void
TryFinishResponse ( ) : bool
TryGetWebSocketAccept ( WebSocketAccept &websocketAccept ) : bool
TryStartResponse ( ) : bool

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void