Show / Hide Table of Contents

Class MultipartContent

Represents a Multipart Content

Inheritance
System.Object
MultipartContent
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: RuriLib
Assembly: RuriLib.dll
Syntax
public class MultipartContent

Properties

| Improve this Doc View Source

Name

The name of the multipart content.

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Type

The type of multipart content.

Declaration
public MultipartContentType Type { get; set; }
Property Value
Type Description
MultipartContentType
| Improve this Doc View Source

Value

The value of the multipart content (a string value or a file path).

Declaration
public string Value { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
Back to top Generated by DocFX