ALE.Web.AleResponse.Write C# (CSharp) Метод

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

public Write ( byte binary ) : IResponse
binary byte
Результат IResponse
        public IResponse Write(byte[] binary)
        {
            InnerResponse.BinaryWrite(binary);
            return this;
        }

Same methods

AleResponse::Write ( string text ) : IResponse