System.Net.Browser.ClientHttpWebRequestInternal.EndGetRequestStream C# (CSharp) Method

EndGetRequestStream() public method

public EndGetRequestStream ( IAsyncResult ar ) : Stream
ar IAsyncResult
return System.IO.Stream
		public override Stream EndGetRequestStream (IAsyncResult ar)
		{
			try {
				return (Stream) end_get_request_stream.Invoke (request, new object [1] { ar });
			}
			catch (TargetInvocationException tie) {
				throw tie.InnerException;
			}
		}