Пример #1
0
 internal PopCommandResult(PopCommandResultCode code, PopResponseText responseText)
     : this(code, null, responseText.GetTextAsString())
 {
 }
Пример #2
0
 internal PopStatusResponse(PopStatusIndicator status, PopResponseText responseText)
 {
     this.Status = status;
       this.ResponseText = responseText;
 }