You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whether to now provide a way for clients to access the domain name to connect to the server?
I don't want to access it directly through an IP address.
example:
var client = ScsServiceClientBuilder.CreateClient<IPhoneBookService>(
new ScsTcpEndPoint("github.com", 10048));
Whether to now provide a way for clients to access the domain name to connect to the server?
I don't want to access it directly through an IP address.
example:
Use it like this.
@hikalkan
thanks.
The text was updated successfully, but these errors were encountered: