System.Net.Cache.SingleItemRequestCache.WriteOnlyStream.EndRead C# (CSharp) 메소드

EndRead() 공개 메소드

public EndRead ( IAsyncResult asyncResult ) : int
asyncResult IAsyncResult
리턴 int
            public override int EndRead(IAsyncResult asyncResult)
            {throw new NotSupportedException(SR.GetString(SR.net_writeonlystream));}