編集

次の方法で共有


SocketPermission.AcceptList Property

Definition

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.

Applies to