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)
125
return new
NetworkInformationPermission
(access);
141
return new
NetworkInformationPermission
(this.access | other.access);
158
return 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();