PowerSNMP for .NET
Transport Property




Specifies the Transport layer to use. Defaults to UDP.
Syntax
Public Property Transport As Transport
Dim instance As SnmpBase
Dim value As Transport
 
instance.Transport = value
 
value = instance.Transport
public Transport Transport {get; set;}
public: __property Transport get_Transport();
public: __property void set_Transport( 
   Transport value
);
public:
property Transport Transport {
   Transport get();
   void set (    Transport value);
}
Remarks
When Transport.DTLS is specified: Agents will typically listen on the "well-known" default port of 10161. Managers will typically listen for trap and inform message notifications on the "well-known" default port of 10162. ClientCertificateChain must be populated with at least one certificate when sending traps, informs, or messages (not required when responding). ServerCertificateChain must be populated with at least one certificate when accepting traps, informs, or messages (not required when receiving responses). In most cases, ValidationCallback should be specified.
See Also

Reference

SnmpBase Class
SnmpBase Members

6.1.1.2
PowerSNMP for .NET Documentation Version 7.0
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic