a575963da9
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
51 lines
3.4 KiB
XML
51 lines
3.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Type Name="PingCompletedEventArgs" FullName="System.Net.NetworkInformation.PingCompletedEventArgs">
|
|
<TypeSignature Language="C#" Value="public class PingCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs" />
|
|
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit PingCompletedEventArgs extends System.ComponentModel.AsyncCompletedEventArgs" />
|
|
<AssemblyInfo>
|
|
<AssemblyName>System</AssemblyName>
|
|
<AssemblyVersion>2.0.0.0</AssemblyVersion>
|
|
<AssemblyVersion>4.0.0.0</AssemblyVersion>
|
|
</AssemblyInfo>
|
|
<Base>
|
|
<BaseTypeName>System.ComponentModel.AsyncCompletedEventArgs</BaseTypeName>
|
|
</Base>
|
|
<Interfaces />
|
|
<Docs>
|
|
<since version=".NET 2.0" />
|
|
<remarks>
|
|
<attribution license="cc4" from="Microsoft" modified="false" />
|
|
<para>Instances of this class are passed to a <see cref="T:System.Net.NetworkInformation.PingCompletedEventHandler" /> method that is called when a <see cref="Overload:System.Net.NetworkInformation.Ping.SendAsync" /> call completes. The <see cref="Overload:System.Net.NetworkInformation.Ping.SendAsync" /> methods send an Internet Control Message Protocol (ICMP) echo request asynchronously and wait for a corresponding ICMP echo reply message. The <see cref="P:System.Net.NetworkInformation.PingCompletedEventArgs.Reply" /> property contains the results of the ICMP echo request.</para>
|
|
</remarks>
|
|
<summary>
|
|
<attribution license="cc4" from="Microsoft" modified="false" />
|
|
<para>Provides data for the <see cref="E:System.Net.NetworkInformation.Ping.PingCompleted" /> event.</para>
|
|
</summary>
|
|
</Docs>
|
|
<Members>
|
|
<Member MemberName="Reply">
|
|
<MemberSignature Language="C#" Value="public System.Net.NetworkInformation.PingReply Reply { get; }" />
|
|
<MemberSignature Language="ILAsm" Value=".property instance class System.Net.NetworkInformation.PingReply Reply" />
|
|
<MemberType>Property</MemberType>
|
|
<AssemblyInfo>
|
|
<AssemblyVersion>2.0.0.0</AssemblyVersion>
|
|
<AssemblyVersion>4.0.0.0</AssemblyVersion>
|
|
</AssemblyInfo>
|
|
<ReturnValue>
|
|
<ReturnType>System.Net.NetworkInformation.PingReply</ReturnType>
|
|
</ReturnValue>
|
|
<Docs>
|
|
<value>To be added.</value>
|
|
<since version=".NET 2.0" />
|
|
<remarks>
|
|
<attribution license="cc4" from="Microsoft" modified="false" />
|
|
<para>If the value of <see cref="P:System.Net.NetworkInformation.PingReply.Status" /> is not <see cref="F:System.Net.NetworkInformation.IPStatus.Success" />, you should not use the values that are returned by the <see cref="P:System.Net.NetworkInformation.PingReply.RoundTripTime" />, <see cref="P:System.Net.NetworkInformation.PingReply.Options" />, and <see cref="P:System.Net.NetworkInformation.PingReply.Buffer" /> properties. The <see cref="P:System.Net.NetworkInformation.PingReply.RoundTripTime" /> and <see cref="P:System.Net.NetworkInformation.PingReply.Buffer" /> properties will return zero, and the <see cref="P:System.Net.NetworkInformation.PingReply.Options" /> property will return null.</para>
|
|
</remarks>
|
|
<summary>
|
|
<attribution license="cc4" from="Microsoft" modified="false" />
|
|
<para>Gets an object that contains data that describes an attempt to send an Internet Control Message Protocol (ICMP) echo request message and receive a corresponding ICMP echo reply message.</para>
|
|
</summary>
|
|
</Docs>
|
|
</Member>
|
|
</Members>
|
|
</Type> |