ServiceBehaviorAttribute 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
ServiceBehaviorAttribute 클래스의 새 인스턴스를 초기화합니다.
public:
ServiceBehaviorAttribute();
public ServiceBehaviorAttribute ();
Public Sub New ()
설명
ServiceBehaviorAttribute의 기본값은 다음과 같습니다.
AddressFilterMode는 Exact로 설정됩니다.
AutomaticSessionShutdown 속성은
true
입니다.ConcurrencyMode는 Single로 설정됩니다.
ConfigurationName 속성은 어셈블리 정보가 없는, 네임스페이스 정규화된 형식 이름입니다.
IgnoreExtensionDataObject 속성은
false
입니다.MaxItemsInObjectGraph 속성은 64KB로 설정됩니다.
Name 속성은 네임스페이스 또는 어셈블리 정보가 없는, 서비스 형식 이름입니다.
Namespace 속성은
"http://tempuri.org"
입니다.ReleaseServiceInstanceOnTransactionComplete 속성은
true
입니다.IncludeExceptionDetailInFaults이(가)
false
인 경우UseSynchronizationContext이(가)
true
인 경우TransactionAutoCompleteOnSessionClose 속성은
false
입니다.TransactionIsolationLevel 속성은 Unspecified입니다.
TransactionTimeout 속성이 Zero로 설정되어 있습니다.
ValidateMustUnderstand 속성은
true
입니다.
적용 대상
.NET