Symbian get content-type?
I'm develop on C++ for Symbian. How do I get the content-type from the site I'm accessing from RHTTPTr开发者_如何学编程ansaction?
One way is to get the RHTTPResponse
object from the transaction with Response()
and then access the Content-Type
header value via GetHeaderCollection()
and GetField()
.
精彩评论