ALE.Http.ListenerResponse.Write C# (CSharp) Метод

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

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

Same methods

ListenerResponse::Write ( string text ) : IResponse