Upgrade your Internet Experience
United States - English
Argentina (Español)
Australia (English)
Brasil (Português)
Canada (English)
Canada (Français)
中国 (简体中文)
Colombia (Español)
Deutschland (Deutsch)
España (Español)
France (Français)
India (English)
Italia (Italiano)
日本 (日本語)
México (Español)
Perú (Español)
Россия (Pусский)
United Kingdom (English)
United States (English)
More...
Microsoft.com
Welcome
Sign in
.NET Framework Developer Center
Home
Library
Learn
Downloads
Support
Community
Forums
Classic
  |  
Lightweight Beta
  |  
ScriptFree
Printer Friendly Version
Send
Add Content...
Click to Rate and Give Feedback
Give feedback on this content
MSDN Library
MSDN
Please Wait
MSDN Library
Please Wait
.NET Development
Please Wait
.NET Framework 3.0
Please Wait
Class Library
Please Wait
System.ServiceModel.Dispatcher
Please Wait
ClientOperation Class
Please Wait
ClientOperation Members
Collapse All
Expand All
This page is specific to
.NET Framework 3.0
Other versions are also available for the following:
Microsoft Visual Studio 2008/.NET Framework 3.5
Microsoft Silverlight 3
Microsoft Visual Studio 2010/.NET Framework 4
ClientOperation Members
The following tables list the members exposed by the
ClientOperation
type.
Public Constructors
Name
Description
ClientOperation
Overloaded. Initializes a new instance of the
ClientOperation
class.
Top
Public Properties
Name
Description
Action
Gets the action of the operation.
BeginMethod
Gets or sets the method associated with an asynchronous operation.
DeserializeReply
Gets or sets a value that indicates whether the
Formatter
property value is used to deserialize the reply message.
EndMethod
Gets or sets the method that implements the asynchronous end method for the operation.
FaultContractInfos
Gets a collection of
FaultContractInfo
objects that represent the specified SOAP faults for this operation.
Formatter
Gets or sets the formatter that serializes objects into messages and deserializes messages into objects.
IsInitiating
Gets or sets a value that indicates whether a session can be started by a message to this operation.
IsOneWay
Gets or sets a value that indicates if the operation is a one-way operation.
IsTerminating
Gets or sets a value that indicates if this operation is the last one in a session.
Name
Gets the name of the operation.
ParameterInspectors
Gets or sets a collection of
IParameterInspector
objects that can inspect and modify inbound and outbound objects for a particular client method.
Parent
Gets the containing
ClientRuntime
object.
ReplyAction
Gets the action of the reply message for this operation.
SerializeRequest
Gets or sets a value that specifies whether the
Formatter
object serializes an outbound message.
SyncMethod
Gets or sets the method that is associated with this operation.
Top
Public Methods
(see also
Protected Methods
)
Name
Description
Equals
Overloaded. Determines whether two
Object
instances are equal. (inherited from
Object
)
GetHashCode
Serves as a hash function for a particular type. (inherited from
Object
)
GetType
Gets the
Type
of the current instance. (inherited from
Object
)
ReferenceEquals
Determines whether the specified
Object
instances are the same instance. (inherited from
Object
)
ToString
Returns a
String
that represents the current
Object
. (inherited from
Object
)
Top
Protected Methods
Name
Description
Finalize
Allows an
Object
to attempt to free resources and perform other cleanup operations before the
Object
is reclaimed by garbage collection. (inherited from
Object
)
MemberwiseClone
Creates a shallow copy of the current
Object
. (inherited from
Object
)
Top
See Also
Reference
ClientOperation Class
System.ServiceModel.Dispatcher Namespace
Tags
:
Add a tag
Add
Cancel
Flag as
ContentBug
Community Content
Add new content
Annotations
|
Edit
Tags
:
Add a tag
Add
Cancel
Flag as
ContentBug
© 2010 Microsoft Corporation. All rights reserved.
Terms of Use
|
Trademarks
|
Privacy Statement