Initializes a new instance of the DicomCommandClientSessionProxy class.
public DicomCommandClientSessionProxy(
ClientSession session,
byte presentationID,
int messageID,
string abstractClass
)
Public Sub New(ByVal session As ClientSession, ByVal presentationID As Byte, ByVal messageID As Integer, ByVal abstractClass As String)
public:
DicomCommandClientSessionProxy(ClientSession^ session, Byte presentationID, int messageID, String^ abstractClass)
session
The ClientSession object which will handle the communication with the client.
presentationID
The presentation ID that came with the client request.
messageID
The message ID that came with the client request.
abstractClass
The abstract Class UID that came with the client request.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET