Class RegisterClientResponse
- Namespace
- Geotab.StoreForward
- Assembly
- Geotab.Checkmate.ObjectModel.dll
The response returned by StoreForwardServer.StoreForwardRegisterClientAsync.
public sealed class RegisterClientResponse
- Inheritance
-
RegisterClientResponse
- Inherited Members
Constructors
RegisterClientResponse()
Initializes a new instance of the RegisterClientResponse class.
public RegisterClientResponse()
RegisterClientResponse(string)
Initializes a new instance of the RegisterClientResponse class.
public RegisterClientResponse(string gatewayWildcardDns)
Parameters
gatewayWildcardDnsstringThe gateway wildcard dns.
Fields
Empty
A singleton instance of an empty RegisterClientResponse.
public static readonly RegisterClientResponse Empty
Field Value
Properties
GatewayWildcardDns
Gets or sets the gateway wildcard client dns.
public string GatewayWildcardDns { get; set; }
Property Value
- string
The gateway wildcard client dns.