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