GeoStreamRepository Constructor |
Name | Description | |
---|---|---|
GeoStreamRepository(String) |
Construct a new GeoStreamRepository from an array of server URL strings. See remarks and example.
| |
GeoStreamRepository(WebProxy, String) |
Construct a new GeoStreamRepository which is accessed through a proxy server.
| |
GeoStreamRepository(String, String, String) |
Construct a new GeoStreamRepository, connecting to one or more servers using specified credentials.
The same credentials will be used for all GeoStream servers in the servers array.
| |
GeoStreamRepository(String, String, Int32, String) |
Construct a new GeoStreamRepository, connecting to one or more servers using specified credentials
and a given session duration. After the session duration has passed the GeoStreamRepository will
automatically re-authenticate. The same credentials will be used for all GeoStream servers in the
servers array.
| |
GeoStreamRepository(String, String, GeoStreamRepositoryAuthenticationMode, String) |
Construct a new GeoStreamRepository, connecting to one or more servers using specified credentials.
The same credentials will be used for all GeoStream servers in the servers array.
| |
GeoStreamRepository(String, String, Int32, WebProxy, String) |
Construct a new GeoStreamRepository which is accessed through a proxy server, connecting to one or more servers using specified credentials
and a given session duration. After the session duration has passed the GeoStreamRepository will
automatically re-authenticate. The same credentials will be used for all GeoStream servers in the
servers array.
| |
GeoStreamRepository(String, String, Int32, WebProxy, GeoStreamRepositoryAuthenticationMode, String) |
Construct a new GeoStreamRepository which is accessed through a proxy server, connecting to one or more servers using specified credentials
and a given session duration. After the session duration has passed the GeoStreamRepository will
automatically re-authenticate. The same credentials will be used for all GeoStream servers in the
servers array.
|