ExpectedDataLength Property
ExpectedDataLength
Gets or sets the expected length of the data for this response.
C#
public Nullable<int> ExpectedDataLength { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The expected length of the data. |