SocketPermission.ConnectList 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 connected to under this permission instance.
public:
property System::Collections::IEnumerator ^ ConnectList { System::Collections::IEnumerator ^ get(); };
public System.Collections.IEnumerator ConnectList { get; }
member this.ConnectList : System.Collections.IEnumerator
Public ReadOnly Property ConnectList As IEnumerator
Property Value
An instance that implements the IEnumerator interface that contains EndpointPermission instances.