Share via


PayloadStreamAssembler.ContentLength Property

Definition

Gets or sets the length of the content contained in the payload.

public int? ContentLength { get; set; }
member this.ContentLength : Nullable<int> with get, set
Public Property ContentLength As Nullable(Of Integer)

Property Value

A positive value if a fixed length exists, otherwise 0.

Applies to