China Naming Network - Ziwei Dou Shu - How does wcf get the header of the request?
How does wcf get the header of the request?
The header types obtained through IncomingRequest, IncomingResponse, OutgoingRequest and OutgoingResponse are all WebHeaderCollection sets. Through traversal and merging, we can get all kinds of information of the header.