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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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 -> BingMapsForEnterpriseImageGlobeOverlayParameters
- server
 - Type: SystemString
The server to use. - proxy
 - Type: System.NetIWebProxy
The proxy to use for connecting to the server. 
Exceptions
See Also