C# (CSharp) SnmpSharpNet TrapAgent - 5 Beispiele gefunden. Dies sind die am besten bewerteten C# (CSharp) Beispiele für die SnmpSharpNet.TrapAgent, die aus Open Source-Projekten extrahiert wurden. Sie können Beispiele bewerten, um die Qualität der Beispiele zu verbessern.
TrapAgent class is used to hide Socket operations from users and provide an easy method to send Trap notifications. To use the class, you can use the TrapAgent class protocol specific members, recommended when you expect to send a lot of notifications, or a static helper TrapAgent.SendTrap method which will construct a new socket for each call.