示例#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;
 }