Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在为 Symbian 开发 C++。如何从我从 RHTTPTransaction 访问的站点获取内容类型?
一种方法是RHTTPResponse从事务中获取对象,Response()然后通过and访问Content-Type标头值。GetHeaderCollection()GetField()
RHTTPResponse
Response()
Content-Type
GetHeaderCollection()
GetField()