コード例 #1
0
ファイル: TcpListener.cs プロジェクト: koonuf/LogProxy
 public TcpListener(ProxySettings settings)
 {
     this.settings = settings;
 }