ICommunicationObject Interface

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Defines a set of time-out properties that are applied to the message context of the implementing class.

Namespace:  Ws.Services.Binding
Assembly:  MFWsStack (in MFWsStack.dll)

Syntax

'Declaration
Public Interface ICommunicationObject
public interface ICommunicationObject
public interface class ICommunicationObject
type ICommunicationObject =  interface end
public interface ICommunicationObject

The ICommunicationObject type exposes the following members.

Properties

  Name Description
Public property CloseTimeout Gets or sets the amount of time allowed for a communication object to close a connection.
Public property OpenTimeout Gets or sets the time-out for an open operation.
Public property ReceiveTimeout Gets or sets the time-out for a receive operation.
Public property SendTimeout Gets or sets the time-out for a send operation.

Top

See Also

Reference

Ws.Services.Binding Namespace