Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Property: string BindAddress

Declaration

string BindAddress

Summary

The IP address of the interface to which the HTTP server should bind, or null to let the server listen on all network interfaces.

Remarks

This is a string rather than System.Net.IPAddress so that Classify can serialize it. If the contents don’t parse, null is assumed.