MimeParameterWriter.RequestEncoding 属性

定义

获取或设置用于将参数写入到 HTTP 请求的编码。Gets or sets the encoding used to write parameters to the HTTP request.

public:
 virtual property System::Text::Encoding ^ RequestEncoding { System::Text::Encoding ^ get(); void set(System::Text::Encoding ^ value); };
public virtual System.Text.Encoding RequestEncoding { get; set; }
member this.RequestEncoding : System.Text.Encoding with get, set
Public Overridable Property RequestEncoding As Encoding

属性值

Encoding

用于将参数写入到 HTTP 请求的编码。The encoding used to write parameters to the HTTP request.

注解

由类表示的编码定义了 Encoding 如何将字符转换为一个字节序列。An encoding, as represented by the Encoding class, defines how to transform characters into a sequence of bytes.

适用于