HTTP.netInterface

The network interface to use in form of the the IP of the interface.

  1. const(char)[] netInterface [@property setter]
  2. const(ubyte)[4] netInterface [@property setter]
  3. InternetAddress netInterface [@property setter]
    struct HTTP
    version(StdDdoc)
    @property
    void
    netInterface

Examples

theprotocol.netInterface = "192.168.1.32";
theprotocol.netInterface = [ 192, 168, 1, 32 ];

See: std.socket.InternetAddress

Meta

Suggestion Box / Bug Report