ServiceBehaviorAttribute Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the ServiceBehaviorAttribute class.
public:
ServiceBehaviorAttribute();
public ServiceBehaviorAttribute ();
Public Sub New ()
Remarks
The default values for the ServiceBehaviorAttribute are:
The AddressFilterMode is set to Exact.
The AutomaticSessionShutdown property is
true
.The ConcurrencyMode is set to Single.
The ConfigurationName property is the namespace-qualified name of the type without the assembly information.
The IgnoreExtensionDataObject property is
false
.The MaxItemsInObjectGraph property is set to 64KB.
The Name property is the name of the service type, without namespace or assembly information.
The Namespace property is
"http://tempuri.org"
.The ReleaseServiceInstanceOnTransactionComplete property is
true
.IncludeExceptionDetailInFaults is
false
.UseSynchronizationContext is
true
.The TransactionAutoCompleteOnSessionClose property is
false
.The TransactionIsolationLevel property is Unspecified.
The TransactionTimeout property is set to Zero.
The ValidateMustUnderstand property is
true
.