![](../icons/Hazelcast-IMDG-Logo-Orange_Dark_200px.jpg) | ICredentialsSetEndpoint Method |
Sets IP address of endpoint.
Namespace:
Hazelcast.Security
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.2
Syntaxvoid SetEndpoint(
string endpoint
)
Sub SetEndpoint (
endpoint As String
)
void SetEndpoint(
String^ endpoint
)
abstract SetEndpoint :
endpoint : string -> unit
Parameters
- endpoint
- Type: SystemString
address
RemarksSets IP address of endpoint.
See Also