XdsObjects Help file
XdsObjects Namespace / XdsGlobal Class / HttpProvider Property



HttpProvider Property (XdsGlobal)
Specify the HttpProvider type XdsObjects is going to be using. Default is Windows.
Syntax
Public Shared Property HttpProvider As HttpProvider
Dim value As HttpProvider
 
XdsGlobal.HttpProvider = value
 
value = XdsGlobal.HttpProvider
public static HttpProvider HttpProvider {get; set;}
public:
static property HttpProvider HttpProvider {
   HttpProvider get();
   void set (    HttpProvider value);
}
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