My applicatoin works fine from home;
However at Uni, everytime I go on the Internet, it asks for a username/
pw;
I am assuming this is proxy authentication;
How can i get the CalenderService to incorporate the proxy
authentication settings?
CalendarService service = new CalendarService ( "CalendarSampleApp" );
//what if i need a proxy ?
if ( userName != null && userName.Length > 0 )
{
service.setUserCredentials ( userName, passWord );
}
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Calendar Data API" group.
To post to this group, send email to
[email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/google-calendar-help-dataapi?hl=en
-~----------~----~----~----~------~----~------~--~---