Specify Proxy Bindings In Client Code Web Service Asp.Net c# || Part-12

Поділитися
Вставка
  • Опубліковано 20 січ 2025

КОМЕНТАРІ • 3

  • @RajKumar-sg6tq
    @RajKumar-sg6tq 4 роки тому

    URL is working with https in Browser, But if i call the service with https then it throws error.
    If i use http in Browser is not working, And am try to call the service then it throws Timeout Error.
    I don't y,

  • @JosueDavidM
    @JosueDavidM 5 років тому

    and the Proxy? :-( how i can change it? how i can specify in the funtion?

    • @DotNetRevanth
      @DotNetRevanth  5 років тому

      Proxy is created once you call the Web service or WCF.
      To specify any function update it in web service or WCF, if it is in your code you can create a method and call the service by creating client object.