HttpBrowserCapabilitiesWrapper.SupportsXmlHttp Property

Definition

Gets a value that indicates whether the browser supports receiving XML over HTTP.

public:
 virtual property bool SupportsXmlHttp { bool get(); };
public override bool SupportsXmlHttp { get; }
member this.SupportsXmlHttp : bool
Public Overrides ReadOnly Property SupportsXmlHttp As Boolean

Property Value

true if the browser supports receiving XML over HTTP; otherwise, false. The default is false.

Applies to