AsyncWcfLib

IWcfMessage Interface

Represents the base type for all messages sent through AsyncWcfLib. The interface exists to find all message implementations in a project. The interface itself does not declare any constraints on your message implementation. It is your own responsibility to design the message for immutability by multiple threads when needed.

public interface IWcfMessage

Types that implement IWcfMessage

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

SourceForge.AsyncWcfLib Namespace