Ejemplo n.º 1
0
 /// <summary>
 ///
 /// </summary>
 public ClientWorkflowInvokerSink(IChannelSender channel, string url)
 {
     // state
     _Sender   = channel as ClientWorkflowInvoker;
     _endpoint = url;
     //_endpoint = url.Replace(WorkflowDefaults.WorkflowLocalhost, "");
 }
Ejemplo n.º 2
0
 /// <summary>
 /// 
 /// </summary>
 public ClientWorkflowInvokerSink(IChannelSender channel, string url)
 {
     // state
     _Sender = channel as ClientWorkflowInvoker;
     _endpoint = url;
     //_endpoint = url.Replace(WorkflowDefaults.WorkflowLocalhost, "");				
 }