Table of Contents

Class SetOrAddClientJurisdictionResponse

Namespace
Geotab.StoreForward
Assembly
Geotab.Checkmate.ObjectModel.dll

The response returned by StoreForwardServer.StoreForwardSetOrAddClientJurisdictionAsync.

public sealed class SetOrAddClientJurisdictionResponse
Inheritance
SetOrAddClientJurisdictionResponse
Inherited Members

Constructors

SetOrAddClientJurisdictionResponse()

Initializes a new instance of the SetOrAddClientJurisdictionResponse class.

public SetOrAddClientJurisdictionResponse()

SetOrAddClientJurisdictionResponse(string)

Initializes a new instance of the SetOrAddClientJurisdictionResponse class.

public SetOrAddClientJurisdictionResponse(string gatewayWildcardDns)

Parameters

gatewayWildcardDns string

The gateway wildcard dns.

Fields

Empty

A singleton instance of an empty SetOrAddClientJurisdictionResponse.

public static readonly SetOrAddClientJurisdictionResponse Empty

Field Value

SetOrAddClientJurisdictionResponse

Properties

GatewayWildcardDns

Gets or sets the gateway wildcard client dns.

public string GatewayWildcardDns { get; set; }

Property Value

string

The gateway wildcard client dns.