Hi Calvin,
When a message will be delivered to such an endpoint the message handling
context will be totally disconnected from the WebApi HttpContext, in
message handlers there won’t be any HttpContext available.
On the hand when sending out a message while in the context of an incoming
HttpRequest obviously the HttpContext will be available.
.m