Utility class for interacting with HTTP REST style web services.
Ejemplo n.º 1
0
			private bool _bufferRequest = true;	// because that is the .net default

			internal Request(RestClient rc, string resource, string args)
			{
				_rc = rc;
				Initialize(resource, args);
			}
Ejemplo n.º 2
0
 internal Request(RestClient rc, string resource, string args)
 {
     _rc = rc;
     Initialize(resource, args);
 }