C# 클래스 org.GraphDefined.Vanaheimr.Hermod.SMTP.SMTPResponse

A SMTP response.
파일 보기 프로젝트 열기: Vanaheimr/Hermod

공개 메소드들

메소드 설명
SMTPResponse ( SMTPStatusCode StatusCode, String Response = "" ) : System

Create a new SMTP response.

ToString ( ) : String

Returns a string representation of this object.

메소드 상세

SMTPResponse() 공개 메소드

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

ToString() 공개 메소드

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