C# Class 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.
Afficher le fichier Open project: jkells/Owin.Host.MonoHttpListener Class Usage Examples

Méthodes publiques

Méthode Description
Close ( ) : void

Private Methods

Méthode Description
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

Method Details

Close() public méthode

public Close ( ) : void
Résultat void