| Dart.Snmp Namespace > SnmpSocket Class : GetResponse Method | 
| Overload | Description | 
|---|---|
| GetResponse(RequestMessage,String) | Sends a request to the specified agent on port 161 and returns the response. | 
| GetResponse(RequestMessage,String,Int32) | Sends a request to the specified address/port and returns the response. | 
| GetResponse(RequestMessage,IPEndPoint) | Sends a request to the specified IPEndPoint and returns the response. | 
| GetResponse(RequestMessage,IPEndPoint,Int32) | Sends a request to the specified IPEndPoint and returns the response. |