DicomObjects.NET.8.48 Documentation
DicomObjects.DicomWeb.WebClient Namespace / QidoWebClient Class / TransferSyntaxes Property

In This Topic
    TransferSyntaxes Property (QidoWebClient)
    In This Topic
    The list of transfer yntaxes that should be accepted
    Syntax
    'Declaration
     
    
    Public Property TransferSyntaxes As System.Collections.Generic.List(Of String)
    public System.Collections.Generic.List<string> TransferSyntaxes {get; set;}
    Remarks
    The default is just little-endian explicit
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also