Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

net core get remote ip

var ip = _accessor.ActionContext.HttpContext.Connection.RemoteIpAddress.ToString();
 
PREVIOUS NEXT
Tagged: #net #core #remote #ip
ADD COMMENT
Topic
Name
7+5 =