C# Class org.GraphDefined.Vanaheimr.Hermod.SMTP.SMTPResponse

A SMTP response.
Afficher le fichier Open project: Vanaheimr/Hermod

Méthodes publiques

Méthode Description
SMTPResponse ( SMTPStatusCode StatusCode, String Response = "" ) : System

Create a new SMTP response.

ToString ( ) : String

Returns a string representation of this object.

Method Details

SMTPResponse() public méthode

Create a new SMTP response.
public SMTPResponse ( SMTPStatusCode StatusCode, String Response = "" ) : System
StatusCode SMTPStatusCode The SMTP status code.
Response String The SMTP response text.
Résultat System

ToString() public méthode

Returns a string representation of this object.
public ToString ( ) : String
Résultat String