grijjy / GrijjyFoundation

Foundation classes used by other Grijjy repositories
Other
247 stars 88 forks source link

Request to make Host/Port properties as writable in TgoSocketConnection #16

Closed evgeny-k closed 5 years ago

evgeny-k commented 5 years ago

Pls make Host/Port properties as writable in TgoSocketConnection.

by other hand, you can create a new public method

    function Connect(const AHostname: String;
      const APort: Word; const AUseNagle: Boolean = False): Boolean;

that will call private PostConnect method internally.

allendrennan commented 5 years ago

Added in 5b99bff