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からアクセスしているサイトからコンテンツタイプを取得するにはどうすればよいですか?
1 つの方法は、 を使用RHTTPResponseしてトランザクションからオブジェクトを取得し、およびを介してヘッダー値Response()にアクセスすることです。Content-TypeGetHeaderCollection()GetField()
RHTTPResponse
Response()
Content-Type
GetHeaderCollection()
GetField()