Gets or sets the URI string accepted by the current System.Net.WebPermissionAttribute.
A string that represents the URI accepted by the current instance.
Type Reason ArgumentException WebPermissionAttribute.Acceptis being set and is not null.
When applying System.Net.WebPermissionAttribute to your class, this property specifies what URI string will be accepted for use within your class. This permission is applied when the security system calls WebPermissionAttribute.CreatePermission. This property is write-once.