RemObjects.InternetPack.BoundIncomingStream.Write C# (CSharp) Метод

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

public Write ( Byte buffer, Int32 offset, Int32 count ) : void
buffer Byte
offset System.Int32
count System.Int32
Результат void
		public override void Write(Byte[] buffer, Int32 offset, Int32 count)
		{
			throw new Exception(String.Format("{0} is a read-only Stream", this.GetType().FullName));
		}