1 instantiation of PingOptions
System (1)
net\System\Net\NetworkInformation\PingReply.cs (1)
51options = new PingOptions (reply.options);
12 references to PingOptions
System (12)
net\System\Net\NetworkInformation\ping.cs (9)
284public PingReply Send (string hostNameOrAddress, int timeout, byte[] buffer, PingOptions options) { 306public PingReply Send (IPAddress address, int timeout, byte[] buffer, PingOptions options) { 398public void SendAsync (string hostNameOrAddress, int timeout, byte[] buffer, PingOptions options, object userToken) { 438public void SendAsync (IPAddress address, int timeout, byte[] buffer, PingOptions options, object userToken) { 531public Task<PingReply> SendPingAsync(IPAddress address, int timeout, byte[] buffer, PingOptions options) 537public Task<PingReply> SendPingAsync(string hostNameOrAddress, int timeout, byte[] buffer, PingOptions options) 580internal AsyncStateObject(string hostName, byte[] buffer, int timeout, PingOptions options, object userToken) 592internal PingOptions options; 626private PingReply InternalSend (IPAddress address, byte[] buffer, int timeout, PingOptions options, bool async) {
net\System\Net\NetworkInformation\PingReply.cs (2)
10PingOptions options; 115public PingOptions Options {
net\System\Net\NetworkInformation\UnSafeNetInfoNativemethods.cs (1)
533internal IPOptions (PingOptions options)