C# 클래스 HAP.MyFiles.WordVisualizer.Core.Extensions.HttpResponseExtensions

HttpResponse extension methods
파일 보기 프로젝트 열기: techienickb/hap

공개 메소드들

메소드 설명
WriteLine ( HttpResponse response ) : void

Write line to response stream

WriteLine ( HttpResponse response, string s ) : void

Write line to response stream

메소드 상세

WriteLine() 공개 정적인 메소드

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

WriteLine() 공개 정적인 메소드

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
리턴 void