|
|
|
|
Location:
Authority8.h
Link against: inetprotutil.lib
class TAuthorityParser8 : public TAuthorityC8;
Dependencies : TAuthorityC8 Comments : Provides functionality to parse a descriptor into the components of an authority as defined in RFC2396. There are 3 components; userinfo, host and port.
This uses 8-bit descriptors.
Format of an authority is; [userinfo@]host[:port]
TAuthorityC8 - Dependencies : TAuthorityComponentTAuthorityParser8 - Dependencies : Defined in TAuthorityParser8:
Parse(), TAuthorityParser8()
Inherited from TAuthorityC8:
AuthorityDes(),
Compare(),
DisplayFormL(),
Extract(),
IsPresent(),
iAuthorityDes,
iComponent
IMPORT_C TInt Parse(const TDesC8 &aAuthority);
Parses the descriptor aAuthority into authority components.
The object references the input descriptor.
|
|