Inheritance: IHostProxy, IStandInStub
Exemplo n.º 1
0
        StandInTransceiver RegisterStandIn(string standInName, string hostName)
        {
            var trans = new StandInTransceiver(standInName, hostName, SendFromStandInToHost);

            _standIns.Add(standInName, trans);
            return(trans);
        }
Exemplo n.º 2
0
 StandInTransceiver RegisterStandIn(string standInName, string hostName)
 {
     var trans = new StandInTransceiver(standInName, hostName, SendFromStandInToHost);
     _standIns.Add(standInName, trans);
     return trans;
 }