I am trying to find my URL, while i am in a different thread, is it possible ?
my code :
string url = HttpContext.Current.Request.Url.AbsoluteUri;
the error i am getting is "threw an exception of type nullreference exception"
I am trying to find my URL, while i am in a different thread, is it possible ?
my code :
string url = HttpContext.Current.Request.Url.AbsoluteUri;
the error i am getting is "threw an exception of type nullreference exception"