| 
            
              AgentFoundEventArgsAgent Property
             | 
          
        
        
            Gets the agent.
            
        
        Namespace: GSF.Net.Snmp.MessagingAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.258-beta
Syntaxpublic IPEndPoint Agent { get; }Public ReadOnly Property Agent As IPEndPoint
	Get
public:
property IPEndPoint^ Agent {
	IPEndPoint^ get ();
}member Agent : IPEndPoint with get
 View SourceProperty Value
IPEndPointThe agent.
See Also