System.Net.HttpRequestStream.Write C# (CSharp) Méthode

Write() public méthode

public Write ( byte buffer, int offset, int size ) : void
buffer byte
offset int
size int
Résultat void
        public override void Write(byte[] buffer, int offset, int size)
        {
            throw new InvalidOperationException(SR.net_readonlystream);
        }