예제 #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())
 {
 }
예제 #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)
 {
 }
예제 #3
0
 public BasicWCFClient(CallbackHandler callback, string host, int port, NetTcpBinding tcp) : base(callback, host, port, tcp)
 {
 }
예제 #4
0
 public BasicWCFClient(CallbackHandler callback, string host, int port, string servicesName, string contractName, string nameSpace) : base(callback, host, port, servicesName, contractName, nameSpace)
 {
 }
예제 #5
0
 public BasicWCFClient(CallbackHandler callback, string host, int port) : base(callback, host, port)
 {
 }