Click or drag to resize
ServiceContractAttribute Properties

The ServiceContractAttribute type exposes the following members.

Properties
  NameDescription
Public propertyCallbackContract
Gets or sets the type of callback contract when the contract is a duplex contract.
Public propertyConfigurationName
The name used to locate the service element in an application configuration file. The default is the name of the service implementation class.
Public propertyName
Gets or sets the name for the <portType> element in Web Services Description Language (WSDL).
Public propertyNamespace
Gets or sets the namespace of the <portType> element in Web Services Description Language (WSDL).
Top
See Also