The following tables list the members exposed by ServerSettings.
Public Constructors
Name | Description | |
---|---|---|
![]() |
ServerSettings | Initializes a new instance of the ServerSettings class. |
Public Methods
Name | Description | |
---|---|---|
![]() |
ToString | Returns a System.String that represents the current ServerSettings. |
Public Properties
Name | Description | |
---|---|---|
![]() |
AddInTimeout | Gets or sets the add in timeout in seconds. |
![]() |
AdministrativePipes | Gets or sets the number of administrative pipes. |
![]() |
AETitle | Gets or sets the server AE title. |
![]() |
AllowAnonymous | Gets or sets a value indicating whether to allow anonymous connections. |
![]() |
AllowAnonymousCMove | Gets or sets a value indicating whether to allow anonymous C-MOVE on the DICOM Listening Service. |
![]() |
AllowMultipleConnections | Gets or sets a value indicating whether to allow multiple connections from same client. |
![]() |
AnonymousClientPort | Gets or sets a value indicating the anonymous C-MOVE reconnect port for the DICOM Listening Service. |
![]() |
ClientTimeout | Gets or sets the client timeout in seconds. |
![]() |
DataSetImageCopy | Gets or sets a value indicating whether to copy pixel data when doing a dataset copy. |
![]() |
Description | Gets or sets the description. |
![]() |
DisplayName | Gets or sets the server service display name. |
![]() |
ImplementationClass | Gets the Implementation Class UID . |
![]() |
ImplementationVersionName | Gets the Implementation Version Name. |
![]() |
IpAddress | Gets or sets the ip address. |
![]() |
IpType | Gets or sets the type of the IP address. |
![]() |
LicenseFile | Gets or sets the license file associated with the PACS Framework Server. |
![]() |
MaxClients | Gets or sets the maximum clients allowed to connect. |
![]() |
MaxPduLength | Gets or sets the Maximum Length for data transfer. |
![]() |
NoDelay | Gets or sets the value for Nagle algorithm for send coalescing. This socket option is included for backward compatibility with Windows Sockets 1.1. |
![]() |
Port | Gets or sets the port. |
![]() |
ReceiveBufferSize | Specifies the total per-socket buffer space reserved for receives. |
![]() |
ReconnectTimeout | Gets or sets the reconnect timeout in seconds. |
![]() |
RelationalQueries | Gets or sets a value indicating whether relational queries are supported |
![]() |
Secure | Gets or sets a value indicating whether the server ServerSettings is secure. |
![]() |
SendBufferSize | Specifies the total per-socket buffer space reserved for sends. |
![]() |
ServiceName | Gets or sets the name of the service. |
![]() |
StartMode | Gets or sets the server service start mode. |
![]() |
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 VB), 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. |
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