WAP Property (.NET)

 

Type: Boolean

 

Returns True for devices that support WML and WAP (Wireless Application Protocol), such as wireless phones. For example most modern wireless Internet phones use WML instead of HTML.

 

C# Example:

<html>WAP:

<% BrowserObj browObj = BrowserObj.GetBrowser();

Response.Write(browObj.WAP);

%>

</html>

 

See Also:

WAP_DeviceModel Property (.NET)

WAP_Gateway Property (.NET)

WAP_MaxDeckSize Property (.NET)

WAP_SubscriberID Property (.NET)

HDML Property (.NET)

PDA Property (.NET)