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