Class HeldIp
Class for specifying the IP address of a device in a HELD locationRequest query.
Inherited Members
Namespace: Held
Assembly: Ng911Lib.dll
Syntax
public class HeldIp
Fields
| Edit this page View SourceIpAddr
Contains the IP address. Must be a valid IPv4 or a valid IPv6 address.
Declaration
public string IpAddr
Field Value
Type | Description |
---|---|
string |
v
Specifies the IP version. Must be either "4" or "6".
Declaration
public string v
Field Value
Type | Description |
---|---|
string |