BingMapsForEnterpriseImageGlobeOverlay Constructor (String, IWebProxy) |
Initializes a new instance with the provided values.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public BingMapsForEnterpriseImageGlobeOverlay(
string server,
IWebProxy proxy
)
Public Sub New (
server As String,
proxy As IWebProxy
)
public:
BingMapsForEnterpriseImageGlobeOverlay(
String^ server,
IWebProxy^ proxy
)
new :
server : string *
proxy : IWebProxy -> BingMapsForEnterpriseImageGlobeOverlay
Parameters
- server
- Type: SystemString
The server to use. - proxy
- Type: System.NetIWebProxy
The proxy to use for connecting to the server.
Exceptions See Also