@interface


Description:

[ NoAccessorMethod ]
[ Version ( deprecated = true ) ]
public Address @interface { owned get; construct; }

Warning: @interface is deprecated.

The address of the network interface the server is listening on, if you are using the old Server API.

Note:

Servers can listen on multiple interfaces at once now.

Use listen, etc, to listen on an interface, and get_uris to see what addresses are being listened on.

(This will not be set if you use listen, etc.)