Search results for query: *

  • Users: NETANEL.S
  • Content: Threads
  • Order by date
  1. N

    I'm searching windows hosting for website.

    do you have a recommended hosting?
  2. N

    Why this code doesnt work on browser(web api)?

    IPController: https://pastebin.com/Zr7k96GB Model(d): https://pastebin.com/nsx8XDe5
  3. N

    Why it's gives me a "An unhandled exception of type 'System.NullReferenceException' occurred in IP.dll"?

    using System; using System.Collections.Generic; using System.Linq; using System.ServiceModel; using System.ServiceModel.Channels; using System.Web; namespace IP { public class a { public string GETip() { OperationContext context =...
  4. N

    How to create SharePoint app?

    thanks
  5. N

    Question What I can to do for get the client's public IP address?

    I tried to get IP via Request.ServerVariables["REMOTE_ADDR"] but without success
  6. N

    why I cannot get the REMOTE_ADDR?

    using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Mvc; namespace WindowsService1.mvc1.Controllers { public class HomeController : Controller {.... public string sedtip() { return...
  7. N

    do you can to check this code?

    using System; using System.Net; using System.Net.Sockets; using System.Text; using System.Linq; using System.Threading; using System.Windows.Forms; using System.Web.Mvc; using System.Web.Razor; namespace WindowsService1 { public class getter { void m() {...
  8. N

    Question how to sent port number to client aftect changing port

    I developed an application that works on port 5000 and several other ports, how to update the client that I changed the port. I need examples between client side and server side. -- thanks netanel
Back
Top Bottom