Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <WspTypes.h>

Class TWspRedirectedAddress

class TWspRedirectedAddress;

Description

The TWspRedirectedAddress type represents an alternate address to which Clients must use to establish a session with the same service that was initially contacted. If the bearer or port fields have been excluded, then the orginal bearer and port should be used to contact the new server. The WSP Specification, July 2001, defines an Address Type (8.2.2.3) upon which this class is based.

Members

Defined in TWspRedirectedAddress:


Member data


iHasPort

TBool iHasPort;

Description

A flag to indicate that the port field is set.


iHasBearer

TBool iHasBearer;

Description

A flag to indicate that the bearer field is set.


iProxyAddress

TBuf8< KMaxProxyAddrLen > iProxyAddress;

Description

The proxy address.


iPort

TUint16 iPort;

Description

The port number.


iBearer

Wap::TWspBearer iBearer;

Description

The bearer type.