Click or drag to resize

GeospatialContentServerAuthorizationProvider Constructor (String, String, IWebProxy)

Initializes a new instance.

Namespace:  AGI.Foundation.Infrastructure
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public GeospatialContentServerAuthorizationProvider(
	string baseUrl,
	string applicationToken,
	IWebProxy proxy
)

Parameters

baseUrl
Type: SystemString
The base URL of the Geospatial Content Server to connect to.
applicationToken
Type: SystemString
The application token which will be used to obtain authorization tokens.
proxy
Type: System.NetIWebProxy
The proxy to use when connecting. Optional, default is .
Exceptions
ExceptionCondition
ArgumentNullException Thrown when baseUrl or applicationToken is .
See Also