Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 588261
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T15:17:59+00:00 2026-05-13T15:17:59+00:00

When I try to connect to an unavailable machine, I get an EndpointNotFoundException but

  • 0

When I try to connect to an unavailable machine, I get an EndpointNotFoundException but it takes too long (about 20 seconds). Setting closeTimeout, openTimeout, receiveTimeout or sendTimeout has no effect.
Can I get that exception earlier?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T15:18:00+00:00Added an answer on May 13, 2026 at 3:18 pm

    We’re using the EnterpriseLibrary ConnectionMonitor block which works reasonably well, with it you can define your own strategy to determine connection availability but we’re just using the one that comes in the box.

    That default code (which does run on a background thread…handled by the block) uses this internally:

            public bool IsAlive(string hostnameOrAddress)
        {
            bool alive = false;
            try
            {
                Uri address = new Uri(hostnameOrAddress);
                HttpWebRequest request = (HttpWebRequest) HttpWebRequest.Create(address);
                request.Timeout = 5000;
                using (HttpWebResponse response = (HttpWebResponse) request.GetResponse())
                {
                    alive = DoesResponseStatusCodeIndicateOnlineStatus(response);
                }
            }
            catch (WebException wex)
            {
                alive = DoesWebExceptionStatusIndicateOnlineStatus(wex);
            }
    
            return alive;
        }
    

    Have a look at the block itself, see if you can use it in your project or get some ideas on how to solve your specific problem. (from memory the block is part of the SCSF Smart Client Software Factory)

    My understanding though is that you will need to do some kind of background threading OR wait for the timeout yourself. WCF doesn’t know the endpoint doesn’t exist until the call times out.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I can successfully connect to MySQL from a DOS prompt, but when I try
When try to connect to the mysql server through my rails application, I get
I try to connect a server though SSH using Ruby, but I have an
I am using a socket thread. It takes about 5 to 10 seconds to
When I try to connect to local ports, Computer -> Connect local , using
When I try to connect Weblogic t3s protocol in Solaris Server, it shows this
I getting the following error when I try to connect to my server app
Im having some trouble with an oracle database. Every time i try to connect,
Edit: Solved. Hi, I'm starting with Qt, I try to connect a slot to
Function FillAdminAccount() As Boolean FillAdminAccount = True Try SQLconn.ConnectionString = connect timeout=9999999; & _

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.