C# 클래스 RemObjects.InternetPack.Http.HttpServerResponse

상속: HttpOutgoingRequestResponse
파일 보기 프로젝트 열기: remobjects/internetpack 1 사용 예제들

Private Properties

프로퍼티 타입 설명
SendError void
SendError void
SendErrorWithCustomBody void

공개 메소드들

메소드 설명
FinalizeHeader ( ) : void
HttpServerResponse ( ) : System
SendError ( HttpStatusCode responseCode, Exception ex ) : void
SendError ( HttpStatusCode responseCode, String message ) : void
SendErrorWithCustomBody ( HttpStatusCode responseCode, String message ) : void

비공개 메소드들

메소드 설명
SendError ( Int32 responseCode, Exception ex ) : void
SendError ( Int32 responseCode, String message ) : void
SendErrorWithCustomBody ( Int32 responseCode, String message ) : void

메소드 상세

FinalizeHeader() 공개 메소드

public FinalizeHeader ( ) : void
리턴 void

HttpServerResponse() 공개 메소드

public HttpServerResponse ( ) : System
리턴 System

SendError() 공개 메소드

public SendError ( HttpStatusCode responseCode, Exception ex ) : void
responseCode HttpStatusCode
ex System.Exception
리턴 void

SendError() 공개 메소드

public SendError ( HttpStatusCode responseCode, String message ) : void
responseCode HttpStatusCode
message String
리턴 void

SendErrorWithCustomBody() 공개 메소드

public SendErrorWithCustomBody ( HttpStatusCode responseCode, String message ) : void
responseCode HttpStatusCode
message String
리턴 void