'Declaration Protected Overridable Function CreateWebService( _
ByVal sessionIdThe session identifier.As String _
) As Vintasoft.Imaging.Dicom.Web.Services.VintasoftDicomWebService
protected virtual Vintasoft.Imaging.Dicom.Web.Services.VintasoftDicomWebService CreateWebService(
string sessionId
)
protected: virtual Vintasoft.Imaging.Dicom.Web.Services.VintasoftDicomWebService* CreateWebService(
string* sessionId
)
protected:
virtual Vintasoft.Imaging.Dicom.Web.Services.VintasoftDicomWebService^ CreateWebService(
string^ sessionId
)
Parameters
- sessionId
- The session identifier.
Return Value
The VintasoftDicomWebService that handles HTTP requests from clients and allows to work with DICOM images.