Select the product you need help with
Description of a hotfix that adds the SuppressPreamble property into the HttpResponseMessageProperty class in the .NET Framework 3.5 SP1Article ID: 979533 - View products that this article applies to. On This PageIntroductionThis hotfix adds the SuppressPreamble property into the HttpResponseMessageProperty class in the Microsoft .NET Framework 3.5 Service Pack 1 (SP1). The SuppressPreamble property is a Boolean property. When the property is set to true in the Windows Communication Foundation (WCF) service, certain properties of a HTTP response message can be set automatically. These properties include the Headers property, the ContentType property, and the StatusCode property. When you set these properties, the HttpTransport channel does not have to set these properties again. Therefore, when a WCF client accesses the WCF service, the service can send a status notification to the client by using the current HTTP response message. Note The SuppressPreamble property works only when WCF services are running in ASP.NET compatibility mode. MORE INFORMATIONHotfix informationWindows Vista Service Pack 2 (SP2) or Windows Server 2008 SP2To resolve this problem in Windows Vista SP2 or in Windows Server 2008 SP2, download and apply the hotfix that is described in Microsoft Knowledge Base article 9810001. For more information, click the following article number to view the article in the Microsoft Knowledge Base:981001
(http://support.microsoft.com/kb/981001/
)
A hotfix rollup is available for Windows Communication Foundation in the .NET Framework 3.5 SP1 for Windows Vista SP2 and Windows Server 2008 SP2
Windows 7 or Windows Server 2008 R2To resolve this problem in Windows 7 or in Windows Server 2008 R2, download and apply the hotfix that is described in the following Microsoft Knowledge Base article:981002 The following sample code shows how to use the SuppressPreamble property:
(http://support.microsoft.com/kb/981002/
)
A hotfix rollup is available for Windows Communication Foundation in the .NET Framework 3.5 SP1 for Windows 7 and Windows Server 2008 R2
PropertiesArticle ID: 979533 - Last Review: October 7, 2011 - Revision: 2.0
| Article Translations |


Back to the top








