ServiceContractAttribute Properties
.NET Framework 4
The ServiceContractAttribute type exposes the following members.
| Name | Description | |
|---|---|---|
|
CallbackContract | Gets or sets the type of callback contract when the contract is a duplex contract. |
|
ConfigurationName | Gets or sets the name used to locate the service in an application configuration file. |
|
HasProtectionLevel | Gets a value that indicates whether the member has a protection level assigned. |
|
Name | Gets or sets the name for the <portType> element in Web Services Description Language (WSDL). |
|
Namespace | Gets or sets the namespace of the <portType> element in Web Services Description Language (WSDL). |
|
ProtectionLevel | Specifies whether the binding for the contract must support the value of the ProtectionLevel property. |
|
SessionMode | Gets or sets whether sessions are allowed, not allowed or required. |
|
TypeId | When implemented in a derived class, gets a unique identifier for this Attribute. (Inherited from Attribute.) |