Class DicomServiceOptions.Default
Inheritance
DicomServiceOptions.Default
Assembly: cs.temp.dll.dll
Syntax
public static class Default
Fields
IgnoreSslPolicyErrors
Declaration
public const bool IgnoreSslPolicyErrors = false
Field Value
IgnoreUnsupportedTransferSyntaxChange
Declaration
public const bool IgnoreUnsupportedTransferSyntaxChange = false
Field Value
LogDataPDUs
Declaration
public const bool LogDataPDUs = false
Field Value
LogDimseDatasets
Declaration
public const bool LogDimseDatasets = false
Field Value
MaxClientsAllowed
Declaration
public const int MaxClientsAllowed = 0
Field Value
MaxCommandBuffer
Declaration
public const uint MaxCommandBuffer = 1024U
Field Value
MaxDataBuffer
Declaration
public const uint MaxDataBuffer = 1048576U
Field Value
MaxPDULength
Declaration
public const uint MaxPDULength = 262144U
Field Value
MaxPDVsPerPDU
Declaration
public const int MaxPDVsPerPDU = 0
Field Value
RequestTimeout
Declaration
public static readonly TimeSpan? RequestTimeout
Field Value
TcpNoDelay
Declaration
public const bool TcpNoDelay = true
Field Value
UseRemoteAEForLogName
Declaration
public const bool UseRemoteAEForLogName = false
Field Value