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






    TransferSyntaxes Property (QidoWebClient)
    The list of transfer yntaxes that should be accepted
    Syntax
    'Declaration
     
    
    Public Property TransferSyntaxes As System.Collections.Generic.List(Of String)
     
    'Usage
     
    
    Dim instance As QidoWebClient
    Dim value As System.Collections.Generic.List(Of String)
     
    instance.TransferSyntaxes = value
     
    value = instance.TransferSyntaxes
    Remarks
    The default is just little-endian explicit
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also