Request.socketFactory - multiple declarations

Function Request.socketFactory

auto final inout requests.streams.NetworkStream delegate(string, string, ushort) inout socketFactory() pure nothrow @property @nogc @safe;

Function Request.socketFactory

final void socketFactory (
  requests.streams.NetworkStream delegate(string, string, ushort) setter_arg
) pure nothrow @property @nogc;