コード例 #1
0
ファイル: Server.cs プロジェクト: a2232189/shadowsocks-csharp
 public void CopyServer(Server Server)
 {
     this.serverSpeedLog = Server.serverSpeedLog;
     this.dnsBuffer = Server.dnsBuffer;
     this.dnsTargetBuffer = Server.dnsTargetBuffer;
     this.Connections = Server.Connections;
     this.enable = Server.enable;
 }
コード例 #2
0
ファイル: Server.cs プロジェクト: a2232189/shadowsocks-csharp
 public void SetConnections(Connections Connections)
 {
     this.Connections = Connections;
 }
 public void SetConnections(Connections Connections)
 {
     this.Connections = Connections;
 }