Ping.SendPingAsync Método
Definição
Envia uma mensagem de eco do protocolo ICMP a um computador e recebe uma mensagem de resposta de eco ICMP correspondente daquele computador como uma operação assíncrona.Sends an Internet Control Message Protocol (ICMP) echo message to a computer, and receives a corresponding ICMP echo reply message from that computer as an asynchronous operation.
Sobrecargas
| SendPingAsync(String, Int32, Byte[], PingOptions) |
Envia uma mensagem de eco do protocolo ICMP com o buffer de dados especificado para o computador especificado e recebe uma mensagem de resposta de eco do ICMP do computador como uma operação assíncrona.Sends an Internet Control Message Protocol (ICMP) echo message with the specified data buffer to the specified computer, and receive a corresponding ICMP echo reply message from that computer as an asynchronous operation. Essa sobrecarga permite que você especifique um valor de tempo limite para a operação, um buffer a ser usado para enviar e receber e controlar a fragmentação e valores de vida útil para o pacote de mensagens de eco ICMP.This overload allows you to specify a time-out value for the operation, a buffer to use for send and receive, and control fragmentation and Time-to-Live values for the ICMP echo message packet. |
| SendPingAsync(IPAddress) |
Envia uma mensagem de eco do protocolo ICMP com o buffer de dados especificado para o computador que tem o IPAddress especificado e recebe uma mensagem de resposta de eco do ICMP correspondente do computador como uma operação assíncrona.Send an Internet Control Message Protocol (ICMP) echo message with the specified data buffer to the computer that has the specified IPAddress, and receives a corresponding ICMP echo reply message from that computer as an asynchronous operation. |
| SendPingAsync(String) |
Envia uma mensagem de eco do protocolo ICMP com o buffer de dados especificado para o computador especificado e recebe uma mensagem de resposta de eco do ICMP do computador como uma operação assíncrona.Sends an Internet Control Message Protocol (ICMP) echo message with the specified data buffer to the specified computer, and receive a corresponding ICMP echo reply message from that computer as an asynchronous operation. |
| SendPingAsync(IPAddress, Int32) |
Envia uma mensagem de eco do protocolo ICMP com o buffer de dados especificado para o computador que tem o IPAddress especificado e recebe uma mensagem de resposta de eco do ICMP correspondente do computador como uma operação assíncrona.Send an Internet Control Message Protocol (ICMP) echo message with the specified data buffer to the computer that has the specified IPAddress, and receives a corresponding ICMP echo reply message from that computer as an asynchronous operation. Essa sobrecarga permite que você especifique um valor de tempo limite para a operação.This overload allows you to specify a time-out value for the operation. |
| SendPingAsync(String, Int32) |
Envia uma mensagem de eco do protocolo ICMP com o buffer de dados especificado para o computador especificado e recebe uma mensagem de resposta de eco do ICMP do computador como uma operação assíncrona.Sends an Internet Control Message Protocol (ICMP) echo message with the specified data buffer to the specified computer, and receive a corresponding ICMP echo reply message from that computer as an asynchronous operation. Essa sobrecarga permite que você especifique um valor de tempo limite para a operação.This overload allows you to specify a time-out value for the operation. |
| SendPingAsync(IPAddress, Int32, Byte[]) |
Envia uma mensagem de eco do protocolo ICMP com o buffer de dados especificado para o computador que tem o IPAddress especificado e recebe uma mensagem de resposta de eco do ICMP correspondente do computador como uma operação assíncrona.Send an Internet Control Message Protocol (ICMP) echo message with the specified data buffer to the computer that has the specified IPAddress, and receives a corresponding ICMP echo reply message from that computer as an asynchronous operation. Essa sobrecarga permite que você especifique um valor de tempo limite para a operação e um buffer a ser usado para enviar e receber.This overload allows you to specify a time-out value for the operation and a buffer to use for send and receive. |
| SendPingAsync(String, Int32, Byte[]) |
Envia uma mensagem de eco do protocolo ICMP com o buffer de dados especificado para o computador especificado e recebe uma mensagem de resposta de eco do ICMP do computador como uma operação assíncrona.Sends an Internet Control Message Protocol (ICMP) echo message with the specified data buffer to the specified computer, and receive a corresponding ICMP echo reply message from that computer as an asynchronous operation. Essa sobrecarga permite que você especifique um valor de tempo limite para a operação e um buffer a ser usado para enviar e receber.This overload allows you to specify a time-out value for the operation and a buffer to use for send and receive. |
| SendPingAsync(IPAddress, Int32, Byte[], PingOptions) |
Envia uma mensagem de eco do protocolo ICMP com o buffer de dados especificado para o computador que tem o IPAddress especificado e recebe uma mensagem de resposta de eco do ICMP correspondente do computador como uma operação assíncrona.Sends an Internet Control Message Protocol (ICMP) echo message with the specified data buffer to the computer that has the specified IPAddress, and receives a corresponding ICMP echo reply message from that computer as an asynchronous operation. Essa sobrecarga permite que você especifique um valor de tempo limite para a operação, um buffer a ser usado para enviar e receber e controlar a fragmentação e valores de vida útil para o pacote de mensagens de eco ICMP.This overload allows you to specify a time-out value for the operation, a buffer to use for send and receive, and control fragmentation and Time-to-Live values for the ICMP echo message packet. |
SendPingAsync(String, Int32, Byte[], PingOptions)
Envia uma mensagem de eco do protocolo ICMP com o buffer de dados especificado para o computador especificado e recebe uma mensagem de resposta de eco do ICMP do computador como uma operação assíncrona.Sends an Internet Control Message Protocol (ICMP) echo message with the specified data buffer to the specified computer, and receive a corresponding ICMP echo reply message from that computer as an asynchronous operation. Essa sobrecarga permite que você especifique um valor de tempo limite para a operação, um buffer a ser usado para enviar e receber e controlar a fragmentação e valores de vida útil para o pacote de mensagens de eco ICMP.This overload allows you to specify a time-out value for the operation, a buffer to use for send and receive, and control fragmentation and Time-to-Live values for the ICMP echo message packet.
public:
System::Threading::Tasks::Task<System::Net::NetworkInformation::PingReply ^> ^ SendPingAsync(System::String ^ hostNameOrAddress, int timeout, cli::array <System::Byte> ^ buffer, System::Net::NetworkInformation::PingOptions ^ options);
public System.Threading.Tasks.Task<System.Net.NetworkInformation.PingReply> SendPingAsync (string hostNameOrAddress, int timeout, byte[] buffer, System.Net.NetworkInformation.PingOptions? options);
public System.Threading.Tasks.Task<System.Net.NetworkInformation.PingReply> SendPingAsync (string hostNameOrAddress, int timeout, byte[] buffer, System.Net.NetworkInformation.PingOptions options);
member this.SendPingAsync : string * int * byte[] * System.Net.NetworkInformation.PingOptions -> System.Threading.Tasks.Task<System.Net.NetworkInformation.PingReply>
Public Function SendPingAsync (hostNameOrAddress As String, timeout As Integer, buffer As Byte(), options As PingOptions) As Task(Of PingReply)
Parâmetros
- hostNameOrAddress
- String
O computador de destino da mensagem de eco do ICMP.The computer that is the destination for the ICMP echo message. O valor especificado para esse parâmetro pode ser um nome do host ou uma representação de cadeia de caracteres de um endereço IP.The value specified for this parameter can be a host name or a string representation of an IP address.
- timeout
- Int32
O número máximo de milissegundos (após o envio da mensagem de eco) de espera pela mensagem de resposta de eco de ICMP.The maximum number of milliseconds (after sending the echo message) to wait for the ICMP echo reply message.
- buffer
- Byte[]
Uma matriz Byte que contém dados a serem enviados com a mensagem de eco de ICMP e retornados na mensagem de resposta de eco de ICMP.A Byte array that contains data to be sent with the ICMP echo message and returned in the ICMP echo reply message. A matriz não pode conter mais de 65.500 bytes.The array cannot contain more than 65,500 bytes.
- options
- PingOptions
Um objeto PingOptions usado para controlar a fragmentação e valores de vida útil para o pacote de mensagens de eco ICMP.A PingOptions object used to control fragmentation and Time-to-Live values for the ICMP echo message packet.
Retornos
O objeto de tarefa que representa a operação assíncrona.The task object representing the asynchronous operation.
Comentários
Esta operação não será bloqueada.This operation will not block. O Task<TResult> objeto> retornado será concluído depois que o pacote ICMP tiver sido enviado e a resposta tiver sido recebida.The returned Task<TResult>> object will complete after the ICMP packet has been sent and the response has been received.
Aplica-se a
SendPingAsync(IPAddress)
Envia uma mensagem de eco do protocolo ICMP com o buffer de dados especificado para o computador que tem o IPAddress especificado e recebe uma mensagem de resposta de eco do ICMP correspondente do computador como uma operação assíncrona.Send an Internet Control Message Protocol (ICMP) echo message with the specified data buffer to the computer that has the specified IPAddress, and receives a corresponding ICMP echo reply message from that computer as an asynchronous operation.
public:
System::Threading::Tasks::Task<System::Net::NetworkInformation::PingReply ^> ^ SendPingAsync(System::Net::IPAddress ^ address);
public System.Threading.Tasks.Task<System.Net.NetworkInformation.PingReply> SendPingAsync (System.Net.IPAddress address);
member this.SendPingAsync : System.Net.IPAddress -> System.Threading.Tasks.Task<System.Net.NetworkInformation.PingReply>
Public Function SendPingAsync (address As IPAddress) As Task(Of PingReply)
Parâmetros
- address
- IPAddress
Um endereço IP que identifica o computador de destino para a mensagem de eco do ICMP.An IP address that identifies the computer that is the destination for the ICMP echo message.
Retornos
O objeto de tarefa que representa a operação assíncrona.The task object representing the asynchronous operation.
Exceções
address é null.address is null.
Uma chamada para SendPingAsync está em andamento.A call to SendPingAsync is in progress.
Uma exceção foi gerada durante o envio ou recebimento de mensagens do ICMP.An exception was thrown while sending or receiving the ICMP messages. Consulte a exceção interna para obter a exceção exata gerada.See the inner exception for the exact exception that was thrown.
address não é um endereço IP válido.address is not a valid IP address.
O objeto foi descartado.This object has been disposed.
Comentários
Esta operação não será bloqueada.This operation will not block. O Task<TResult> objeto> retornado será concluído depois que o pacote ICMP tiver sido enviado e a resposta tiver sido recebida.The returned Task<TResult>> object will complete after the ICMP packet has been sent and the response has been received.
Aplica-se a
SendPingAsync(String)
Envia uma mensagem de eco do protocolo ICMP com o buffer de dados especificado para o computador especificado e recebe uma mensagem de resposta de eco do ICMP do computador como uma operação assíncrona.Sends an Internet Control Message Protocol (ICMP) echo message with the specified data buffer to the specified computer, and receive a corresponding ICMP echo reply message from that computer as an asynchronous operation.
public:
System::Threading::Tasks::Task<System::Net::NetworkInformation::PingReply ^> ^ SendPingAsync(System::String ^ hostNameOrAddress);
public System.Threading.Tasks.Task<System.Net.NetworkInformation.PingReply> SendPingAsync (string hostNameOrAddress);
member this.SendPingAsync : string -> System.Threading.Tasks.Task<System.Net.NetworkInformation.PingReply>
Public Function SendPingAsync (hostNameOrAddress As String) As Task(Of PingReply)
Parâmetros
- hostNameOrAddress
- String
O computador de destino da mensagem de eco do ICMP.The computer that is the destination for the ICMP echo message. O valor especificado para esse parâmetro pode ser um nome do host ou uma representação de cadeia de caracteres de um endereço IP.The value specified for this parameter can be a host name or a string representation of an IP address.
Retornos
O objeto de tarefa que representa a operação assíncrona.The task object representing the asynchronous operation.
Comentários
Esta operação não será bloqueada.This operation will not block. O Task<TResult> objeto> retornado será concluído depois que o pacote ICMP tiver sido enviado e a resposta tiver sido recebida.The returned Task<TResult>> object will complete after the ICMP packet has been sent and the response has been received.
Aplica-se a
SendPingAsync(IPAddress, Int32)
Envia uma mensagem de eco do protocolo ICMP com o buffer de dados especificado para o computador que tem o IPAddress especificado e recebe uma mensagem de resposta de eco do ICMP correspondente do computador como uma operação assíncrona.Send an Internet Control Message Protocol (ICMP) echo message with the specified data buffer to the computer that has the specified IPAddress, and receives a corresponding ICMP echo reply message from that computer as an asynchronous operation. Essa sobrecarga permite que você especifique um valor de tempo limite para a operação.This overload allows you to specify a time-out value for the operation.
public:
System::Threading::Tasks::Task<System::Net::NetworkInformation::PingReply ^> ^ SendPingAsync(System::Net::IPAddress ^ address, int timeout);
public System.Threading.Tasks.Task<System.Net.NetworkInformation.PingReply> SendPingAsync (System.Net.IPAddress address, int timeout);
member this.SendPingAsync : System.Net.IPAddress * int -> System.Threading.Tasks.Task<System.Net.NetworkInformation.PingReply>
Public Function SendPingAsync (address As IPAddress, timeout As Integer) As Task(Of PingReply)
Parâmetros
- address
- IPAddress
Um endereço IP que identifica o computador de destino para a mensagem de eco do ICMP.An IP address that identifies the computer that is the destination for the ICMP echo message.
- timeout
- Int32
O número máximo de milissegundos (após o envio da mensagem de eco) de espera pela mensagem de resposta de eco de ICMP.The maximum number of milliseconds (after sending the echo message) to wait for the ICMP echo reply message.
Retornos
O objeto de tarefa que representa a operação assíncrona.The task object representing the asynchronous operation.
Comentários
Esta operação não será bloqueada.This operation will not block. O Task<TResult> objeto> retornado será concluído depois que o pacote ICMP tiver sido enviado e a resposta tiver sido recebida.The returned Task<TResult>> object will complete after the ICMP packet has been sent and the response has been received.
Aplica-se a
SendPingAsync(String, Int32)
Envia uma mensagem de eco do protocolo ICMP com o buffer de dados especificado para o computador especificado e recebe uma mensagem de resposta de eco do ICMP do computador como uma operação assíncrona.Sends an Internet Control Message Protocol (ICMP) echo message with the specified data buffer to the specified computer, and receive a corresponding ICMP echo reply message from that computer as an asynchronous operation. Essa sobrecarga permite que você especifique um valor de tempo limite para a operação.This overload allows you to specify a time-out value for the operation.
public:
System::Threading::Tasks::Task<System::Net::NetworkInformation::PingReply ^> ^ SendPingAsync(System::String ^ hostNameOrAddress, int timeout);
public System.Threading.Tasks.Task<System.Net.NetworkInformation.PingReply> SendPingAsync (string hostNameOrAddress, int timeout);
member this.SendPingAsync : string * int -> System.Threading.Tasks.Task<System.Net.NetworkInformation.PingReply>
Public Function SendPingAsync (hostNameOrAddress As String, timeout As Integer) As Task(Of PingReply)
Parâmetros
- hostNameOrAddress
- String
O computador de destino da mensagem de eco do ICMP.The computer that is the destination for the ICMP echo message. O valor especificado para esse parâmetro pode ser um nome do host ou uma representação de cadeia de caracteres de um endereço IP.The value specified for this parameter can be a host name or a string representation of an IP address.
- timeout
- Int32
O número máximo de milissegundos (após o envio da mensagem de eco) de espera pela mensagem de resposta de eco de ICMP.The maximum number of milliseconds (after sending the echo message) to wait for the ICMP echo reply message.
Retornos
O objeto de tarefa que representa a operação assíncrona.The task object representing the asynchronous operation.
Comentários
Esta operação não será bloqueada.This operation will not block. O Task<TResult> objeto> retornado será concluído depois que o pacote ICMP tiver sido enviado e a resposta tiver sido recebida.The returned Task<TResult>> object will complete after the ICMP packet has been sent and the response has been received.
Aplica-se a
SendPingAsync(IPAddress, Int32, Byte[])
Envia uma mensagem de eco do protocolo ICMP com o buffer de dados especificado para o computador que tem o IPAddress especificado e recebe uma mensagem de resposta de eco do ICMP correspondente do computador como uma operação assíncrona.Send an Internet Control Message Protocol (ICMP) echo message with the specified data buffer to the computer that has the specified IPAddress, and receives a corresponding ICMP echo reply message from that computer as an asynchronous operation. Essa sobrecarga permite que você especifique um valor de tempo limite para a operação e um buffer a ser usado para enviar e receber.This overload allows you to specify a time-out value for the operation and a buffer to use for send and receive.
public:
System::Threading::Tasks::Task<System::Net::NetworkInformation::PingReply ^> ^ SendPingAsync(System::Net::IPAddress ^ address, int timeout, cli::array <System::Byte> ^ buffer);
public System.Threading.Tasks.Task<System.Net.NetworkInformation.PingReply> SendPingAsync (System.Net.IPAddress address, int timeout, byte[] buffer);
member this.SendPingAsync : System.Net.IPAddress * int * byte[] -> System.Threading.Tasks.Task<System.Net.NetworkInformation.PingReply>
Public Function SendPingAsync (address As IPAddress, timeout As Integer, buffer As Byte()) As Task(Of PingReply)
Parâmetros
- address
- IPAddress
Um endereço IP que identifica o computador de destino para a mensagem de eco do ICMP.An IP address that identifies the computer that is the destination for the ICMP echo message.
- timeout
- Int32
O número máximo de milissegundos (após o envio da mensagem de eco) de espera pela mensagem de resposta de eco de ICMP.The maximum number of milliseconds (after sending the echo message) to wait for the ICMP echo reply message.
- buffer
- Byte[]
Uma matriz Byte que contém dados a serem enviados com a mensagem de eco de ICMP e retornados na mensagem de resposta de eco de ICMP.A Byte array that contains data to be sent with the ICMP echo message and returned in the ICMP echo reply message. A matriz não pode conter mais de 65.500 bytes.The array cannot contain more than 65,500 bytes.
Retornos
O objeto de tarefa que representa a operação assíncrona.The task object representing the asynchronous operation.
Exceções
timeout é menor que zero.timeout is less than zero.
Uma chamada para SendPingAsync está em andamento.A call to SendPingAsync is in progress.
Uma exceção foi gerada durante o envio ou recebimento de mensagens do ICMP.An exception was thrown while sending or receiving the ICMP messages. Consulte a exceção interna para obter a exceção exata gerada.See the inner exception for the exact exception that was thrown.
address não é um endereço IP válido.address is not a valid IP address.
O objeto foi descartado.This object has been disposed.
O tamanho de buffer excede 65.500 bytes.The size of buffer exceeds 65,500 bytes.
Comentários
Esta operação não será bloqueada.This operation will not block. O Task<TResult> objeto> retornado será concluído depois que o pacote ICMP tiver sido enviado e a resposta tiver sido recebida.The returned Task<TResult>> object will complete after the ICMP packet has been sent and the response has been received.
Aplica-se a
SendPingAsync(String, Int32, Byte[])
Envia uma mensagem de eco do protocolo ICMP com o buffer de dados especificado para o computador especificado e recebe uma mensagem de resposta de eco do ICMP do computador como uma operação assíncrona.Sends an Internet Control Message Protocol (ICMP) echo message with the specified data buffer to the specified computer, and receive a corresponding ICMP echo reply message from that computer as an asynchronous operation. Essa sobrecarga permite que você especifique um valor de tempo limite para a operação e um buffer a ser usado para enviar e receber.This overload allows you to specify a time-out value for the operation and a buffer to use for send and receive.
public:
System::Threading::Tasks::Task<System::Net::NetworkInformation::PingReply ^> ^ SendPingAsync(System::String ^ hostNameOrAddress, int timeout, cli::array <System::Byte> ^ buffer);
public System.Threading.Tasks.Task<System.Net.NetworkInformation.PingReply> SendPingAsync (string hostNameOrAddress, int timeout, byte[] buffer);
member this.SendPingAsync : string * int * byte[] -> System.Threading.Tasks.Task<System.Net.NetworkInformation.PingReply>
Public Function SendPingAsync (hostNameOrAddress As String, timeout As Integer, buffer As Byte()) As Task(Of PingReply)
Parâmetros
- hostNameOrAddress
- String
O computador de destino da mensagem de eco do ICMP.The computer that is the destination for the ICMP echo message. O valor especificado para esse parâmetro pode ser um nome do host ou uma representação de cadeia de caracteres de um endereço IP.The value specified for this parameter can be a host name or a string representation of an IP address.
- timeout
- Int32
O número máximo de milissegundos (após o envio da mensagem de eco) de espera pela mensagem de resposta de eco de ICMP.The maximum number of milliseconds (after sending the echo message) to wait for the ICMP echo reply message.
- buffer
- Byte[]
Uma matriz Byte que contém dados a serem enviados com a mensagem de eco de ICMP e retornados na mensagem de resposta de eco de ICMP.A Byte array that contains data to be sent with the ICMP echo message and returned in the ICMP echo reply message. A matriz não pode conter mais de 65.500 bytes.The array cannot contain more than 65,500 bytes.
Retornos
O objeto de tarefa que representa a operação assíncrona.The task object representing the asynchronous operation.
Comentários
Esta operação não será bloqueada.This operation will not block. O Task<TResult> objeto> retornado será concluído depois que o pacote ICMP tiver sido enviado e a resposta tiver sido recebida.The returned Task<TResult>> object will complete after the ICMP packet has been sent and the response has been received.
Aplica-se a
SendPingAsync(IPAddress, Int32, Byte[], PingOptions)
Envia uma mensagem de eco do protocolo ICMP com o buffer de dados especificado para o computador que tem o IPAddress especificado e recebe uma mensagem de resposta de eco do ICMP correspondente do computador como uma operação assíncrona.Sends an Internet Control Message Protocol (ICMP) echo message with the specified data buffer to the computer that has the specified IPAddress, and receives a corresponding ICMP echo reply message from that computer as an asynchronous operation. Essa sobrecarga permite que você especifique um valor de tempo limite para a operação, um buffer a ser usado para enviar e receber e controlar a fragmentação e valores de vida útil para o pacote de mensagens de eco ICMP.This overload allows you to specify a time-out value for the operation, a buffer to use for send and receive, and control fragmentation and Time-to-Live values for the ICMP echo message packet.
public:
System::Threading::Tasks::Task<System::Net::NetworkInformation::PingReply ^> ^ SendPingAsync(System::Net::IPAddress ^ address, int timeout, cli::array <System::Byte> ^ buffer, System::Net::NetworkInformation::PingOptions ^ options);
public System.Threading.Tasks.Task<System.Net.NetworkInformation.PingReply> SendPingAsync (System.Net.IPAddress address, int timeout, byte[] buffer, System.Net.NetworkInformation.PingOptions? options);
public System.Threading.Tasks.Task<System.Net.NetworkInformation.PingReply> SendPingAsync (System.Net.IPAddress address, int timeout, byte[] buffer, System.Net.NetworkInformation.PingOptions options);
member this.SendPingAsync : System.Net.IPAddress * int * byte[] * System.Net.NetworkInformation.PingOptions -> System.Threading.Tasks.Task<System.Net.NetworkInformation.PingReply>
Public Function SendPingAsync (address As IPAddress, timeout As Integer, buffer As Byte(), options As PingOptions) As Task(Of PingReply)
Parâmetros
- address
- IPAddress
Um endereço IP que identifica o computador de destino para a mensagem de eco do ICMP.An IP address that identifies the computer that is the destination for the ICMP echo message.
- timeout
- Int32
O número máximo de milissegundos (após o envio da mensagem de eco) de espera pela mensagem de resposta de eco de ICMP.The maximum number of milliseconds (after sending the echo message) to wait for the ICMP echo reply message.
- buffer
- Byte[]
Uma matriz Byte que contém dados a serem enviados com a mensagem de eco de ICMP e retornados na mensagem de resposta de eco de ICMP.A Byte array that contains data to be sent with the ICMP echo message and returned in the ICMP echo reply message. A matriz não pode conter mais de 65.500 bytes.The array cannot contain more than 65,500 bytes.
- options
- PingOptions
Um objeto PingOptions usado para controlar a fragmentação e valores de vida útil para o pacote de mensagens de eco ICMP.A PingOptions object used to control fragmentation and Time-to-Live values for the ICMP echo message packet.
Retornos
O objeto de tarefa que representa a operação assíncrona.The task object representing the asynchronous operation.
Exceções
timeout é menor que zero.timeout is less than zero.
Uma chamada para SendPingAsync está em andamento.A call to SendPingAsync is in progress.
Uma exceção foi gerada durante o envio ou recebimento de mensagens do ICMP.An exception was thrown while sending or receiving the ICMP messages. Consulte a exceção interna para obter a exceção exata gerada.See the inner exception for the exact exception that was thrown.
address não é um endereço IP válido.address is not a valid IP address.
O objeto foi descartado.This object has been disposed.
O tamanho de buffer excede 65.500 bytes.The size of buffer exceeds 65,500 bytes.
Comentários
Esta operação não será bloqueada.This operation will not block. O Task<TResult> objeto> retornado será concluído depois que o pacote ICMP tiver sido enviado e a resposta tiver sido recebida.The returned Task<TResult>> object will complete after the ICMP packet has been sent and the response has been received.