Exemplo n.º 1
0
 public bool Initialize(string IPAddress, int Port)
 {
     //string uri = ConfigurationManager.AppSettings["STMUrl"].NulltoString();
     oClient      = new XMLDRServiceClient(new BasicHttpBinding(), new EndpointAddress(Settings.STMServerIP));
     _IsConnected = true;
     return(true);
 }
Exemplo n.º 2
0
 public bool Initialize(string IPAddress, int Port)
 {
     //string uri = ConfigurationManager.AppSettings["STMUrl"].NulltoString();
     oClient = new XMLDRServiceClient(new BasicHttpBinding(), new EndpointAddress(Settings.STMServerIP));
     _IsConnected = true;
     return true;
  }  
Exemplo n.º 3
0
 public bool CloseSender()
 {
     oClient      = null;
     _IsConnected = false;
     return(true);
 }
Exemplo n.º 4
0
 public bool CloseSender()
 {
     oClient = null;
     _IsConnected = false;
     return true;
 }