System.Net.SocketPermission.SocketPermission C# (CSharp) Метод

SocketPermission() приватный Метод

private SocketPermission ( bool free ) : System.Collections
free bool
Результат System.Collections
        internal SocketPermission(bool free) {
            initialize();
            m_noRestriction = free;
        }

Same methods

SocketPermission::SocketPermission ( NetworkAccess access, TransportType transport, String hostName, int portNumber ) : System.Collections
SocketPermission::SocketPermission ( PermissionState state ) : System.Collections