The following tables list the members exposed by ClientSession.
| Name | Description | |
|---|---|---|
| ClientSession Constructor | Initializes a new instance of the ClientSession class. |
| Name | Description | |
|---|---|---|
| ARTimerSecondsInterval | Gets or sets the timeout value in seconds for the Association Request, Reject and Release Timer. |
| Client | Gets the Leadtools.Dicom.DicomNet object associated with the client. |
| CommunicationIdleMinutesInterval | Gets or sets the idle timeout for client communication in minutes. |
| EnableARTimer | Enable or disable the Association Request, Reject and Release Timer. |
| EnableCommunicationIdleTimer | Enable or disable the communication idle timer. |
| IsAssociated | Gets a value indicating whether the client have a valid association. |
| IsConnected | Gets a value indicating whether the connection with the client is valid. |
| Name | Description | |
|---|---|---|
| LogEvent | Logs an event. |
| ProcessCCancelRequest | Process a DICOM C-CANCEL request received from client and sends C-CANCEL response to the client. |
| ProcessCFindRequest | Overloaded. Process a DICOM C-FIND request received from client and sends a DICOM C-FIND responses. |
| ProcessCMoveRequest | Overloaded. Process a DICOM C-MOVE request received from client and sends C-MOVE responses to the client and store to a Leadtools.Dicom.Scu.DicomScp. |
| ProcessCMoveStoreSubOperation | Performs a C-STORE operation initiated by a C-MOVE request. |
| ProcessCStoreRequest | Overloaded. Process a DICOM C-STORE request received from client and sends C-STORE response to the client. |
| ProcessNActionRequest | Overloaded. Process a DICOM N-ACTION request received from client and sends N-ACTION response to the client. |
| ProcessNCreateRequest | Overloaded. Process a DICOM N-CREATE request received from client and sends N-CREATE response to the client. |
| ProcessNGetMessage | Overloaded. Process a DICOM N-GET request received from client and sends N-GET response to the client. |
| ProcessNSetRequest | Overloaded. Process a DICOM N-SET request received from client and sends N-SET response to the client. |
| SendCFindResponse | Sends C-FIND response to the client. |
| SendCMoveResponse | Sends C-MOVE response to the client. |
| SendCStoreResponse | Sends C-STORE response to the client. |
| SendNActionResponse | Sends N-ACTION response to the client. |
| SendNCreateResponse | Sends C-CREATE response to the client. |
| SendNGetResponse | Sends N-GET response to the client. |
| SendNSetResponse | Sends C-SET response to the client. |
| Name | Description | |
|---|---|---|
| OnCMoveStoreSubOperation | Raises the ClientSession.CMoveStoreSubOperation event. |
| OnSendCFindResponse | Raises the SendCFindResponse event. |
| OnSendCMoveResponse | Raises the SendCMoveResponse event. |
| OnSendCStoreResponse | Raises the SendCStoreResponse event. |
| OnSendNActionResponse | Raises the ClientSession.NActionResponse event. |
| OnSendNCreateResponse | Raises the SendNCreateResponse event. |
| OnSendNGetResponse | Raises the ClientSession.NGetResponse event. |
| OnSendNSetResponse | Raises the SendNSetResponse event. |
| Name | Description | |
|---|---|---|
| ARTimerExpires | Occurs when the Association Request, Reject or Release timer timeout expires. |
| CFindResponse | Occurs before sending a C-FIND response to a client. |
| CMoveResponse | Occurs before sending a C-MOVE response to a client. |
| CMoveStoreSubOperation | Occurs before sending a C-Store request initiated by a C-MOVE request. |
| CommunicationIdleTimeout | Occurs when the communication idle timer timeout expires. |
| CStoreResponse | Occurs before sending a C-STORE response to a client. |
| NActionResponse | Occurs before sending a N-ACTION response to a client. |
| NCreateResponse | Occurs before sending an N-CREATE to a client. |
| NGetResponse | Occurs before sending a N-GET response to a client. |
| NSetResponse | Occurs before sending an N-SET to a client. |