Writes a sequence of bytes to the current stream and advances the current position within this stream by the number of bytes written.

C# | Visual Basic | Visual C++ |
public override void Write( byte[] buffer, int offset, int count )
Public Overrides Sub Write ( buffer As Byte(), offset As Integer, count As Integer )
public: virtual void Write( array<unsigned char>^ buffer, int offset, int count ) override
Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 11.2.4.290