Click or drag to resize

PostDataExtensions Methods

Version 130.1.90

The PostDataExtensions type exposes the following members.

Methods
 NameDescription
Public Extension MethodAddData(IPostData, Byte) Add a new IPostDataElement that represents the key and value
Public Extension MethodAddData(IPostData, String, Encoding) Add a new IPostDataElement that represents the key and value The data is encoded using
Public Extension MethodAddFile Add a new IPostDataElement that represents the specified file
Public Extension MethodGetBody Converts the Bytes property into a string using the specified charset (Encoding) or if unable to parse then uses the Default
Public Extension MethodGetCharSet A convenience extension method that extracts the Character set from the content-type header. Can be used in conjuncation with GetBody(IPostDataElement, String)
Top
See Also