DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomLicense Class / WebService Property






    WebService Property
    The Web Service used for on-line activation
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly Property WebService As System.Web.Services.Protocols.SoapHttpClientProtocol
     
    'Usage
     
    
    Dim value As System.Web.Services.Protocols.SoapHttpClientProtocol
     
    value = DicomLicense.WebService
    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