|
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.207-beta
Syntax public override void WriteByte(
byte b
)
Public Overrides Sub WriteByte (
b As Byte
)
abstract WriteByte :
b : byte -> unit
override WriteByte :
b : byte -> unit
View SourceParameters
- b Byte
- The byte to write to the stream.
See Also