| 
            
              FtpOutputDataStreamReadByte Method
             | 
          
        
        
            Cannot read from output stream, method is not supported.
            
        
        Namespace: GSF.Net.FtpAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.258-beta
Syntaxpublic override int ReadByte()
Public Overrides Function ReadByte As Integer
public:
virtual int ReadByte() override
abstract ReadByte : unit -> int 
override ReadByte : unit -> int 
 View SourceReturn Value
Int32An 
Int32 number of bytes read.
Exceptions| Exception | Condition | 
|---|
| NotSupportedException | Cannot read from output stream. | 
See Also