Visitor Messages

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rustam1420099
    Junior Member
    • Jul 2009
    • 0

    #1

    Hellow!

    The help in the decision of a problem is necessary to me:
    I using for access to API a platform .Net C #.

    Code:
    start.Exchange.GetInPlayMarketsReq reqp1 = new start.Exchange.GetInPlayMarketsReq();
    start.Exchange.APIRequestHeader req1 = new start.Exchange.APIRequestHeader();
    req1.sessionToken = nomer_sessii;
    reqp1.header = req1;
    var service2 = new start.Exchange.BFExchangeServiceClient();
    var resp = service2.getInPlayMarkets(reqp1); - error

    error code:
    The maximum message size quota for incoming messages (65536) has been exceeded. To increase the quota, use the MaxReceivedMessageSize property on the appropriate binding element.

    I do not know what to do with the given mistake. At a forum of developers betfair I have not received the answer. Strongly I ask you to help with the decision of my problem.

    Thanks. Rustam.
Working...
X