Click or drag to resize

WmsMapServiceCreateRequest Method

Creates and initializes the WebRequest that requests the map image.

Namespace:  Ptv.XServer.Controls.Map.Tools.Reprojection
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
protected virtual WebRequest CreateRequest(
	string url
)

Parameters

url
Type: SystemString
The URL for the requested map image, as returned by InstantiateUrl.

Return Value

Type: WebRequest
WebRequest instance.
Remarks
Derived classes may override this method to customize the web request being used for requesting map images.
See Also