C# Class RemObjects.InternetPack.Http.HttpServerResponse

Inheritance: HttpOutgoingRequestResponse
Show file Open project: remobjects/internetpack Class Usage Examples

Private Properties

Property Type Description
SendError void
SendError void
SendErrorWithCustomBody void

Public Methods

Method Description
FinalizeHeader ( ) : void
HttpServerResponse ( ) : System
SendError ( HttpStatusCode responseCode, Exception ex ) : void
SendError ( HttpStatusCode responseCode, String message ) : void
SendErrorWithCustomBody ( HttpStatusCode responseCode, String message ) : void

Private Methods

Method Description
SendError ( Int32 responseCode, Exception ex ) : void
SendError ( Int32 responseCode, String message ) : void
SendErrorWithCustomBody ( Int32 responseCode, String message ) : void

Method Details

FinalizeHeader() public method

public FinalizeHeader ( ) : void
return void

HttpServerResponse() public method

public HttpServerResponse ( ) : System
return System

SendError() public method

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

SendError() public method

public SendError ( HttpStatusCode responseCode, String message ) : void
responseCode HttpStatusCode
message String
return void

SendErrorWithCustomBody() public method

public SendErrorWithCustomBody ( HttpStatusCode responseCode, String message ) : void
responseCode HttpStatusCode
message String
return void