C# 클래스 Dev2.Runtime.WebServer.Responses.StringResponseWriter

상속: IResponseWriter
파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf 1 사용 예제들

공개 메소드들

메소드 설명
StringResponseWriter ( string text, MediaTypeHeaderValue contentType ) : System.Net.Http
StringResponseWriter ( string text, MediaTypeHeaderValue contentType, bool enforceSizeCap ) : System.Net.Http
StringResponseWriter ( string text, string contentType ) : System.Net.Http
Write ( WebServerContext context ) : void

비공개 메소드들

메소드 설명
UpdateContentDisposition ( HttpResponseMessage responseMessage ) : void

메소드 상세

StringResponseWriter() 공개 메소드

public StringResponseWriter ( string text, MediaTypeHeaderValue contentType ) : System.Net.Http
text string
contentType System.Net.Http.Headers.MediaTypeHeaderValue
리턴 System.Net.Http

StringResponseWriter() 공개 메소드

public StringResponseWriter ( string text, MediaTypeHeaderValue contentType, bool enforceSizeCap ) : System.Net.Http
text string
contentType System.Net.Http.Headers.MediaTypeHeaderValue
enforceSizeCap bool
리턴 System.Net.Http

StringResponseWriter() 공개 메소드

public StringResponseWriter ( string text, string contentType ) : System.Net.Http
text string
contentType string
리턴 System.Net.Http

Write() 공개 메소드

public Write ( WebServerContext context ) : void
context WebServerContext
리턴 void