CertyRush
Đang tải...
C CertyRush
Câu hỏi free preview

Câu 29: 70-480: MCSD Programming in HTML5 with JavaScript and CSS3

You are developing an application that consumes a Windows Communication Foundation (WCF) service. The application interacts with the service by using the following code. (Line numbers are included for reference only.) You need to authenticate to the WCF service. What should you do?

Nội dung câu hỏi

You are developing an application that consumes a Windows Communication Foundation (WCF) service. The application interacts with the service by using the following code. (Line numbers are included for reference only.) You need to authenticate to the WCF service. What should you do?

Minh họa câu hỏi

Các lựa chọn

Đáp án được giữ gọn theo nhãn A, B, C, D trong phần bình chọn tương tác.

  1. A. At line 11, add the following lines of code. ,username: yourusername ,password: yourpassword
  2. B. At line 11, add the following line of code. ,credentials: prompt
  3. C. At line 06, replace the code with the following line of code. url: "http://contoso.com/Service.svc/GetCountry? Username=username&password=password", — đáp án hiện tại
  4. D. At line 11, add the following line of code. The username and password will be stored in an XML file.

Cộng đồng

0 bình luận công khai. Tên thành viên được ẩn một phần.

Chưa có bình luận. Mở giao diện tương tác để bắt đầu thảo luận.

Câu hỏi liền kề