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

InternalAbort() protected method

protected InternalAbort ( ) : void
return void
		protected virtual void InternalAbort ()
		{
			Context.Abort ();
		}