WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.

nsIMsgLogonRedirectionRequester

IID:3c882b66-df4f-11d3-b9f9-00108335942a
Inherits From:nsISupports

This interface is implemented by the following components:


Methods

void OnLogonRedirectionError ( PRUnichar* pErrMsg , PRBool badPassword ) void OnLogonRedirectionProgress ( nsMsgLogonRedirectionState pState ) void OnLogonRedirectionReply ( PRUnichar* pHost , PRUint16 pPort , char* pCookieData , PRUint16 pCookieSize )

void OnLogonRedirectionError ( PRUnichar* pErrMsg , PRBool badPassword )

Arguments:
pErrMsg
badPassword

void OnLogonRedirectionProgress ( nsMsgLogonRedirectionState pState )

Arguments:
pState

void OnLogonRedirectionReply ( PRUnichar* pHost , PRUint16 pPort , char* pCookieData , PRUint16 pCookieSize )

Arguments:
pHost
pPort
pCookieData
pCookieSize

References

This interface is passed as an argument to the following methods:

nsIMsgLogonRedirector.logon

Reference documentation is generated from Mozilla's source.