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

Close() public method

public Close ( TimeSpan timeout ) : void
timeout TimeSpan
return void
		public override void Close (TimeSpan timeout)
		{
			InternalClose (timeout);
		}
		

Same methods

HttpRequestContext::Close ( ) : void