AsyncWcfLib

IExtensibleWcfMessage Interface

Represents the interface used for the base message class WcfMessage. It is provided for library users wishing to write their own base message implementation.

For a list of all members of this type, see IExtensibleWcfMessage Members .

public interface IExtensibleWcfMessage : IExtensibleDataObject

Types that implement IExtensibleWcfMessage

Type Description
WcfPartnerListMessage

This message contains a list of WcfPartnerMessages.

It is used by the routers to exchange informations.

WcfErrorMessage

An error-message is generated when an exeption or timeout occurs on client or service side.

The message contains a code indicating where the error occured and a text representation of the exception.

WcfIdleMessage

A message without information content. Just for alive check or default response.

WcfMessage

Base class for all messages sent through AsyncWcfLib.

WcfPartnerMessage

This class identifies a communication partner (client or service).

It is used to open and close communication.

Requirements

Namespace: SourceForge.AsyncWcfLib

Assembly: SF.AsyncWcfLib (in SF.AsyncWcfLib.dll)

See Also

IExtensibleWcfMessage Members | SourceForge.AsyncWcfLib Namespace