OperationContractAttribute Properties
MSDN Home
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
.NET Framework Class Library
System.ServiceModel Namespace
OperationContractAttribute Cla ...
OperationContractAttribute ...
Action Property
AsyncPattern Property
HasProtectionLevel Property
IsInitiating Property
IsOneWay Property
IsTerminating Property
Name Property
ProtectionLevel Property
ReplyAction Property
OperationContractAttribute ...
OperationContractAttribute Mem ...
OperationContractAttribute Con ...
OperationContractAttribute Met ...
OperationContractAttribute Pro ...
Switch View :
Classic
Lightweight Beta
ScriptFree
Feedback
.NET Framework Class Library
OperationContractAttribute Properties
The
OperationContractAttribute
type exposes the following members.
Properties
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
When implemented in a derived class, gets a unique identifier for this
Attribute
.
(Inherited from
Attribute
.)
Top
See Also
Reference
OperationContractAttribute Class
System.ServiceModel Namespace
Tags :