C# Class RemObjects.InternetPack.Http.HttpServerResponse

Inheritance: HttpOutgoingRequestResponse
Afficher le fichier Open project: remobjects/internetpack Class Usage Examples

Private Properties

Свойство Type Description
SendError void
SendError void
SendErrorWithCustomBody void

Méthodes publiques

Méthode 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

Méthode Description
SendError ( Int32 responseCode, Exception ex ) : void
SendError ( Int32 responseCode, String message ) : void
SendErrorWithCustomBody ( Int32 responseCode, String message ) : void

Method Details

FinalizeHeader() public méthode

public FinalizeHeader ( ) : void
Résultat void

HttpServerResponse() public méthode

public HttpServerResponse ( ) : System
Résultat System

SendError() public méthode

public SendError ( HttpStatusCode responseCode, Exception ex ) : void
responseCode HttpStatusCode
ex System.Exception
Résultat void

SendError() public méthode

public SendError ( HttpStatusCode responseCode, String message ) : void
responseCode HttpStatusCode
message String
Résultat void

SendErrorWithCustomBody() public méthode

public SendErrorWithCustomBody ( HttpStatusCode responseCode, String message ) : void
responseCode HttpStatusCode
message String
Résultat void