PowerSNMP for .NET
Transport Enumeration




Transport layer. Provides end-to-end encryption when Transport.DTLS is specified.
Syntax
Public Enum Transport 
   Inherits System.Enum
Dim instance As Transport
public enum Transport : System.Enum 
__value public enum Transport : public System.Enum 
public enum class Transport : public System.Enum 
Members
MemberValueDescription
DTLS1 Datagram Transport Layer Security is used. Requires DTLS to be used at both local and remote endpoints.
UDP0 Datagrams are used without any transport layer security. Default.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dart.Snmp.Transport

See Also

Reference

Dart.Snmp Namespace

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