C# Class HAP.MyFiles.WordVisualizer.Core.Extensions.HttpResponseExtensions

HttpResponse extension methods
Afficher le fichier Open project: techienickb/hap

Méthodes publiques

Méthode Description
WriteLine ( HttpResponse response ) : void

Write line to response stream

WriteLine ( HttpResponse response, string s ) : void

Write line to response stream

Method Details

WriteLine() public static méthode

Write line to response stream
public static WriteLine ( HttpResponse response ) : void
response HttpResponse Response stream
Résultat void

WriteLine() public static méthode

Write line to response stream
public static WriteLine ( HttpResponse response, string s ) : void
response HttpResponse Response stream
s string The string to write to the response stream
Résultat void