MimeParameterWriter.UsesWriteRequest Property
.NET Framework 2.0
Gets a value that indicates whether Web method parameter values are serialized to the out-going HTTP request body.
Namespace: System.Web.Services.Protocols
Assembly: System.Web.Services (in system.web.services.dll)
Assembly: System.Web.Services (in system.web.services.dll)
The UsesWriteRequest property determines whether the WriteRequest method is invoked.
The MimeParameterWriter class's implementation of UsesWriteRequest returns a value of false. The only derived class that overrides UsesWriteRequest is HtmlFormParameterWriter, whose implementation returns a value of true.
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: