DicomObjects.NET.8.48 Documentation
DicomObjects.DicomWeb Namespace / WadoEventArgs Class / TransferSyntax Property

In This Topic
    TransferSyntax Property (WadoEventArgs)
    In This Topic
    The transfer syntax to be used to the return the data to the client
    Syntax
    'Declaration
     
    
    Public Property TransferSyntax As System.String
    public System.string TransferSyntax {get; set;}
    Remarks
    Though not stricly necessary, using this property when accessing images from a remote server could be a performance optimization
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also