QuicStream.SetLength(Int64) Método

Definición

Establece la longitud del flujo. Este método no se admite actualmente y siempre produce NotSupportedException.

public:
 override void SetLength(long value);
public override void SetLength (long value);
override this.SetLength : int64 -> unit
Public Overrides Sub SetLength (value As Long)

Parámetros

value
Int64

Longitud deseada de la secuencia actual, en bytes.

Excepciones

En todos los casos.

Se aplica a