The following tables list the members exposed by DicomServer.
| Name | Description | |
|---|---|---|
| DicomServer Constructor | Initializes a new instance of the DicomServer class. |
| Name | Description | |
|---|---|---|
| clientsBacking | Internally used by DicomServer and descendants. |
| Name | Description | |
|---|---|---|
| Active | Gets a value indicating whether this DicomServer is active. |
| AddInTimeout | Gets the add in timeout in seconds. |
| AETitle | Gets the server AE title. |
| AllowMultipleConnections | Gets a value indicating whether to allow multiple client connections. |
| Association | (Inherited from Leadtools.Dicom.DicomNet) |
| Clients | Gets the connected clients. |
| ClientTimeout | Gets the client timeout in seconds. |
| DefaultSocketOptions | (Inherited from Leadtools.Dicom.DicomNet) |
| Description | Gets the server description. |
| EnableLog | Gets a value indicating whether enable the service log. |
| HostAddress | (Inherited from Leadtools.Dicom.DicomNet) |
| HostPort | (Inherited from Leadtools.Dicom.DicomNet) |
| Id | Gets the unique server id. |
| ImplementationClass | Gets the Implementation Class UID . |
| ImplementationVersionName | Gets the Implementation Version Name. |
| MaxClients | Gets the maximum clients allowed to connect to the server. |
| MaxPduLength | Gets the Maximum Length for data transfer. |
| Name | Gets the server name. |
| NoDelay | Gets the value for Nagle algorithm for send coalescing. This socket option is included for backward compatibility with Windows Sockets 1.1. |
| PeerAddress | (Inherited from Leadtools.Dicom.DicomNet) |
| PeerPort | (Inherited from Leadtools.Dicom.DicomNet) |
| Port | Gets the server port. |
| ReceiveBufferSize | Specifies the total per-socket buffer space reserved for receives. |
| ReconnectTimeout | Gets the reconnect timeout in seconds. |
| Secure | Gets a value indicating whether this DicomServer is secure. |
| SecurityMode | (Inherited from Leadtools.Dicom.DicomNet) |
| SendBufferSize | Specifies the total per-socket buffer space reserved for sends. |
| ServerDirectory | Gets the server directory. |
| SocketOptions | (Inherited from Leadtools.Dicom.DicomNet) |
| StoreDataset | Gets a value indicating whether store received datasets. |
| TemporaryDirectory | The location of the temporary files. DICOM uses temporary files during the course of creating a file. If this parameter is a null reference (Nothing in Visual Basic), the DICOM temporary files are kept in the directory Windows places its own temporary files. If this parameter is not a null reference, the temporary files are placed in the specified directory. |
| TotalClients | Gets the total number of clients connected. |
Top
Top