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