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)
        {
        }