Sign In
hongmeig's WebLog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
No tags have been created or used yet.
Archive
Archives
April 2010
(1)
March 2010
(4)
July 2008
(1)
February 2008
(2)
September 2007
(3)
August 2007
(5)
July 2007
(3)
May 2007
(2)
April 2007
(2)
March 2007
(1)
February 2007
(2)
January 2007
(5)
December 2006
(2)
November 2006
(2)
October 2006
(7)
September 2006
(2)
August 2006
(3)
April 2005
(2)
December 2004
(2)
November 2004
(2)
October 2004
(1)
September 2004
(1)
August 2004
(3)
June 2004
(1)
April 2004
(2)
March, 2010
MSDN Blogs
>
hongmeig's WebLog
>
March, 2010
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
hongmeig's WebLog
Why does the MaxReceiveMessageSize in WCF matter in case of Streaming
Posted
over 2 years ago
by
hongmeig
0
Comments
The default value of MaxReceiveMessageSize in WCF is 65,536. When you choose streaming as TransferMode, WCF runtime will create 8192 as buffer size. So what happened now is that WCF channel stack will read the first 8192 bytes, and decode the first couple...
hongmeig's WebLog
Timeouts in WCF and their default values
Posted
over 2 years ago
by
hongmeig
0
Comments
There are a lot of timeouts in WCF. let us summarize it here. Timeouts on binding These are the most well known timeouts. SendTimeout, ReceiveTimeout, OpenTimeout and CloseTimeout. They can be set easily either through config or code on the Binding...
hongmeig's WebLog
how to turn off the auto-redirect feature in WCF REST 4.0
Posted
over 2 years ago
by
hongmeig
0
Comments
Missing a trailing slash is a common error people make when browsing the web. For better usability, in 4.0, we introduced a feature called autoredirect. It is on by default, meaning, when you set up your REST service to take something like "test/", when...
hongmeig's WebLog
How to solve System.InvalidOperationException: For request in operation Test to be a stream the operation must have a single parameter whose type is Stream
Posted
over 2 years ago
by
hongmeig
0
Comments
You are getting this error because the default WCF stream formatter does not support this. You are probably trying to upload some file stream and transfer some other parameters, such as file name, etc within the same method. For example, [OperationContract...
Page 1 of 1 (4 items)