网络和Internet分册(.NET框架开发人员参考手册)

作者
张志学主编
丛书名
出版社
清华大学出版社
ISBN
9787302042860
简要
简介
内容简介书籍计算机书籍 .NET框架是一种用于构建、配置和运行Web服务及应用程序的多语言环境,并将成为未来Windows环境下网络开发的主要工具。本书详细介绍了.NET框架中的数据库操作部分:System .Data 名称空间及其下属的全部三级名称空间。全书共5章,主要内容包括:System .Data 、System .Data .Internal、System .Data .ADO、System .Data .SQL和System .Data .SQLTypes名称空间中定义的类、结构、接口、枚举和Delegate等,并对其中一些重要方法给出了有代表性的实例。 本书内容全面、深入,适合中高级读者、大专院校师生、企业技术开发人员学习参考,也适合各类培训班学员学习.NET框架编程技术。
目录
第1章 System.Net名称空间

1.1 System.Net名称空间结构一览
1.2 System.Net名称空间中的类
1.2.1 AuthenticationManager类
1.2.2 Authorization类
1.2.3 CredentialCache类
1.2.4 DefaultControlObject类
1.2.5 DNS类
1.2.6 DnsPermission类
1.2.7 Endpoint类
1.2.8 GlobalProxySelection类
1.2.9 HttpExtension类
1.2.10 HttpStatusCode类
1.2.11 HttpVersion类
1.2.12 HttpWebRequest类
1.2.13 HttpWebResponse类
1.2.14 IPAddress类
1.2.15 IPEndPoint类
1.2.16 IPHostEntry类
1.2.17 NetworkCredential类
1.2.18 ProtocolViolationException类
1.2.19 ProxyData类
1.2.20 ServicePoint类
1.2.21 ServicePointManager类
1.2.22 SingleCredential类
1.2.23 SocketAddress类
1.2.24 SocketPermission类
1.2.25 WebException类
1.2.26 WebHeaders类
1.2.27 WebPermission类
1.2.28 WebRequest类
1.2.29 WebRequestFactory类
1.2.30 WebResponse类
1.3 System.Net名称空间中的接口
1.3.1 IAuthenticationModule接口
1.3.2 ICertificatePolicy接口
1.3.3 ICredentialLookup接口
1.3.4 IProxyInfo接口
1.3.5 ISelectProxy接口
1.3.6 IWebRequestCreate接口
1.4 System.Net名称空间中的枚举
1.4.1 ConnectionModes枚举
1.4.2 NetworkAccess枚举
1.4.3 TransportType枚举
1.4.4 WebStatus枚举
1.5 System.Net名称空间中的Delegate

第2章 System.Net.Sockets名称空间

2.1 System.Net.Sockets名称空间结构一览
2.2 System.Net.Sockets名称空间中的类
2.2.1 AddressFamily类
2.2.2 InvalidSocketConstants类
2.2.3 LingerOption类
2.2.4 MulticastOption类
2.2.5 NetworkStream类
2.2.6 ProtocolFamily类
2.2.7 ProtocolType类
2.2.8 Socket类
2.2.9 SockeErrors类
2.2.10 SockeException类
2.2.11 SocketMsgFlags类
2.2.12 SocketOption类
2.2.13 SocketShutdown类
2.2.14 SocketType类
2.2.15 TCPClient类
2.2.16 TCPListener类
2.2.17 UDPClient类
2.3 System.Net.Sockets名称空间中的枚举

第3章 System.Web名称空间

