| 
            
              FtpDataStreamSetLength Method
             | 
          
        
        
            Sets the length of the current stream.
            
        
        Namespace: GSF.Net.FtpAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.257-beta
Syntaxpublic override void SetLength(
	long len
)
Public Overrides Sub SetLength ( 
	len As Long
)
public:
virtual void SetLength(
	long long len
) override
abstract SetLength : 
        len : int64 -> unit 
override SetLength : 
        len : int64 -> unit  View SourceParameters
- len  Int64
 - The desired length of the current stream in bytes.
 
See Also