C# Class ALE.Http.ListenerResponse

Inheritance: IResponse
Afficher le fichier Open project: blesh/ALE Class Usage Examples

Protected Properties

Свойство Type Description
InnerResponse System.Net.HttpListenerResponse

Méthodes publiques

Méthode Description
AddHeader ( string name, string value ) : void
AppendCookie ( Cookie cookie ) : void
AppendHeader ( string name, string value ) : void
Redirect ( string url ) : void
Render ( string view, object model, Action callback ) : IResponse
Send ( ) : void
Write ( byte binary ) : IResponse
Write ( string text ) : IResponse

Private Methods

Méthode Description
ListenerResponse ( HttpListenerResponse innerResponse, IContext context ) : System

Method Details

AddHeader() public méthode

public AddHeader ( string name, string value ) : void
name string
value string
Résultat void

AppendCookie() public méthode

public AppendCookie ( Cookie cookie ) : void
cookie System.Net.Cookie
Résultat void

AppendHeader() public méthode

public AppendHeader ( string name, string value ) : void
name string
value string
Résultat void

Redirect() public méthode

public Redirect ( string url ) : void
url string
Résultat void

Render() public méthode

public Render ( string view, object model, Action callback ) : IResponse
view string
model object
callback Action
Résultat IResponse

Send() public méthode

public Send ( ) : void
Résultat void

Write() public méthode

public Write ( byte binary ) : IResponse
binary byte
Résultat IResponse

Write() public méthode

public Write ( string text ) : IResponse
text string
Résultat IResponse

Property Details

InnerResponse protected_oe property

protected HttpListenerResponse,System.Net InnerResponse
Résultat System.Net.HttpListenerResponse