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
    'Usage
     
    
    Dim value As System.Web.Services.Protocols.SoapHttpClientProtocol
     
    value = DicomLicense.WebService
    public static System.Web.Services.Protocols.SoapHttpClientProtocol WebService {get;}
    public read-only property WebService: System.Web.Services.Protocols.SoapHttpClientProtocol; static; 
    public static function get WebService : System.Web.Services.Protocols.SoapHttpClientProtocol
    public: __property static System.Web.Services.Protocols.SoapHttpClientProtocol* get_WebService();
    public:
    static property System.Web.Services.Protocols.SoapHttpClientProtocol^ WebService {
       System.Web.Services.Protocols.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.8 or higher

    See Also