WAP_SubscriberID Property (.NET)

 

Type: String

 

Returns the unique subscriber ID of the WAP visitor when available. Currently requires visitor to be using UP.Link gateway.

 

C# Example:

<html>WAP subscribed ID:

<% BrowserObj browObj = BrowserObj.GetBrowser();

Response.Write(browObj.WAP_SubscriberID);

%>

</html>

 

See Also:

WAP Property (.NET)

WAP_DeviceModel Property (.NET)

WAP_Gateway Property (.NET)

WAP_MaxDeckSize Property (.NET)

WAP_SubscriberID Property (.NET)