Closed evgeny-k closed 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.
PostConnect
Added in 5b99bff
Pls make Host/Port properties as writable in TgoSocketConnection.
by other hand, you can create a new public method
that will call private
PostConnect
method internally.