System.Net.Cache.SingleItemRequestCache.ReadOnlyStream.EndWrite C# (CSharp) 메소드

EndWrite() 공개 메소드

public EndWrite ( IAsyncResult asyncResult ) : void
asyncResult IAsyncResult
리턴 void
            public override void EndWrite(IAsyncResult asyncResult)
            {
                throw new NotSupportedException(SR.GetString(SR.net_readonlystream));
            }
            public override void Write(byte[] buffer, int offset, int count)