NetworkStream.Length Propriedade
Definição
Obtém o tamanho dos dados disponíveis no fluxo.Gets the length of the data available on the stream. Atualmente, esta propriedade não tem suporte e sempre gera um NotSupportedException.This property is not currently supported and always throws a NotSupportedException.
public:
virtual property long Length { long get(); };
public override long Length { get; }
member this.Length : int64
Public Overrides ReadOnly Property Length As Long
Valor da propriedade
O tamanho dos dados disponíveis no fluxo.The length of the data available on the stream.
Exceções
Qualquer uso dessa propriedade.Any use of this property.