C# Class Owin.ServiceStack.OwinHttpResponseAdapter

Inheritance: IHttpResponse
Afficher le fichier Open project: thedillonb/Owin.ServiceStack Class Usage Examples

Méthodes publiques

Méthode Description
AddHeader ( string name, string value ) : void
Close ( ) : void
End ( ) : void
Flush ( ) : void
OwinHttpResponseAdapter ( IOwinResponse response ) : Microsoft.Owin
Redirect ( string url ) : void
SetContentLength ( long contentLength ) : void
Write ( string text ) : void

Method Details

AddHeader() public méthode

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

Close() public méthode

public Close ( ) : void
Résultat void

End() public méthode

public End ( ) : void
Résultat void

Flush() public méthode

public Flush ( ) : void
Résultat void

OwinHttpResponseAdapter() public méthode

public OwinHttpResponseAdapter ( IOwinResponse response ) : Microsoft.Owin
response IOwinResponse
Résultat Microsoft.Owin

Redirect() public méthode

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

SetContentLength() public méthode

public SetContentLength ( long contentLength ) : void
contentLength long
Résultat void

Write() public méthode

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