System.Net.WebResponse.WebResponse.Close C# (CSharp) Method

Close() public method

public Close ( ) : void
return void
		public virtual void Close()
		{
			throw new NotSupportedException ();
		}