BitSharper.Message.BitcoinSerializeToStream C# (CSharp) Метод

BitcoinSerializeToStream() публичный Метод

Serializes this message to the provided stream. If you just want the raw bytes use bitcoinSerialize().
public BitcoinSerializeToStream ( Stream stream ) : void
stream Stream
Результат void
        public virtual void BitcoinSerializeToStream(Stream stream)
        {
        }