Click or drag to resize
GprsProvider Methods

The GprsProvider type exposes the following members.

Methods
  NameDescription
Public methodCheckBearerStatus
Queries a GPRS bearer profile to check if it's opened. On successful execution context open status is updated in the respective GprsNNNBearerIsOpen property
Public methodCheckConnectionStatus
Queries current status of a specific GPRS connection
Public methodCloseBearer
Closes a GPRS context bearer profile
Public methodDetachGprs
Detach GPRS
Public methodDispose
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodOpenBearerAsync(AsyncCallback, Object) Obsolete.
Public methodOpenBearerAsync(BearerProfile, AsyncCallback, Object)
Starts an asynchronous operation to open a GPRS bearer. A GPRS bearer is required for HTTP client, SNTP, MMS and location requests.
Public methodOpenGprsConnectionAsync
Starts an asynchronous operation to open a GPRS connection. A GPRS connection is required to use sockets, IP apps and MMS.
Public methodToString (Inherited from Object.)
Top
See Also