SocketPermissionAttribute.Access Property

Definition

Gets or sets the network access method that is allowed by this SocketPermissionAttribute.

public:
 property System::String ^ Access { System::String ^ get(); void set(System::String ^ value); };
public string Access { get; set; }
member this.Access : string with get, set
Public Property Access As String

Property Value

A string that contains the network access method that is allowed by this instance of SocketPermissionAttribute. Valid values are "Accept" and "Connect."

Exceptions

The Access property is not null when you attempt to set the value. To specify more than one Access method, use an additional attribute declaration statement.

Remarks

This property is write-once. Valid values for this property correspond to NetworkAccess enumeration values.

Applies to