XdsObjects Help file
XdsObjects Namespace / XdsLicense Class / WebService Property



WebService Property
The Web Service used for on-line activation
Syntax
Public Shared ReadOnly Property WebService As SoapHttpClientProtocol
Dim value As SoapHttpClientProtocol
 
value = XdsLicense.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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also