MimeParameterWriter::RequestEncoding Property

 
Use BaseTrue

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)

public:
property Encoding^ RequestEncoding {
	virtual Encoding^ get();
	virtual void set(Encoding^ value);
}

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
Return to top
Show: