System.Net.NetworkInformation.PingCompletedEventArgs.PingCompletedEventArgs C# (CSharp) Method

PingCompletedEventArgs() private method

        internal PingCompletedEventArgs() : base(null, false, null) { }
        public PingReply Reply { get; }
PingCompletedEventArgs