|
|
|
|
Location:
Authority16.h
Link against: inetprotutil.lib
class TAuthorityParser16 : public TAuthorityC16;
Dependencies : TAuthorityC16 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 16-bit descriptors.
Format of an authority is; [userinfo@]host[:port]
TAuthorityC16 - Dependencies : TAuthorityComponentTAuthorityParser16 - Dependencies : Defined in TAuthorityParser16:
Parse(), TAuthorityParser16()
Inherited from TAuthorityC16:
AuthorityDes(),
Compare(),
DisplayFormL(),
Extract(),
IsPresent(),
iAuthorityDes,
iComponent
IMPORT_C TInt Parse(const TDesC16 &aAuthority);
Parses the descriptor aAuthority into authority components.
The object references the input descriptor.
|
|