public static bool _Unregister_System_Net_IAuthenticationModule( )
        {
            //Parameters
            System.Net.IAuthenticationModule authenticationModule = null;


            //Exception
            Exception exception_Real        = null;
            Exception exception_Intercepted = null;

            InterceptionMaintenance.disableInterception( );

            try
            {
                returnValue_Real = System.Net.AuthenticationManager.Unregister(authenticationModule);
            }

            catch (Exception e)
            {
                exception_Real = e;
            }


            InterceptionMaintenance.enableInterception( );

            try
            {
                returnValue_Intercepted = System.Net.AuthenticationManager.Unregister(authenticationModule);
            }

            catch (Exception e)
            {
                exception_Intercepted = e;
            }
        }
Exemple #2
0
 // Methods
 public virtual bool ShouldSendCredential(System.Uri challengeUri, System.Net.WebRequest request, System.Net.NetworkCredential credential, System.Net.IAuthenticationModule authModule)
 {
 }
 public static void Unregister(System.Net.IAuthenticationModule authenticationModule)
 {
 }
 public virtual new bool ShouldSendCredential(Uri challengeUri, System.Net.WebRequest request, System.Net.NetworkCredential credential, System.Net.IAuthenticationModule authModule)
 {
     return(default(bool));
 }