3.1 System.Web名称空间结构一览
3.2 System.Web名称空间中的类
3.2.1 ConfigureCapabilities类
3.2.2 HttpApplication类
3.2.3 HttpApplicationState类
3.2.4 HttpBrowserCapabilities类
3.2.5 HttpBrowserCapabilities.SectionHandler类
3.2.6 HttpCachePolicy类
3.2.7 HttpCacheVary类
3.2.8 HttpCapabilities类
3.2.9 HttpClientCertificate类
3.2.10 HttpContext类
3.2.11 HttpCookie类
3.2.12 HttpCookieHandler类
3.2.13 httpDebug-Handler类
3.2.14 HttpException类
3.2.15 HttpExceptionInfo类
3.2.16 HttpFileCollection类
3.2.17 HttpMethodNotAllowedHandler类
3.2.18 HttpModuleCollection类
3.2.19 HttpNotFoundHandler类
3.2.20 HttpNotImplementedHandler类
3.2.21 HttpPostedFile类
3.2.22 HttpRequest类
3.2.23 HttpResponse类
3.2.24 HttpRuntime类
3.2.25 HttpServerUtility类
3.2.26 HttpStaticObjectsCollection类
3.2.27 HttpUrl类
3.2.28 HttpWorkerRequest类
3.2.29 HttpWriter类
3.2.30 ProcessInfo类
3.2.31 ProcessModelInfo类
3.2.32 StaticFileHandler类
3.2.33 TraceContext类
3.2.34 WebSysDescriptionAttribute类
3.3 System.Web名称空间中的接口
3.3.1 IHttpAsyncHandler接口
3.3.2 IHttpHandler接口
3.3.3 IHttpHandlerFactory接口
3.3.4 IhttpModule接口
3.4 System.Web名称空间中的枚举
3.4.1 HttpCacheability枚举
3.4.2 HttpCacheRevalidation枚举
3.4.3 HttpValidationStatus枚举
3.4.4 ProcessShutdownReason枚举
3.4.5 ProcessStatus枚举
3.4.6 TraceEnableEnum枚举
3.4.7 TraceModeEnum枚举
3.5 System.Web名称空间中Delegate
3.5.1 HttpCacheValidateHandler Delegate
3.5.2 HttpWorkerRequest.EndofSendNotification Delegate

第4章 System.Web.Caching名称空间

4.1 System.Web.Caching名称空间结构一览
4.2 System.Web.Caching名称空间名称空间中的类
4.2.1 Cache类
4.2.2 CacheDependency类
4.2.3 OutputCacheModule类
4.3 System.Web.Caching名称空间中的枚举
4.3.1 CacheItemPriorities枚举
4.3.2 CacheItemPriorityDecay枚举
4.3.3 CacheItemRemovedReason枚举
4.4 System.Web.Configuration名称空间中的Delegate

第5章 System.Web.Security名称空间

5.1 System.Web.Security名称空间结构一览
5.2 System.Web.Security名称空间中的类
5.2.1 ConfigurationException类
5.2.2 ConfigurationInput类
5.2.3 ConfigXmlCursor类
5.2.4 Dictionary SectionHandler类
5.2.5 SingleTagSectionHandler类
5.3 System.Web.Configuration名称空间中的接口

第6章 System.Web.Security名称空间

6.1 System.Web.Security名称空间结构一览
6.2 System.Web.Security名称空间中的类
6.2.1 CookieAuthentication类
6.2.2 CookieAuthenticationEvent类
6.2.3 CookieAuthenticationModule类
6.2.4 CookieAuthentication类
6.2.5 Cookiedentity类
6.2.6 DefaultAuthenticationTicket类
6.2.7 DefaultAuthenticationModule类
6.2.8 FileAuthorizationModule类
6.2.9 PassportAuthenticationEvent类
6.2.10 PassportAuthenticationModule类
6.2.11 PassportIdentity类
6.2.12 UrlAuthorizationModule类
6.2.13 WindowsAuthenticationEvent类
6.2.14 WindowsAuthenticationModule类
6.3 System.Web.Security名称空间中的Delegate
6.3.1 CookieAuthenticationEventHandler Delegate
6.3.2 DefaulyAuthenticationEventHandler Delegate
6.3.3 PassportAuthenticationEventHandler Delegate
6.3.4 WindowsAuthenticationEventHandler Delegate

第7章 System.Web.Serivces名称空间

7.1 System.Web.Serivces名称空间结构一览
7.2 System.Web.Serivces名称空间中的类
7.2.1 WebMethodAttribute类
7.2.2 WebService类
7.2.3 WebServiceAttribute类
7.2.4 WebServicesConfiguration类
7.2.5 WebServicesConfigurationSectionHandler类
7.3 System.Web.Services名称空间中的枚举

第8章 System.Web.UI名称空间

