| 
            
              PortInUseExceptionEndpoint Property
             | 
          
        
        
            The endpoint already in use.
            
        
        Namespace: GSF.Net.Snmp.MessagingAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.257-beta
Syntaxpublic IPEndPoint Endpoint { get; set; }Public Property Endpoint As IPEndPoint
	Get
	Set
public:
property IPEndPoint^ Endpoint {
	IPEndPoint^ get ();
	void set (IPEndPoint^ value);
}member Endpoint : IPEndPoint with get, set
function get_Endpoint();
function set_Endpoint(value);
 View SourceProperty Value
IPEndPoint
See Also