Partager via


StreamingMethodContent.ToByteArray Method

Definition

Abstract byte[] representation of the chunk in a way it could be composed/appended with previous chunks.

public override byte[] ToByteArray ();
override this.ToByteArray : unit -> byte[]
Public Overrides Function ToByteArray () As Byte()

Returns

Byte[]

Byte array representation of the chunk

Applies to