PHP.Core.ExternalStream.RawFlush C# (CSharp) Method

RawFlush() protected method

protected RawFlush ( ) : bool
return bool
		protected override bool RawFlush()
		{
			return proxy.Flush();
		}