System.Net.EndpointPermission
Defines an endpoint that is authorized by a SocketPermission instance.
namespace System.Net
{
public class EndpointPermission
{
public string Hostname { get; }
public int Port { get; }
public TransportType Transport { get; }
}
}