Class Ping
public class Ping : ContentControl, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild
- Inheritance
-
Ping
- Implements
- Inherited Members
- Extension Methods
Fields
IPProperty
public static readonly DependencyProperty IPProperty
Field Value
MessageProperty
public static readonly DependencyProperty MessageProperty
Field Value
RoundtripTimeProperty
public static readonly DependencyProperty RoundtripTimeProperty
Field Value
RunningForegroundBrushProperty
public static readonly DependencyProperty RunningForegroundBrushProperty
Field Value
StartProperty
public static readonly DependencyProperty StartProperty
Field Value
StatusProperty
public static readonly DependencyProperty StatusProperty
Field Value
Properties
DefaultKey
public static ComponentResourceKey DefaultKey { get; }
Property Value
IP
设置的IP
public string IP { get; set; }
Property Value
Message
显示交互信息
public string Message { get; set; }
Property Value
RoundtripTime
响应时间
public long RoundtripTime { get; set; }
Property Value
RunningForegroundBrush
public Brush RunningForegroundBrush { get; set; }
Property Value
SingleKey
public static ComponentResourceKey SingleKey { get; }
Property Value
Start
设置启动引擎
public bool Start { get; set; }
Property Value
Status
连接状态
public IPStatus Status { get; set; }