WCF Contract Attribute
| 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 | (Inherited from Attribute) |
| Name | Description | |
|---|---|---|
|
Action | Gets or sets the WS-Addressing action of the request message. |
|
AsyncPattern | Indicates that an operation is implemented asynchronously using a Begin<methodName> and End<methodName> method pair in a service contract. |
|
HasProtectionLevel | Gets a value that indicates whether the messages for this operation must be encrypted, signed, or both. |
|
IsInitiating | Gets or sets a value that indicates whether the method implements an operation that can initiate a session on the server (if such a session exists). |
|
IsOneWay | Gets or sets a value that indicates whether an operation returns a reply message. |
|
IsTerminating | Gets or sets a value that indicates whether the service operation causes the server to close the session after the reply message, if any, is sent. |
|
Name | Gets or sets the name of the operation. |
|
ProtectionLevel | Gets or sets a value that specifies whether the messages of an operation must be encrypted, signed, or both. |
|
ReplyAction | Gets or sets the value of the SOAP action for the reply message of the operation. |
|
TypeId | (Inherited from Attribute) |
"프로그래밍 / MSDN" 분류의 다른 글
| MSDN 새단장 기념 이벤트 (0) | 2009/01/13 |
| Windows with C++ - Windows Template Library 8.0 (0) | 2007/12/13 |
| Office 주 Interop 어셈블리 (0) | 2007/07/02 |
| [C#]CallbackOnCollectedDelegate MDA (0) | 2007/06/01 |
| [C#] Form Control에는 Thread-Safe 호출을 사용 (0) | 2007/05/31 |
| System Error Codes (0) | 2007/02/28 |
| Windows SDK .NET Framework 3.0 Samples (0) | 2007/02/24 |
| Visual C++ Libraries as Shared Side-by-Side Assemblies (0) | 2006/11/07 |
프로그래밍/MSDN
2007/07/10 23:04

댓글을 달아 주세요