DicomObjects.NET Core Documentation
DicomObjects.Codecs Namespace / Jpip Class / GetUri Event



In This Topic
    GetUri Event
    In This Topic
    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
    public event GetUrlHandler GetUri
    public:
    event GetUrlHandler^ GetUri
    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