Struct Multipart.EncodedContent
Represents result of multipart encoded content
Inherited Members
      System.ValueType.Equals(System.Object)
    
    
      System.ValueType.GetHashCode()
    
    
      System.ValueType.ToString()
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetType()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
  Namespace: NFX.Web
Assembly: NFX.Web.dll
Syntax
public struct EncodedContent
  Fields
Boundary
Declaration
public readonly string Boundary
  Field Value
| Type | Description | 
|---|---|
| System.String | 
Buffer
Declaration
public readonly byte[] Buffer
  Field Value
| Type | Description | 
|---|---|
| System.Byte[] | 
Encoding
Declaration
public readonly Encoding Encoding
  Field Value
| Type | Description | 
|---|---|
| System.Text.Encoding | 
Length
Declaration
public readonly long Length
  Field Value
| Type | Description | 
|---|---|
| System.Int64 | 
StartIdx
Declaration
public readonly long StartIdx
  Field Value
| Type | Description | 
|---|---|
| System.Int64 |