Click or drag to resize

XMapWSServiceImplEx Class

Class which wraps the xServer web proxy and implements IXMapWSBinding interface. This implementation has some optimizations, like KeepAlive
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.ComponentModelComponent
      System.Web.Services.ProtocolsWebClientProtocol
        System.Web.Services.ProtocolsHttpWebClientProtocol
          System.Web.Services.ProtocolsSoapHttpClientProtocol
            xserverXMapWSService
              Ptv.XServer.Controls.Map.TileProvidersXMapWSServiceImplEx

Namespace:  Ptv.XServer.Controls.Map.TileProviders
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public class XMapWSServiceImplEx : XMapWSService, 
	IXMapWSBinding

The XMapWSServiceImplEx type exposes the following members.

Constructors
  NameDescription
Public methodXMapWSServiceImplEx
Initializes a new instance of the XMapWSServiceImpl class.
Top
Methods
  NameDescription
Public methodBeginrenderMap (Inherited from XMapWSService.)
Public methodBeginrenderMapBoundingBox (Inherited from XMapWSService.)
Public methodBeginrenderMapRot (Inherited from XMapWSService.)
Public methodCancelAsync (Inherited from XMapWSService.)
Public methodEndrenderMap (Inherited from XMapWSService.)
Public methodEndrenderMapBoundingBox (Inherited from XMapWSService.)
Public methodEndrenderMapRot (Inherited from XMapWSService.)
Protected methodGetWebRequest
Public methodrenderMap (Inherited from XMapWSService.)
Public methodrenderMapAsync(MapSection, MapParams, ImageInfo, Layer, Boolean, CallerContext) (Inherited from XMapWSService.)
Public methodrenderMapAsync(MapSection, MapParams, ImageInfo, Layer, Boolean, CallerContext, Object) (Inherited from XMapWSService.)
Public methodrenderMapBoundingBox (Inherited from XMapWSService.)
Public methodrenderMapBoundingBoxAsync(BoundingBox, MapParams, ImageInfo, Layer, Boolean, CallerContext) (Inherited from XMapWSService.)
Public methodrenderMapBoundingBoxAsync(BoundingBox, MapParams, ImageInfo, Layer, Boolean, CallerContext, Object) (Inherited from XMapWSService.)
Public methodrenderMapRot (Inherited from XMapWSService.)
Public methodrenderMapRotAsync(MapSectionRot, MapParams, ImageInfo, Layer, Boolean, CallerContext) (Inherited from XMapWSService.)
Public methodrenderMapRotAsync(MapSectionRot, MapParams, ImageInfo, Layer, Boolean, CallerContext, Object) (Inherited from XMapWSService.)
Top
Events
  NameDescription
Public eventrenderMapBoundingBoxCompleted (Inherited from XMapWSService.)
Public eventrenderMapCompleted (Inherited from XMapWSService.)
Public eventrenderMapRotCompleted (Inherited from XMapWSService.)
Top
Extension Methods
  NameDescription
Public Extension MethodToJson
Converts an object to a JSON string representation.
(Defined by JSONWriter.)
Top
See Also