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

HttpResponse extension methods
Show file Open project: techienickb/hap

Public Methods

Method 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 method

Write line to response stream
public static WriteLine ( HttpResponse response ) : void
response HttpResponse Response stream
return void

WriteLine() public static method

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
return void