MultipartForm Class

HD.Common

MultipartForm Class Helper帮助文档
对文件和文本数据进行Multipart形式的编码
Inheritance Hierarchy

SystemObject  HD.CommonMultipartForm

Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public class MultipartForm
Public Class MultipartForm
public ref class MultipartForm
type MultipartForm =  class end

The MultipartForm type exposes the following members.

Constructors

  NameDescription
Public methodMultipartForm
实例化
Top
Methods

  NameDescription
Public methodAddFlie(String, String)
添加一个文件
Public methodAddFlie(String, String, Byte, Int32)
添加一个文件
Public methodAddString
添加字符串
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Properties

  NameDescription
Public propertyContentType
获取此编码内容的类型
Public propertyFormData
获取编码后的字节数组
Public propertyStringEncoding
获取或设置对字符串采用的编码类型
Top
See Also

Reference