MimeParameterWriter.RequestEncoding Property
.NET Framework 3.0
Gets or sets the encoding used to write parameters to the HTTP request.
Namespace: System.Web.Services.Protocols
Assembly: System.Web.Services (in system.web.services.dll)
Assembly: System.Web.Services (in system.web.services.dll)
public: virtual property Encoding^ RequestEncoding { Encoding^ get (); void set (Encoding^ value); }
/** @property */ public Encoding get_RequestEncoding () /** @property */ public void set_RequestEncoding (Encoding value)
public function get RequestEncoding () : Encoding public function set RequestEncoding (value : Encoding)
Not applicable.
Property Value
The encoding used to write parameters to the HTTP request.An encoding, as represented by the Encoding class, defines how to transform characters into a sequence of bytes.
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: