System.Net.HttpWebRequest.HttpWebRequest.AddRange C# (CSharp) Method

AddRange() public method

public AddRange ( long from, long to ) : void
from long
to long
return void
		void AddRange (long from, long to)
		{
			AddRange ("bytes", from, to);
		}

Same methods

HttpWebRequest.HttpWebRequest::AddRange ( int range ) : void
HttpWebRequest.HttpWebRequest::AddRange ( int from, int to ) : void
HttpWebRequest.HttpWebRequest::AddRange ( long range ) : void
HttpWebRequest.HttpWebRequest::AddRange ( string rangeSpecifier, int range ) : void
HttpWebRequest.HttpWebRequest::AddRange ( string rangeSpecifier, int from, int to ) : void
HttpWebRequest.HttpWebRequest::AddRange ( string rangeSpecifier, long range ) : void
HttpWebRequest.HttpWebRequest::AddRange ( string rangeSpecifier, long from, long to ) : void