[FieldDefinition(1, Label = "Port", Type = FieldType.Textbox)]
publicintPort{get;set;}
[FieldDefinition(2, Label = "Url Base", Type = FieldType.Textbox, Advanced = true, HelpText = "Adds a suffix the rpc url, see http://[host]:[port]/[urlBase],bydefaultthisshouldbeRPC2")]
[FieldDefinition(2, Label = "Url Path", Type = FieldType.Textbox, HelpText = "Path to the XMLRPC endpoint, see http(s)://[host]:[port]/[urlPath].WhenusingruTorrentthisusuallyisRPC2or(pathtoruTorrent)/plugins/rpc/rpc.php")]
publicstringUrlBase{get;set;}
[FieldDefinition(3, Label = "Use SSL", Type = FieldType.Checkbox)]