'Declaration Protected Overridable Function CreateWebService( _
ByVal sessionIdSession ID.As String _
) As Vintasoft.Imaging.Web.Services.VintasoftFileConverterWebService
protected virtual Vintasoft.Imaging.Web.Services.VintasoftFileConverterWebService CreateWebService(
string sessionId
)
protected: virtual Vintasoft.Imaging.Web.Services.VintasoftFileConverterWebService* CreateWebService(
string* sessionId
)
protected:
virtual Vintasoft.Imaging.Web.Services.VintasoftFileConverterWebService^ CreateWebService(
string^ sessionId
)
Parameters
- sessionId
- Session ID.
Return Value
The VintasoftFileConverterWebService that handles HTTP requests from clients and allows to convert image/document files.