1 instantiation of IPOptions
System (1)
net\System\Net\NetworkInformation\ping.cs (1)
649
IPOptions ipOptions = new
IPOptions
(options);
7 references to IPOptions
System (7)
net\System\Net\NetworkInformation\ping.cs (1)
649
IPOptions
ipOptions = new IPOptions (options);
net\System\Net\NetworkInformation\PingOptions.cs (1)
13
internal PingOptions (
IPOptions
options) {
net\System\Net\NetworkInformation\UnSafeNetInfoNativemethods.cs (5)
560
internal
IPOptions
options;
657
uint ipAddress, [In] SafeLocalFree data, ushort dataSize, ref
IPOptions
options, SafeLocalFree replyBuffer, uint replySize, uint timeout);
661
uint ipAddress, [In] SafeLocalFree data, ushort dataSize, ref
IPOptions
options, SafeLocalFree replyBuffer, uint replySize, uint timeout);
665
byte[] sourceSocketAddress, byte[] destSocketAddress, [In] SafeLocalFree data, ushort dataSize, ref
IPOptions
options, SafeLocalFree replyBuffer, uint replySize, uint timeout);
669
byte[] sourceSocketAddress, byte[] destSocketAddress, [In] SafeLocalFree data, ushort dataSize, ref
IPOptions
options, SafeLocalFree replyBuffer, uint replySize, uint timeout);