| 
            
              FtpDataStreamWriteByte Method
             | 
          
        
        
            Writes a byte to the current position in the stream and advances the position
            within the stream by one byte.
            
        
        Namespace: GSF.Net.FtpAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.257-beta
Syntaxpublic override void WriteByte(
	byte b
)
Public Overrides Sub WriteByte ( 
	b As Byte
)
public:
virtual void WriteByte(
	unsigned char b
) override
abstract WriteByte : 
        b : byte -> unit 
override WriteByte : 
        b : byte -> unit  View SourceParameters
- b  Byte
 - The byte to write to the stream.
 
See Also