Mentalis.org Security Library documentation

SecureNetworkStream.SetLength Method 

Sets the length of the stream. This method always throws a NotSupportedException.

[Visual Basic]
Overrides Public Sub SetLength( _
   ByVal value As Long _
)
[C#]
public override void SetLength(
   long value
);

Parameters

value
This parameter is not used.

Exceptions

Exception TypeCondition
NotSupportedExceptionThe SetLength method is not supported.

See Also

SecureNetworkStream Class | SecureNetworkStream Members | Org.Mentalis.Security.Ssl Namespace