Exemplo n.º 1
0
 protected WCFClient(CallbackHandler callback, string host, int port, string servicesName, string contractName, string nameSpace) : this(callback, host, port, servicesName, contractName, nameSpace, new NetTcpBinding())
 {
 }
Exemplo n.º 2
0
 protected WCFClient(CallbackHandler callback, string host, int port, NetTcpBinding tcp) : this(callback, host, port, typeof(T).Namespace, typeof(T).Name, typeof(T).FullName, tcp)
 {
 }
Exemplo n.º 3
0
 public BasicWCFClient(CallbackHandler callback, string host, int port, NetTcpBinding tcp) : base(callback, host, port, tcp)
 {
 }
Exemplo n.º 4
0
 public BasicWCFClient(CallbackHandler callback, string host, int port, string servicesName, string contractName, string nameSpace) : base(callback, host, port, servicesName, contractName, nameSpace)
 {
 }
Exemplo n.º 5
0
 public BasicWCFClient(CallbackHandler callback, string host, int port) : base(callback, host, port)
 {
 }