BitSharper.Message.BitcoinSerializeToStream C# (CSharp) Method

BitcoinSerializeToStream() public method

Serializes this message to the provided stream. If you just want the raw bytes use bitcoinSerialize().
public BitcoinSerializeToStream ( Stream stream ) : void
stream Stream
return void
        public virtual void BitcoinSerializeToStream(Stream stream)
        {
        }