DicomObjects.NET.8.48 Documentation
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 System.Web.Services.Protocols.SoapHttpClientProtocol
    public static System.Web.Services.Protocols.SoapHttpClientProtocol WebService {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.8 or higher

    See Also