37 references to IpHelperErrors
System (37)
net\System\Net\Internal.cs (4)
217while (result == IpHelperErrors.ErrorBufferOverflow) 224if (result == IpHelperErrors.Success) 254if (result != IpHelperErrors.Success && result != IpHelperErrors.ErrorNoData)
net\System\Net\NetworkInformation\SystemIcmpV4Statistics.cs (1)
22if (result != IpHelperErrors.Success) {
net\System\Net\NetworkInformation\SystemIcmpV6Statistics.cs (1)
41if (result != IpHelperErrors.Success) {
net\System\Net\NetworkInformation\SystemIPGlobalProperties.cs (19)
33while (result == IpHelperErrors.ErrorBufferOverflow) { 38if ( result == IpHelperErrors.Success ) { 50if (result != IpHelperErrors.Success) { 163while (result == IpHelperErrors.ErrorInsufficientBuffer) { 169if (result == IpHelperErrors.Success) { 195if (result != IpHelperErrors.Success && result != IpHelperErrors.ErrorNoData) { 209while (result == IpHelperErrors.ErrorInsufficientBuffer) { 216if (result == IpHelperErrors.Success) { 246if (result != IpHelperErrors.Success && result != IpHelperErrors.ErrorNoData) { 268while (result == IpHelperErrors.ErrorInsufficientBuffer) { 274if (result == IpHelperErrors.Success) { 300if (result != IpHelperErrors.Success && result != IpHelperErrors.ErrorNoData) { 312while (result == IpHelperErrors.ErrorInsufficientBuffer) { 320if (result == IpHelperErrors.Success) { 350if (result != IpHelperErrors.Success && result != IpHelperErrors.ErrorNoData) {
net\System\Net\NetworkInformation\SystemIPGlobalStatistics.cs (1)
24if (result != IpHelperErrors.Success) {
net\System\Net\NetworkInformation\SystemIPInterfaceStatistics.cs (1)
37if (result != IpHelperErrors.Success) {
net\System\Net\NetworkInformation\SystemIPv4InterfaceProperties.cs (3)
84while (result == IpHelperErrors.ErrorBufferOverflow) { 89if ( result == IpHelperErrors.Success ) { 102if (result != IpHelperErrors.Success) {
net\System\Net\NetworkInformation\SystemNetworkInterface.cs (5)
92while (result == IpHelperErrors.ErrorBufferOverflow) { 100if (result == IpHelperErrors.Success) { 122if (result == IpHelperErrors.ErrorNoData || result == IpHelperErrors.ErrorInvalidParameter) { 127if (result != IpHelperErrors.Success) {
net\System\Net\NetworkInformation\SystemTcpStatistics.cs (1)
20if (result != IpHelperErrors.Success) {
net\System\Net\NetworkInformation\SystemUdpStatistics.cs (1)
23if (result != IpHelperErrors.Success) {