For a list of all members of this type, see DicomServer members.
"| 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 | Gets the DICOM Association for the DICOM Network object. (Inherited from Leadtools.Dicom.DicomNet) |
| Clients | Gets the connected clients. |
| ClientTimeout | Gets the client timeout in seconds. |
| DefaultSocketOptions | Gets the default DICOM socket options. (Inherited from Leadtools.Dicom.DicomNet) |
| Description | Gets the server description. |
| EnableLog | Gets a value indicating whether enable the service log. |
| HostAddress | Gets the IP address of the host computer (the SCP's address). (Inherited from Leadtools.Dicom.DicomNet) |
| HostPort | Gets the port number of the host (the SCP's port). (Inherited from Leadtools.Dicom.DicomNet) |
| Id | Gets the unique server id. |
| ImplementationClass | Gets the Implementation Class UID . |
| ImplementationVersionName | Gets the Implementation Version Name. |
| IpType | (Inherited from Leadtools.Dicom.DicomNet) |
| 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 | Gets the IP address of the peer computer of the connection (the SCU's address). (Inherited from Leadtools.Dicom.DicomNet) |
| PeerPort | Gets the port number of the peer computer of the connection (the SCU's port). (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 | Gets the security mode used to initialize the network structure. (Inherited from Leadtools.Dicom.DicomNet) |
| SendBufferSize | Specifies the total per-socket buffer space reserved for sends. |
| ServerDirectory | Gets the server directory. |
| SocketOptions | Gets or sets the DICOM Socket options. (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. |