S
Sharon McCarty
Hi Everyone,
I created a managed c++ web service and I would like to access the
current user. For instance, in a C# web service, you would normally
type in: HttpContext.Current.User.Identity.Name;
to get the user name. Can someone tell me how I would achieve this in
managed c++ web service?
Thanks
Sharon
I created a managed c++ web service and I would like to access the
current user. For instance, in a C# web service, you would normally
type in: HttpContext.Current.User.Identity.Name;
to get the user name. Can someone tell me how I would achieve this in
managed c++ web service?
Thanks
Sharon