NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HttpBrowserCapabilities Members

Public:

Constructor

HttpBrowserCapabilities Constructor Initializes a new instance of the HttpBrowserCapabilities class.

Properties

ActiveXControls Indicates whether the client browser supports ActiveX Controls.
AK [To be supplied.]
AOL Indicates whether the client is an America On-Line (AOL) branded browser.
AuthenticodeUpdate [To be supplied.]
BackgroundSounds Indicates whether the client browser supports background sounds.
Beta Indicates whether the browser client is in beta.
Browser Browser string in User Agent (for example: "IE").
CDF Indicates whether the client browser supports CDF.
Cookies Indicates whether the client browser supports cookies.
Crawler Indicates whether the client browser is a Web-crawling search engine.
Frames Indicates whether the client browser supports HTML frames.
Gold [To be supplied.]
Item (inherited from HttpCapabilities) [To be supplied.]

In C#, this member is the indexer for the HttpBrowserCapabilities class.

JavaApplets Indicates whether the client browser supports Java Applets.
JavaScript Indicates whether the client browser supports JavaScript.
MajorVersion Returns the major version number of the client browser; for example: 3.
MinorVersion Returns the minor version number of the client browser; for example: .01.
Platform Returns the platform's name; for example, "Win32".
SK [To be supplied.]
Tables Indicates whether the client browser supports tables.
Type Returns the name of the client browser and its major version number. For example, "Microsoft Internet Explorer version 5".
VBScript Indicates whether the client browser supports VBScript.
Version Returns the major version number + minor version number of the client browser; for example: "5.5".
Win16 Indicates whether the client is a Win16-based machine.
Win32 Indicates whether the client is a Win32-based machine.

Methods

Equals (inherited from Object) Determines whether the specified Object is the same instance as the current Object. Subclasses are expected to override this method to support value equality (not reference equality).
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the Object.
ToString (inherited from Object) Returns a String that represents the current Object.

Protected:

Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by the Garbage Collector (GC). This method may be ignored by the runtime; therefore, necessary cleanup operations should be done elsewhere.
Init (inherited from HttpCapabilities) [To be supplied.]
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

HttpBrowserCapabilities Class | System.Web Namespace