8.1 System.Web.UI名称空间结构一览
8.2 System.Web.UI名称空间中的类
8.2.1 ApplicationFileParser类
8.2.2 AttributeCollection类
8.2.3 BaseControlBuilder类
8.2.4 BaseParser类
8.2.5 CompiledTemplateBase类
8.2.6 CompiledTemplateBuilder类
8.2.7 ConstructorNeedsTagAttribute类
8.2.8 Control类
8.2.9 ControlBuilder类
8.2.10 ControlBuilderAttribute类
8.2.11 ControlCollection类
8.2.12 CssStyleCollection类
8.2.13 DataBinder类
8.2.14 DataBinding类
8.2.15 DataBindingCollection类
8.2.16 DataBindingCollectionConverter类
8.2.17 DataboundLiteralControl类
8.2.18 Html32TextWriter类
8.2.19 HtmlTextWriter类
8.2.20 ImageClickEventArgs
8.2.21 IndentedTextWriter类
8.2.22 LiteralContentAttribute类
8.2.23 LiteralControl类
8.2.24 LosFormatter类
8.2.25 Page类
8.2.26 PageParser类
8.2.27 PersistenceTypeAttribute类
8.2.28 PropertyBuilder类
8.2.29 RootBuilder类
8.2.30 SimpleWebHandlerParser类
8.2.31 StateBag类
8.2.32 StateItem类
8.2.33 TemplateAttribute类
8.2.34 TemplateBuilder类
8.2.35 TemplateControl类
8.2.36 TemplateControlParser类
8.2.37 TemplateParser类
8.2.38 ToolboxDataAttribute类
8.2.39 UserControl类
8.2.40 UserControlParser类
8.2.41 ValidationProperty Attribute类
8.2.42 ValidatorCollection类
8.3 System.Web.UI名称空间中的接口
8.3.1 IAttributeAccessor接口
8.3.2 INamingContainer接口
8.3.3 IParserAccessor接口
8.3.4 IPostBackDataHandler接口
8.3.5 IPostBackEventHandler接口
8.3.6 IStateManager接口
8.3.7 ITagNameToTypeMapper接口
8.3.8 ITemplate接口
8.3.9 IValidator接口
8.4 System.Web.UI名称空间中的枚举
8.4.1 ClientTarget枚举
8.4.2 EncodingTypeEnum枚举
8.4.3 PersistenceMode枚举
8.5 System.Web.UI名称空间中的Delegate
8.5.1 BuildTemplateMethod Delegate
8.5.2 ImageClickEventHandler Delegate

第9章 System.Xml名称空间

9.1 System.Xml名称空间结构一览
9.2 System.Xml名称空间中的类
9.2.1 DataDocumentNavigator类
9.2.2 DocumentNavigator类
9.2.3 ValidationEventArgs类
9.2.4 XmlAttribute类
9.2.5 XmlAttributeCollection类
9.2.6 XmlCDataSection类
9.2.7 XmlCharacterData类
9.2.8 XmlComment类
9.2.9 XmlConvert类
9.2.10 XmlDataDocument类
9.2.11 XmlDeclaration类
9.2.12 XmlDocument类
9.2.13 XmlDocumentFragment类
9.2.14 XmlDocumentType类
9.2.15 XmlElement类
9.2.16 XmlEntity类
9.2.17 XmlEntityReference类
9.2.18 XmlException类
9.2.19 XmlImplementation类
9.2.20 XmlLinkedNode类
9.2.21 XmlNameNodeMap类
9.2.22 XmlNavigator类
9.2.23 XmlNode类
9.2.24 XmlNodeList类
9.2.25 XmlNodeReader类
9.2.26 XmlNotation类
9.2.27 XmlProcessingInstruction类
9.2.28 XmlReader类
9.2.29 XmlResolver类
9.2.30 XmlSchemaCollection类
9.2.31 XmlSignificantWhitespace类
9.2.32 XmlText类
9.2.33 XmlTextReader类
9.2.34 XmlTextWriter类
9.2.35 XmlUrlResolver类
9.2.36 XmlWhitespace类
9.2.37 XmlWriter类
9.3 System.Xml名称空间中的接口
9.4 System.Xml名称空间中的枚举
9.4.1 EntityHandling枚举
9.4.2 Formatting枚举
9.4.3 ReadState枚举
9.4.4 TreePosition枚举
9.4.5 Validation枚举
9.4.6 WhitespaceHanding枚举
9.4.7 WriteState枚举
9.4.8 XmlNodeType枚举
9.4.9 XmlSpace枚举

推荐

车牌查询
桂ICP备20004708号-3