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
    'Usage
     
    
    Dim instance As WadoEventArgs
    Dim value As System.String
     
    instance.TransferSyntax = value
     
    value = instance.TransferSyntax
    public System.string TransferSyntax {get; set;}
    public read-write property TransferSyntax: System.String; 
    public function get,set TransferSyntax : System.String
    public: __property System.string* get_TransferSyntax();
    public: __property void set_TransferSyntax( 
       System.string* value
    );
    public:
    property System.String^ TransferSyntax {
       System.String^ get();
       void set (    System.String^ value);
    }
    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