Search Results for

    Show / Hide Table of Contents

    Class DicomServiceOptions.Default

    Default options for use with the DicomService base class.

    Inheritance
    Object
    DicomServiceOptions.Default
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Dicom.Network
    Assembly: cs.temp.dll.dll
    Syntax
    public static class Default

    Fields

    IgnoreSslPolicyErrors

    Declaration
    public const bool IgnoreSslPolicyErrors = false
    Field Value
    Type Description
    Boolean

    IgnoreUnsupportedTransferSyntaxChange

    Declaration
    public const bool IgnoreUnsupportedTransferSyntaxChange = false
    Field Value
    Type Description
    Boolean

    LogDataPDUs

    Declaration
    public const bool LogDataPDUs = false
    Field Value
    Type Description
    Boolean

    LogDimseDatasets

    Declaration
    public const bool LogDimseDatasets = false
    Field Value
    Type Description
    Boolean

    MaxClientsAllowed

    Declaration
    public const int MaxClientsAllowed = 0
    Field Value
    Type Description
    Int32

    MaxCommandBuffer

    Declaration
    public const uint MaxCommandBuffer = 1024U
    Field Value
    Type Description
    UInt32

    MaxDataBuffer

    Declaration
    public const uint MaxDataBuffer = 1048576U
    Field Value
    Type Description
    UInt32

    MaxPDULength

    Declaration
    public const uint MaxPDULength = 262144U
    Field Value
    Type Description
    UInt32

    MaxPDVsPerPDU

    Declaration
    public const int MaxPDVsPerPDU = 0
    Field Value
    Type Description
    Int32

    RequestTimeout

    Declaration
    public static readonly TimeSpan? RequestTimeout
    Field Value
    Type Description
    Nullable<TimeSpan>

    TcpNoDelay

    Declaration
    public const bool TcpNoDelay = true
    Field Value
    Type Description
    Boolean

    UseRemoteAEForLogName

    Declaration
    public const bool UseRemoteAEForLogName = false
    Field Value
    Type Description
    Boolean
    In This Article
    Back to top Copyright (c) 2012-2021 fo-dicom contributors