UrlEncodedParameterWriter::RequestEncoding Property
.NET Framework (current version)
Gets or sets the encoding used to write parameters to the HTTP request.
Assembly: System.Web.Services (in System.Web.Services.dll)
public: property Encoding^ RequestEncoding { virtual Encoding^ get() override; virtual void set(Encoding^ value) override; }
Property Value
Type: System.Text::Encoding^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.
.NET Framework
Available since 1.1
Available since 1.1
Show: