get username from Webservice
Posted
by Sathish
on Stack Overflow
See other posts from Stack Overflow
or by Sathish
Published on 2010-04-19T04:46:51Z
Indexed on
2010/04/19
4:53 UTC
Read the original article
Hit count: 356
c#
Hi
How can i get the username from the webservice my Webservice is configured under Enterprise sign on authentication.
I am using the below code for webapplication Request.ServerVariables("HTTP_CT_REMOTE_USER") and i need a equavelent for webservices
Context.Request.ServerVariables["HTTP_CT_REMOTE_USER"] returns null for me
© Stack Overflow or respective owner