CommunicationObject Class
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Provides the default implementation of the ICommunicationObject interface.
Inheritance Hierarchy
System. . :: . .Object
Ws.Services.Binding..::..CommunicationObject
Ws.Services.Binding. . :: . .BindingContext
Namespace: Ws.Services.Binding
Assembly: MFWsStack (in MFWsStack.dll)
Syntax
'Declaration
Public Class CommunicationObject _
Implements ICommunicationObject
public class CommunicationObject : ICommunicationObject
public ref class CommunicationObject : ICommunicationObject
type CommunicationObject =
class
interface ICommunicationObject
end
public class CommunicationObject implements ICommunicationObject
The CommunicationObject type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
CommunicationObject | Initializes a new instance of the CommunicationObject class. |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
CloseTimeout | Gets or sets the time-out for a close operation. |
![]() |
OpenTimeout | Gets or sets the time-out for an open operation. |
![]() |
ReceiveTimeout | Gets or sets the time-out for a receive operation. |
![]() |
SendTimeout | Gets or sets the time-out for a send operation. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (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.) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Fields
| Name | Description | |
|---|---|---|
![]() ![]() |
DefaultCloseTimeout | Represents the default close time-out. |
![]() ![]() |
DefaultOpenTimeout | Represents the default open time-out. |
![]() ![]() |
DefaultReceiveTimeout | Represents the default receive time-out. |
![]() ![]() |
DefaultSendTimeout | Represents the default send time-out. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
.gif)
.gif)
.gif)
.gif)
.gif)