/// <devdoc>
 ///    <para>
 ///       Sets the length of the stream. Always throws <see cref='NotSupportedException'/>
 ///       .
 ///    </para>
 /// </devdoc>
 public override void SetLength(long value)
 {
     m_NetworkStream.SetLength(value);
 }