Class Reference
This section provides a quick interface reference to the key objects described in this chapter. Space constraints prevent us from documenting every object in the .NET framework in this book, so for the sake of brevity and conciseness, we include only the most important objects here. For more information on the other objects in the .NET framework, consult the .NET Framework Reference online help file.
WebService
Member of System.Web.Services.Assembly: System.Web.Services.dll.The WebService class is what all XML Web services derive from.
Properties | ||
---|---|---|
Application | Context | Server |
Session | User |
WebMethodAttribute
Member of System.Web.Services.Assembly: System.Web.Services.dll.The WebMethodAttribute class is used to set the options for a Web method.
Properties | ||
---|---|---|
BufferResponse | CacheDuration | Description |
EnableSession | MessageName | TransactionOption |
TypeID |
SoapHttpClientProtocol
Member of System.Web.Services.Protocols.HttpWebClientProtocol.Assembly: System.Web.Services.dll.This is the class from which the Web proxies generated by WSDL and Visual Studio .NET derive.
Properties | ||
---|---|---|
AllowAutoRedirect | ClientCertificates | ConnectionGroupName |
CookieContainer | Credentials | PreAuthenticate |
Proxy | RequestEncoding | Timeout |
Url | UserAgent | |
Methods | ||
Abort | Discover |