コード例 #1
0
ファイル: Asynchronous.cs プロジェクト: razaraz/Pscx
 public PingTaskAsync(PingExecutorAsync exec, IPAddress address)
     : base(exec, address)
 {
 }
コード例 #2
0
ファイル: Asynchronous.cs プロジェクト: modulexcite/pash-1
 public PingTaskAsync(PingExecutorAsync exec, IPAddress address)
     : base(exec, address)
 {
 }
コード例 #3
0
ファイル: Asynchronous.cs プロジェクト: razaraz/Pscx
 public PingTaskAsync(PingExecutorAsync exec, IPHostEntry host)
     : base(exec, host)
 {
 }
コード例 #4
0
ファイル: Asynchronous.cs プロジェクト: modulexcite/pash-1
 public PingTaskAsync(PingExecutorAsync exec, IPHostEntry host)
     : base(exec, host)
 {
 }