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
)
Protected Overridable Function CreateRequest (
url As String
) As WebRequest
protected:
virtual WebRequest^ CreateRequest(
String^ url
)
abstract CreateRequest :
url : string -> WebRequest
override CreateRequest :
url : string -> WebRequest
Parameters
- url
- Type: SystemString
The URL for the requested map image, as returned by InstantiateUrl.
Return Value
Type:
WebRequestWebRequest instance.
Remarks Derived classes may override this method to customize
the web request being used for requesting map images.
See Also