08-20-2008 12:25 PM
Hi,
I'm new to BlackBerry development; sorry for what is likely to be a newbie question.
Is there a way to determine if a network connection is going through BES or not? Likewise, when going through BES, is there a way to know the maximum files size that can be transmitted?
Thanks in advance!
Solved! Go to Solution.
08-20-2008 03:34 PM
The deviceside=false parameter can be used to direct a connection through a BlackBerry Enterprise Server. The following link explains this further.
What Is - Different ways to make an HTTP or socket connection
There is no API to poll the BlackBerry Enterprise Server to determine its setting for the maximum file size. However, if a file is over the maximum size it will return a 413 response code on the connection. Please have a look at this link for more details.
What Is - HTTP 413 Request Entity Too Large
Article Number: DB-00623