| ICredentialsSetEndpoint Method |
Sets IP address of endpoint.
Namespace:
Hazelcast.Security
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntax void SetEndpoint(
string endpoint
)
Sub SetEndpoint (
endpoint As String
)
void SetEndpoint(
String^ endpoint
)
abstract SetEndpoint :
endpoint : string -> unit
Parameters
- endpoint
- Type: SystemString
address
Remarks Sets IP address of endpoint.
See Also