Exemple #1
0
 public ChannelService(ChannelServer channelServer, NexusConnectionInfo nexusConnectionInfo)
     : base(channelServer)
 {
     _nexusConnectionInfo = nexusConnectionInfo;
 }
Exemple #2
0
 public AuthService(AuthServer authServer, NexusConnectionInfo nexusConnectionInfo)
     : base(authServer)
 {
     _nexusConnectionInfo = nexusConnectionInfo;
 }