BeardedManStudios.Network.HTTP.Put C# (CSharp) Method

Put() public method

Put a response to the HTTP
public Put ( Action callback ) : void
callback Action
return void
		public void Put(Action<object> callback)
		{
			requestType = RequestType.Put;
			Send(callback);
		}