Click or drag to resize

GeoStreamRepository Constructor

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Overload List
  NameDescription
Public methodCode exampleGeoStreamRepository(String)
Construct a new GeoStreamRepository from an array of server URL strings. See remarks and example.
Public methodCode exampleGeoStreamRepository(WebProxy, String)
Construct a new GeoStreamRepository which is accessed through a proxy server.
Public methodCode exampleGeoStreamRepository(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.
Public methodCode exampleGeoStreamRepository(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.
Public methodCode exampleGeoStreamRepository(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.
Public methodCode exampleGeoStreamRepository(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.
Public methodCode exampleGeoStreamRepository(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.
Top
See Also