Discuss this help topic in SecureBlackbox Forum

TElDNSResourceRecord.Write

TElDNSResourceRecord     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Writes resource data to stream.

Declaration

[C#]
    void Write(System.IO.Stream Stream);

[VB.NET]
    Sub Write(ByVal Stream As System.IO.Stream)

[Pascal]
    procedure Write(Stream : TStream); virtual;

[C++]
    void Write(TStream &Stream);
    void Write(TStream *Stream);

[PHP]
    void Write(TStream $Stream)

[Java]
    void write(TElStream Stream);

Parameters

  • Stream - memory stream where the data should be written
  • Value -

Description

    Use this method to write the content of the Data buffer to stream.

See also:     Data     Read    

Discuss this help topic in SecureBlackbox Forum