DicomObjects.NET.V8
DicomObjects Namespace / DicomLicense Class / ProxyDomain Property



In This Topic
    ProxyDomain Property
    In This Topic
    Domain to be used if the machine's web proxy requires authentication.
    Syntax
    'Declaration
     
    Public Shared Property ProxyDomain As String
    'Usage
     
    Dim value As String
     
    DicomLicense.ProxyDomain = value
     
    value = DicomLicense.ProxyDomain
    public static string ProxyDomain {get; set;}
    public:
    static property String^ ProxyDomain {
       String^ get();
       void set (    String^ value);
    }
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also