Name

NetworkAccess

Synopsis

This enumeration specifies network access permissions. Accept indicates that an application has permission to accept network connections. Connect indicates that the application can connect to network hosts.

Both WebPermission and SocketPermission use this enumeration.

Public Enum NetworkAccess
                  Connect = 64
                  Accept = 128
End Enum

Hierarchy

System.ObjectSystem.ValueType System.Enum(System.IComparable, System.IFormattable, System.IConvertible) NetworkAccess

Passed To

SocketPermission.{AddPermission(), SocketPermission()}, WebPermission.{AddPermission(), WebPermission()}

Get VB.NET Core Classes in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.