Edit

Share via


SocketPermission.Copy Method

Definition

Creates a copy of a SocketPermission instance.

public:
 override System::Security::IPermission ^ Copy();
public override System.Security.IPermission Copy();
override this.Copy : unit -> System.Security.IPermission
Public Overrides Function Copy () As IPermission

Returns

A new instance of the SocketPermission class that is a copy of the current instance.

Remarks

The object returned by this method represents the same level of access as the current instance. This method overrides Copy and is implemented to support the IPermission interface.

Applies to