Esempio n. 1
0
 public AgentClient(NpEndPoint npAddress) : base(npAddress)
 {
 }
Esempio n. 2
0
 public NetNpTesterProxy(NpEndPoint npAddress) : base(npAddress)
 {
 }
Esempio n. 3
0
 public static TInterface CreateProxy <TInterface>(NpEndPoint npAddress) where TInterface : class
 {
     return(ProxyFactory.CreateProxy <TInterface>(typeof(NpChannel), typeof(NpEndPoint), npAddress));
 }