The VeriplaceState type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| AddCallbackParameters |
Specifies additional HTTP parameters to be preserved across redirects and callbacks.
| |
| Equals |
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Open | Overloaded. | |
| RequireGetLocationPermission |
Attempts to obtain permission to locate the current Veriplace user, if that permission isn't
already present in the current state.
| |
| RequireGetLocationPermissionImmediate |
Attempts to obtain permission to locate the current Veriplace user, if that permission isn't
already present in the current state.
| |
| RequireLocation | Overloaded. | |
| RequireUser | Overloaded. | |
| RequireUserImmediate |
Attempts to acquire the current Veriplace user identifier, using only the token present
in the current request.
| |
| SetCallbackParameter | Overloaded. | |
| ToString |
Returns a String that represents the current Object.
(Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| AsynchronousRequestAllowed |
Specifies whether the Veriplace client can perform location requests asynchronously
using a background thread.
| |
| Callback |
True if the current request originated in a callback from the Veriplace website.
| |
| CallbackParameters |
The names and values of all HTTP query string or form parameters that will be
preserved across a redirect and callback.
| |
| Context |
The current HTTP request context.
| |
| GetLocationPermissionToken |
Returns the current permission token for getting location, if any.
| |
| LastErrorException |
The last exception that occurred for the current request, or null if the
last request was successful.
| |
| Location |
The most recently queried Veriplace location, or null if the location is not yet known.
| |
| LocationMode |
The location mode that will be used for the next location request, or null for the default mode.
| |
| LocationOptions |
A LocationOptions object which can be used to specify
optional properties of the next location request, such as location
and additional geographic queries.
| |
| User |
The current Veriplace user identifier, or null if the user is not yet known.
| |
| UserInteractionAllowed |
Specifies whether the Veriplace server is allowed to prompt the end user to log in
or to grant location permission.
| |
| WebClient |
The current WebClient instance.
|