摘要: Special Considerations When Using Query Notifications Applications that use query notification features need to take into account the following special considerations. Valid QueriesQuery notificati...
阅读全文
摘要: 链接到服务器 我们可以使用WebRequest对象链接到服务器上。WebRequest对象使你可以在Web站点上贴出请求,自从RSS通过HTTP传输后,WebRequest对象就成了链接服务器最主要的选择了。 Listing A中的代码告诉我们,任何将一个新的WebRequest对象与一个URL进行连接。 Listing A //Create a WebRequest objectWebRequ...
阅读全文