SocketPermission.AcceptList Property   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a list of EndpointPermission instances that identifies the endpoints that can be accepted under this permission instance.
public:
 property System::Collections::IEnumerator ^ AcceptList { System::Collections::IEnumerator ^ get(); };
	public System.Collections.IEnumerator AcceptList { get; }
	member this.AcceptList : System.Collections.IEnumerator
	Public ReadOnly Property AcceptList As IEnumerator
	Property Value
An instance that implements the IEnumerator interface that contains EndpointPermission instances.