Checks the overall permission state of the object.
[Visual Basic] Overridable Public Function IsUnrestricted() As Boolean [C#] public virtual bool IsUnrestricted(); [C++] public: virtual bool IsUnrestricted(); [JScript] public function IsUnrestricted() : Boolean;
true if the SocketPermission instance was created with Unrestricted; otherwise, false.
SocketPermission Class | SocketPermission Members | System.Net Namespace