Validate
method in Coherence.Connection.EndpointData
Methods
[Obsolete("Replaced by ValidateLocalAddress and GetErrorMessage methods.")]
public (bool isValid, string errorMessage) Validate()
Returns (true, null) if the EndpointData is valid. Otherwise, returns (false, errorMessage).
Returns
| Type | Description |
|---|---|
| (bool isValid, string errorMessage) |