DicomObjects.NET8 Documentation
DicomObjects.DicomWeb Namespace / DicomWebServer Class / WadoPreferredTransferSyntax Property



In This Topic
    WadoPreferredTransferSyntax Property
    In This Topic
    When client does not specify Transfer Syntax in Content-Type header, or use wildcard * for Transfer Syntax, we will try to use PreferredTransferSyntax if it is set
    Syntax
    'Declaration
     
    
    Public Property WadoPreferredTransferSyntax As String
    'Usage
     
    
    Dim instance As DicomWebServer
    Dim value As String
     
    instance.WadoPreferredTransferSyntax = value
     
    value = instance.WadoPreferredTransferSyntax
    public string WadoPreferredTransferSyntax {get; set;}
    public:
    property String^ WadoPreferredTransferSyntax {
       String^ get();
       void set (    String^ value);
    }
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also