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



In This Topic
    WebService Property
    In This Topic
    The Web Service used for on-line activation
    Syntax
    'Declaration
     
    Public Shared ReadOnly Property WebService As SoapHttpClientProtocol
    'Usage
     
    Dim value As SoapHttpClientProtocol
     
    value = DicomLicense.WebService
    public static SoapHttpClientProtocol WebService {get;}
    public:
    static property SoapHttpClientProtocol^ WebService {
       SoapHttpClientProtocol^ get();
    }
    Remarks
    This static object is used when calls are made to ActivateOnLine. This object may be used to set proxy or credential information where this is necessary.
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also