System.ServiceModel.Channels.Http.HttpRequestContext.InternalClose C# (CSharp) Метод

InternalClose() защищенный Метод

protected InternalClose ( TimeSpan timeout ) : void
timeout TimeSpan
Результат void
		protected virtual void InternalClose (TimeSpan timeout)
		{
			Context.Close ();
		}