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

  • Home
  • SEARCH
  • 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 323681
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T09:03:12+00:00 2026-05-12T09:03:12+00:00

What is <client> element of app.config ? Why it’s added to client side when

  • 0

What is <client> element of app.config ?

Why it’s added to client side when i add service reference?

How can i access this element programmatically ?

  • 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-12T09:03:13+00:00Added an answer on May 12, 2026 at 9:03 am

    It’s the counterpart to the <service> section on the WCF service side. It’s primarily used to configure the endpoints used to connect the client and service together. In other words, it says where to connect to the service, and which binding to use.

    For example if you have a WCF service hosted in IIS, you might have a section like this:

    <system.serviceModel>
      <services>
        <service name="MyService">
          <endpoint address="http://localhost:8080/MEX" binding="mexHttpBinding" bindingConfiguration="" name="mex" contract="IMetadataExchange" />
          <endpoint address="http://localhost:8111" binding="wsHttpBinding" bindingConfiguration="WS_HTTP_Secure" name="WS_HTTP_Endpoint" contract="IMyService" />
        </service>
      </services>
    </system.serviceModel>
    

    So on the client side, you would have a corresponding set of entries for the <client> section, e.g.

    <system.serviceModel>
      <client>
        <endpoint address="http://localhost:8111/" binding="wsHttpBinding" 
          bindingConfiguration="WS_HTTP_Endpoint_Binding" contract="MyService" name="WS_HTTP_Endpoint" />
      </client>
    </system.serviceModel>
    

    There should generally be no need to access this section programmatically. Adding the service reference to your project would have added the proxy classes to your project though, and when using these classes you can specify the endpoint to use there. For example say you called your service classes “MyService”, you may initialise it like this:

    MyServicesClient client = new MyServicesClient("WS_HTTP_Endpoint");
    

    There’s no need to actually specify it in the constructor like this unless you have multiple endpoints though.

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

Sidebar

Ask A Question

Stats

  • Questions 154k
  • Answers 154k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer The ObjectContext is meant to be the "Unit of Work".… May 12, 2026 at 10:28 am
  • Editorial Team
    Editorial Team added an answer Just use a PIC like 16F84 or 16F877 for this.… May 12, 2026 at 10:28 am
  • Editorial Team
    Editorial Team added an answer What is the implementation for ProgressBar.render()? I assume that it… May 12, 2026 at 10:28 am

Related Questions

In a Master Page I have the following markup <body id=body runat=server> I have
consider the following http request: GET /defects?group-by=priority I would like the returned collection(feed) of
Problem: Customer X has requested that pages using XML DataBinding and Databound tables in
I have a list of strings on my server which I am trying to
Is there any reason why XML such as this : <person> <firstname>Joe</firstname> <lastname>Plumber</lastname> </person>

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.