DicomObjects.NET.8.48 Documentation
DicomObjects.DicomCodecs Namespace / Jpip Class / GetUri Event






    GetUri Event
    Event used to give finer control over the generation of Uris for JPIP transfer syntaxes
    Syntax
    'Declaration
     
    
    Public Event GetUri As GetUrlHandler
     
    'Usage
     
    
    Dim instance As Jpip
    Dim handler As GetUrlHandler
     
    AddHandler instance.GetUri, handler
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also