I am trying to set the list setting using HttpWebRequest
http://<siteName>/_layouts/15/advsetng.aspx?list=<listId>
i am sending the data like
__REQUESTDIGEST=<value>&__VIEWSTATE=<value>
&ctl00$PlaceHolderMain$ContentTypeSection$ctl02$EnableContentTypes=RadEnableContentTypesYes
&ctl00$PlaceHolderMain$AttachmentsSection$ctl02$DisableAttachments=RadAttachmentsEnabled
When i am trying to get the response it is not giving me any error and the properties are also not getting set.