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



WebService Property
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
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