Returns a System.Net.SocketPermission object that is the intersection of the current
instance and the specified object.
[Edit]
Parameters
- target
- A System.Net.SocketPermission instance to intersect with the current instance.
[Edit]
Returns
A new System.Net.SocketPermission instance that represents the intersection of the
current instance and target. If target is
null, returns null. If the intersection is
empty, returns null. If the
current instance is unrestricted, returns a copy of target. If
target is unrestricted, returns a copy of the current instance.
[Edit]
Exceptions
Remarks
Requirements
Namespace: System.Net
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0