Initializes a new instance of the CMoveClientSessionProxy class.
public CMoveClientSessionProxy(
ClientSession Session,
byte presentationID,
int messageID,
string abstractClass
)
Public Function New( _
ByVal Session As Leadtools.Dicom.Scp.ClientSession, _
ByVal presentationID As Byte, _
ByVal messageID As Integer, _
ByVal abstractClass As String _
)
public:
CMoveClientSessionProxy(
Leadtools.Dicom.Scp.ClientSession^ Session,
byte presentationID,
int messageID,
String^ abstractClass
)
Session
The ClientSession object which will handle sending the actual communication.
presentationID
The presentation ID that came with the C-MOVE request.
messageID
The message ID that came with the C-MOVE request.
abstractClass
The Abstract Class that came with the C-MOVE 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