/// <summary>
        /// Creates a new PacketCapturesImpl.
        /// </summary>
        /// <param name="parent">The Network Watcher associated with Packet Captures.</param>

        ///GENMHASH:750F0D1D5E828511C6FDB39095E47895:8DA68F36B326063647048D7F9A34FC05
        internal PacketCapturesImpl(IPacketCapturesOperations innerCollection, NetworkWatcherImpl parent)
        {
            this.parent          = parent;
            this.innerCollection = innerCollection;
        }
コード例 #2
0
 ///GENMHASH:9367E0B24ED8FDE050D80357883C7D19:425AAA90FA44C25BF65D98CF87FB3E57
 internal TopologyImpl(NetworkWatcherImpl parent)
 {
     this.parent = parent;
 }
コード例 #3
0
 /// <summary>
 /// Creates a new ConnectionMonitorsImpl.
 /// </summary>
 /// <param name="parent">The Network Watcher associated with Connection Monitors.</param>
 ///GENMHASH:5865540D916685B2F54AE4C598C4AF30:8DA68F36B326063647048D7F9A34FC05
 internal ConnectionMonitorsImpl(IConnectionMonitorsOperations innerCollection, NetworkWatcherImpl parent)
 {
     this.parent          = parent;
     this.innerCollection = innerCollection;
 }
コード例 #4
0
 ///GENMHASH:C32E303545B4033613B86D06F01768CA:425AAA90FA44C25BF65D98CF87FB3E57
 internal ConnectivityCheckImpl(NetworkWatcherImpl parent)
 {
     this.parent = parent;
 }