예제 #1
0
 public void ReportErrorWithAttachment(string errorInfo, string attName, byte[] attContent)
 {
     Tangra.TangraService.ReportErrorWithAttachmentRequest inValue = new Tangra.TangraService.ReportErrorWithAttachmentRequest();
     inValue.Body            = new Tangra.TangraService.ReportErrorWithAttachmentRequestBody();
     inValue.Body.errorInfo  = errorInfo;
     inValue.Body.attName    = attName;
     inValue.Body.attContent = attContent;
     Tangra.TangraService.ReportErrorWithAttachmentResponse retVal = ((Tangra.TangraService.ServiceSoap)(this)).ReportErrorWithAttachment(inValue);
 }
예제 #2
0
 Tangra.TangraService.ReportErrorWithAttachmentResponse Tangra.TangraService.ServiceSoap.ReportErrorWithAttachment(Tangra.TangraService.ReportErrorWithAttachmentRequest request)
 {
     return(base.Channel.ReportErrorWithAttachment(request));
 }