This documentation is archived and is not being maintained.
System.ServiceModel.Web Namespace
Visual Studio 2008
Contains classes that make up the Web Http Programming Model.
| Class | Description | |
|---|---|---|
![]() | IncomingWebRequestContext | Provides programmatic access to the context of the incoming Web request. |
![]() | IncomingWebResponseContext | Provides programmatic access to the context of the incoming Web response. |
![]() | OutgoingWebRequestContext | Provides programmatic access to the context of the outgoing Web request. |
![]() | OutgoingWebResponseContext | Provides programmatic access to the context of the outgoing Web response. |
![]() | WebChannelFactory(Of TChannel) | A class for accessing Windows Communication Foundation (WCF) Web services on a client. |
![]() | WebGetAttribute | Indicates that a service operation is logically a retrieval operation and that it can be called by the Web programming model. |
![]() | WebInvokeAttribute | Indicates a service operation is logically an invoke operation and that it can be called by the Web programming model. |
![]() | WebOperationContext | A helper class that provides easy access to contextual properties of Web requests and responses. |
![]() | WebServiceHost | A ServiceHost derived class that compliments the Windows Communication Foundation (WCF) Web programming model. |
| Enumeration | Description | |
|---|---|---|
![]() | WebMessageBodyStyle | An enumeration that specifies whether to wrap parameter and return values. |
![]() | WebMessageFormat | An enumeration that specifies the format of Web messages. |
Show:

