Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Chat and Cute Web Messeng...
»
Re: Setting external user as admin (Integration)
Re: Setting external user as admin (Integration)
08-27-2009, 2:29 AM
woodbase
Joined on 08-19-2009
Posts 13
Re: Setting external user as admin (Integration)
Reply
Quote
Yes it's called.
public
override
AppChatIdentity GetLogonIdentity()
{
if
(!HttpContext.Current.Request.IsAuthenticated)
{
return
null
;
}
return
new
AppChatIdentity(HttpContext.Current.User.Identity.Name,
false
,
HttpContext.Current.User.Identity.Name, HttpContext.Current.Request.UserHostAddress);
}
View Complete Thread