DriveSettingsGetSession Method
IT Hit WebDAV Classes Reference Gets WebDAV session used for accessing remote WebDAV server.
Namespace:
ITHit.MapWebDAVDrive.Core
Assembly:
ITHit.MapWebDAVDrive.Core (in ITHit.MapWebDAVDrive.Core.dll) Version: 1.3.997.0 (1.3.997.0)
Syntax public WebDavSession GetSession()
Public Function GetSession As WebDavSession
public:
WebDavSession^ GetSession()
member GetSession : unit -> WebDavSession
Return Value
Type:
WebDavSessionInstance of
WebDavSession class.
See Also