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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T03:00:42+00:00 2026-05-30T03:00:42+00:00

I have a WCF service with a CallbackContract. The service is exposed to a

  • 0

I have a WCF service with a CallbackContract. The service is exposed to a Silverlight client using “pollingDuplexHttpBinding”
When the Silverlight client is “dead” and the service calls a callback operation, it gets a timeout exception after one minute.
How can I set this timeout to be different?

Thanks,
Elad

  • 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-30T03:00:44+00:00Added an answer on May 30, 2026 at 3:00 am

    So it seems that the “SendTimeout” attribute of PollingDuplexHttpBinding does the job:

    <extensions>
      <bindingExtensions>
        <add name="pollingDuplexHttpBinding" type="System.ServiceModel.Configuration.PollingDuplexHttpBindingCollectionElement, System.ServiceModel.PollingDuplex, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
      </bindingExtensions>
    </extensions>
    
    <bindings>
    
      <pollingDuplexHttpBinding>
        <binding name="myPollingDuplex" sendTimeout="00:00:05"/>
      </pollingDuplexHttpBinding>
    
    </bindings>
    
    
    <services>
      <service name="Kodak.Pgy.Server.Event.WCFService.EventService" behaviorConfiguration="EventBehavior">
    
        <!--For duplex communication with the service from silverlight client-->
        <endpoint address="/for-silverlight" binding="pollingDuplexHttpBinding" bindingConfiguration="myPollingDuplex" contract="IEventService"/>
    
      </service>
    
    </services>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have WCF service and Silverlight Client. I use PollingDuplexElement. On server side I
We have an asynchronous WCF service operation that gets log files from all of
I have a WCF Service Using MSMQ hosted on IIS. I want to create
I have a WCF service that needs to hosted using basicHttpBinding using SSL. So
I have a WCF service with an operation contract that returns null values. That
I currently have a WCF Service with a CallBack Contract (duplex), and when I
I am using wsdualhttpbinding to connect the client and WCF Service. My client likes
I have WCF service with Windows authentication. To identify client user on the service
It is possible to have WCF Client that connects persistantly using duplex over net.tcp
So I have a client application and a WCF Service publish to an IIS

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.