How do I get the caller's IP address in a WebMethod?

后端 未结 6 2119
慢半拍i
慢半拍i 2020-12-15 02:23

How do I get the caller\'s IP address in a WebMethod?

[WebMethod]
public void Foo()
{
    // HttpRequest... ? - Not giving me any options through intellisens         


        
6条回答
提交回复
热议问题