13 private string errorMessage =
null;
14 private string resultXml =
null;
52 public virtual void Error(Exception Exception)
55 this.errorMessage = Exception.Message;
62 public virtual void Result(
string Xml)
Contains information about one XMPP address.
Represents a case-insensitive string.
abstract XmppAddress For
Who the payment is for.
EDalerUriErrorType? ErrorType
Type of error, if any.
EDalerUriState()
Current state of URI
virtual void Error(EDalerUriErrorType ErrorType, string ErrorMessage, bool LogAsNotice)
Reports an error with the URI
string ErrorMessage
Error message, or null if no error.
abstract bool Relayed
If the request is relayed
virtual void Error(string ErrorType, string ErrorXml, string ErrorMessage)
Reports an error with the URI
abstract CaseInsensitiveString Sender
Who the sender of the URI is.
virtual CaseInsensitiveString OriginalSender
Who the original sender of the URI is.
virtual void Result(string Xml)
Reports a positive result.
string ResultXml
Result XML
virtual void Error(Exception Exception)
Reports an error with the URI
EDalerUriErrorType
Type of URI Error