System.ServiceModel.Channels.Http.HttpRequestContext.InternalClose C# (CSharp) Method

InternalClose() protected method

protected InternalClose ( TimeSpan timeout ) : void
timeout TimeSpan
return void
		protected virtual void InternalClose (TimeSpan timeout)
		{
			Context.Close ();
		}