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