DicomObjects.NET Core Documentation
DicomObjects.EventArguments Namespace / AssociationRequestArgs Class / Contexts Property



In This Topic
    Contexts Property
    In This Topic
    The Contexts proposed by the remote application
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Contexts As DicomContextCollection
    'Usage
     
    
    Dim instance As AssociationRequestArgs
    Dim value As DicomContextCollection
     
    value = instance.Contexts
    public DicomContextCollection Contexts {get;}
    public:
    property DicomContextCollection^ Contexts {
       DicomContextCollection^ get();
    }
    Remarks
    Select using reject and/or setting AcceptedTS of each
    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