IHttpPostData Interface
Version 1.0.14
.NET Framework 4.7
| Namespace | Skybrud.Essentials.Http.Collections |
|---|---|
| Assembly | Skybrud.Essentials.Http.dll |
| Visibility | Public |
| Interfaces |
IEnumerable<T>, IEnumerable
|
public interface IHttpPostData : IEnumerable<T>, IEnumerable { }
Properties
| Type | Name | Summary |
|---|---|---|
| bool | IsMultipart | |
| int | Count | |
| Array of String | Keys | |
ValueCollection<TKey, TValue>
|
Values | |
| String | Item |