intTypePromotion=1
zunia.vn Tuyển sinh 2024 dành cho Gen-Z zunia.vn zunia.vn
ADSENSE

Silverlight tiếng việt phần 8

Chia sẻ: Thái Duy Ái Ngọc | Ngày: | Loại File: PDF | Số trang:9

113
lượt xem
44
download
 
  Download Vui lòng tải xuống để xem tài liệu đầy đủ

Tham khảo tài liệu 'silverlight tiếng việt phần 8', công nghệ thông tin, kỹ thuật lập trình phục vụ nhu cầu học tập, nghiên cứu và làm việc hiệu quả

Chủ đề:
Lưu

Nội dung Text: Silverlight tiếng việt phần 8

  1. bên trong a. WebClient WebClient HttpWebRequest/HttpW t domain . e. ain policy
  2. tin cross-domain policy; Silverlight Cross-Domain Policy (clientaccesspolicy.xml) ain. Request URI Cross-Domain Policy File Location http://contoso.com/services/data http://contoso.com/clientaccesspolicy.xml http://sales.contoso.com/services/data http://sales.contoso.com/clientaccesspolicy.xml http://contoso.com:8080/services/data http://contoso.com:8080/clientaccesspolicy.com
  3. sau: + domain + secure true false + headers Add S ervice Reference System .Net + WebClient + HttpWebRequest và HttpWebResponse WebClient WebClient.
  4. GET n POST WebClient + WebClient..::.OpenWriteAsync + WebClient..::.UploadStringAsync WebClient..::.Headers WebClient client = new WebClient(); public Page() { InitializeComponent(); client.UploadStringCompleted += new UploadStringCompletedEventHandler(client_UploadStringCompleted); } private void Button_Click(object sender, RoutedEventArgs e) { string postRequest = "" + "New Restaurant" + "" + " " + " There is a new Thai restaurant in town!" + " I ate there last night and it was fabulous." + " Make sure and check it out!" + " " + " " + " " + " Pilar Ackerman" + " packerman@contoso.com" + " " + ""; client.UploadStringAsync(new Uri("http://blogs.contoso.com/post-create?blogID=1234", UriKind.Absolute), postRequest); } void client_UploadStringCompleted(object sender, UploadStringCompletedEventArgs e) { if (e.Error != null) tb1.Text = e.Error.Message; else
  5. tb1.Text = e.Result; } WebClient System.Net System.Net.Sockets . ó. Reverse tunnel attack – Use a remote client’s outgoing connection as a back tunnel to the client’s private netwo rk. amespace System.Net. .
  6. không thành công. to JSON, và Syndication components.
  7. à public cho toàn domain a. b.
  8. a. b. ssdomain.xml + L
  9. Cryptographic Services
ADSENSE

CÓ THỂ BẠN MUỐN DOWNLOAD

 

Đồng bộ tài khoản
2=>2