| System.ServiceModel Namespace |
| Class | Description | |
|---|---|---|
| BasicHttpBinding |
Represents a binding that a Windows Communication Foundation (WCF) service
can use to configure and expose endpoints that are able to communicate with
ASMX-based Web services and clients and other services that conform to the
WS-I Basic Profile 1.1.
| |
| BasicHttpSecurity |
Configures the security settings of a basicHttpBinding binding.
| |
| ClientBaseTChannel |
Provides the base implementation used to create Windows Communication Foundation
(WCF) client objects that can call services.
| |
| ClientBaseTChannelWebMethodsCaller |
Provides an API to call web methods defined in a WebService
| |
| EndpointAddress |
Provides a unique network address that a client uses to communicate with
a service endpoint.
| |
| FaultException |
Represents a SOAP fault.
| |
| HttpBindingBase | ||
| INTERNAL_WorkAroundIssueWithJSILAndDynamicUnderVs2015 | ||
| MessageBodyMemberAttribute |
Specifies that a member is serialized as an element inside the SOAP body.
| |
| MessageContractAttribute |
Defines a strongly-typed class that corresponds to a SOAP message.
| |
| MessageContractMemberAttribute |
Declares the base members for System.ServiceModel.MessageBodyMemberAttribute
and System.ServiceModel.MessageHeaderAttribute.
| |
| OperationContractAttribute |
Indicates that a method defines an operation that is part of a service contract
in a Windows Communication Foundation (WCF) application.
| |
| ServiceContractAttribute |
Indicates that an interface or a class defines a service contract in a Windows
Communication Foundation (WCF) application.
|
| Interface | Description | |
|---|---|---|
| IClientChannel |
Defines the behavior of outbound request and request/reply channels used
by client applications.
|
| Enumeration | Description | |
|---|---|---|
| BasicHttpSecurityMode |
Specifies the types of security that can be used with the system-provided
System.ServiceModel.BasicHttpBinding.
|