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

A SMTP response.
显示文件 Open project: Vanaheimr/Hermod

Public Methods

Method 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 method

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

ToString() public method

Returns a string representation of this object.
public ToString ( ) : String
return String