コード例 #1
0
    // Use this for initialization
    void Start()
    {
        // WCF service
        // MyServiceClient client = new MyService(new BasicHttpBinding(),
        // new EndpointAddress("http://localhost:8080/MyService.svc"));

        // ASMX service
        wbAuthentication     = new WbAuthentication();
        wbAuthentication.Url = ClsUrl;
    }
コード例 #2
0
ファイル: WbidAuthenticator.cs プロジェクト: ehuntley83/Unity
    // Use this for initialization
    void Start()
    {
        // WCF service
        // MyServiceClient client = new MyService(new BasicHttpBinding(),
        // new EndpointAddress("http://localhost:8080/MyService.svc"));

        // ASMX service
        wbAuthentication = new WbAuthentication();
        wbAuthentication.Url = ClsUrl;
    }