Example #1
0
 public WebServiceBinding(IClientProxy clientProxy, DirectoryContext directoryContext, WebServiceTrackingAuthority trackingAuthority)
 {
     this.clientProxy        = clientProxy;
     this.directoryContext   = directoryContext;
     this.diagnosticsContext = directoryContext.DiagnosticsContext;
     this.errors             = directoryContext.Errors;
     this.trackingAuthority  = trackingAuthority;
 }
 internal WSGetParameters(MessageTrackingReportId reportId, WebServiceTrackingAuthority wsAuthority)
 {
     this.MessageTrackingReportId = reportId;
     this.WSAuthority             = wsAuthority;
 }