lextudio / sharpsnmplib

Sharp SNMP Library- Open Source SNMP for .NET
https://sharpsnmp.com
MIT License
356 stars 152 forks source link

InformRequestMessage.Parameters always null #290

Closed lextudio-support closed 2 hours ago

lextudio-support commented 2 hours ago

In current implementation it looks like : public SecurityParameters Parameters { get { return null; }

Suppose it should be public SecurityParameters Parameters { get { return _parameters; }

Original Reported Date: 2009-07-29T02:19:04.283-07:00 Planned For Release: Trident (3.0) Original CodePlex ID: 4668

lextudio-support commented 2 hours ago

Copied from CodePlex without authors:

The same issue with InformRequestMessage.Scope

Original Posted Date: 2009-07-29T02:20:26.38-07:00

lextudio-support commented 2 hours ago

Copied from CodePlex without authors:

Also fixed TrapV2Message. Patch checked in. Will be included in 3.0 beta 2.

Original Posted Date: 2009-07-31T04:07:14.237-07:00

lextudio-support commented 2 hours ago

Copied from CodePlex without authors:

** Closed by lextm 07/31/2009 4:07AM

Original Posted Date: 2009-07-31T04:07:43.973-07:00

lextudio-support commented 2 hours ago

Original Closed Date: 2010-11-05T18:55:06.94-07:00