Legend
| Property: string BindAddress
Declarationstring BindAddress SummaryThe IP address of the interface to which the HTTP server should bind, ornull to let the server listen
on all network interfaces.RemarksThis is a string rather than System.Net.IPAddress so that Classify can serialize it. If the contents don’t parse,null is assumed. |