DicomObjects.NET.V8
DicomObjects.DicomCodecs 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: .NET CLR 4.0 or higher

    See Also