8 references to NetworkInformationPermission
System (8)
net\System\Net\NetworkInformation\IPGlobalProperties.cs (1)
16(new NetworkInformationPermission(NetworkInformationAccess.Read)).Demand();
net\System\Net\NetworkInformation\NetworkInformationPermission.cs (3)
125return new NetworkInformationPermission(access); 141return new NetworkInformationPermission(this.access | other.access); 158return new NetworkInformationPermission(access & other.access);
net\System\Net\NetworkInformation\NetworkInterface.cs (1)
11(new NetworkInformationPermission(NetworkInformationAccess.Read)).Demand();
net\System\Net\NetworkInformation\ping.cs (3)
345(new NetworkInformationPermission(NetworkInformationAccess.Ping)).Demand(); 478(new NetworkInformationPermission(NetworkInformationAccess.Ping)).Demand(); 610(new NetworkInformationPermission(NetworkInformationAccess.Ping)).Demand();