ServiceBehaviorAttribute Constructor ()
Initializes a new instance of the ServiceBehaviorAttribute class.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
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.
Available since 3.0