共用方式為


ConnectionError.IPFrom Property

Definition

Gets or sets the IP of host that originated the failed connection.

[Newtonsoft.Json.JsonProperty(PropertyName="iPFrom")]
public string IPFrom { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="iPFrom")>]
member this.IPFrom : string with get, set
Public Property IPFrom As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to