'Declaration Protected Overridable Function CreateWebService( _ ByVal sessionId As String _ ) As VintasoftFileWebService
protected virtual VintasoftFileWebService CreateWebService( string sessionId )
protected: virtual VintasoftFileWebService* CreateWebService( string* sessionId )
protected: virtual VintasoftFileWebService^ CreateWebService( String^ sessionId )
Parameters
- sessionId
- The session identifier.
Return Value
The Vintasoft.Imaging.Web.Services.VintasoftFileWebService that handles HTTP requests from clients and allows to manipulate files on a server.