コード例 #1
0
 public WebProxyServerObserver(TunnelWaitHandle taskCompletedEvent)
 {
     _TaskCompletedEvent = taskCompletedEvent;
 }
コード例 #2
0
 public WebProxyConnectionObserver(Connection destination, TunnelWaitHandle taskCompletedEvent)
 {
     _Destination        = destination;
     _TaskCompletedEvent = taskCompletedEvent;
 }