DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomServer Class / AllowExtendedNegotiation Property



In This Topic
    AllowExtendedNegotiation Property
    In This Topic
    Controls whether extended negotation should be supported (as initiator or acceptor)
    Syntax
    'Declaration
     
    
    Public Property AllowExtendedNegotiation As Boolean
    'Usage
     
    
    Dim instance As DicomServer
    Dim value As Boolean
     
    instance.AllowExtendedNegotiation = value
     
    value = instance.AllowExtendedNegotiation
    public bool AllowExtendedNegotiation {get; set;}
    public:
    property bool AllowExtendedNegotiation {
       bool get();
       void set (    bool value);
    }
    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