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 7825177
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T08:51:30+00:00 2026-06-02T08:51:30+00:00

I have a WinForms client that programatically connects to a WCF service. This is

  • 0

I have a WinForms client that programatically connects to a WCF service. This is how the connection variables are declared…

var myBinding = new NetTcpBinding(); 
var myEndpoint = new EndpointAddress(myURI); 
var myChannelFactory = new ChannelFactory<IService>(myBinding, myEndpoint);

However, I want to change it so that I can define “myBinding” (the same variable name) using different classes (not just NetTcpBinding) depending on the result of an if statement.

This is what I want (I know it doesn’t work, but please try to understand my intent)

if (bindingType == "BasicHttpBinding") { var myBinding = new BasicHttpBinding(); }
if (bindingType == "NetTcpBinding") { var myBinding = new NetTcpBinding(); }
if (bindingType == "WSHttpBinding") { var myBinding = new WSHttpBinding(); }

Can anyone tell me how to achieve the same result with a method that works? Again, what I want is to be able to define “myBinding” depending on the result of an if statement. I’m also open to considering alternative suggestions. Thanks

  • 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-06-02T08:51:32+00:00Added an answer on June 2, 2026 at 8:51 am

    I can’t guarantee this will work, but try declaring myBinding as the base class.

    string bindingType = "BasicHttpBinding";
    System.ServiceModel.Channels.Binding myBinding;
    
    if (bindingType == "BasicHttpBinding") { myBinding = new BasicHttpBinding(); }
    if (bindingType == "NetTcpBinding") { myBinding = new NetTcpBinding(); }
    if (bindingType == "WSHttpBinding") { myBinding = new WSHttpBinding(); }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a client service solution containing a Winforms client application and a WCF
I have a WSE 3.0 based web service, and a WinForms client application that
I have a have Winforms client that uses Web services on a IIS7 (W2008)
Ok, I have developed this WinForms client, which interacts with a server (ASPX Application)
I have a library assembly that outputs trace information, and a client winforms application
I have a .net (2.0) winforms application that I need to upgrade on client
I'm working on a solution that contains a Windows Service and a WinForms client
I have a WinForms client-server app running on a Novell network that produces the
We have a huge client/server WinForms app that uses .NET remoting to pass DAOs
Is this possible? We have WinForms (CF) apps which use the EMDK, and would

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.