ALE.Web.AleResponse.Write C# (CSharp) Méthode

Write() public méthode

public Write ( byte binary ) : IResponse
binary byte
Résultat IResponse
        public IResponse Write(byte[] binary)
        {
            InnerResponse.BinaryWrite(binary);
            return this;
        }

Same methods

AleResponse::Write ( string text ) : IResponse