[FieldDefinition(1, Label = "Port", Type = FieldType.Textbox)]
publicintPort{get;set;}
[FieldDefinition(2, Label = "UrlBase", Type = FieldType.Textbox)]
[FieldDefinition(2, Label = "UrlBase", Type = FieldType.Textbox, Advanced = true, HelpText = "Adds a suffix the rpc url, see http://[host]:[port]/[urlBase],bydefaultthisshouldbeRPC2")]
publicstringUrlBase{get;set;}
[FieldDefinition(3, Label = "Use SSL", Type = FieldType.Checkbox)]