ALE.Http.ListenerResponse.Write C# (CSharp) Méthode

Write() public méthode

public Write ( byte binary ) : IResponse
binary byte
Résultat IResponse
        public IResponse Write(byte[] binary)
        {
            OutputStream.Write(binary, 0, binary.Length);
            return this;
        }

Same methods

ListenerResponse::Write ( string text ) : IResponse