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 SourceName
The name of the multipart content.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Type
The type of multipart content.
Declaration
public MultipartContentType Type { get; set; }
Property Value
Type | Description |
---|---|
MultipartContentType |
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 |