use_thread_context


Description:

[ NoAccessorMethod ]
[ Version ( since = "2.38" ) ]
public bool use_thread_context { get; set; }

If true (which it always is on a plain Session), asynchronous HTTP requests in this session will run in whatever the thread-default MainContext is at the time they are started, rather than always occurring in async_context.