AsyncWcfLib

WcfBasicClientAsync Class

Base class of WcfClientAsync to connect to a WCF service.

Requests are sent asynchronious.

Responses are asynchroniously received on the same thread as the request was sent

(only when sent from a thread with message queue (as WinForms), but not when sent from a threadpool-thread).

This class uses a auto-generated service reference 'WcfBasicClient'.

TSC is the TypeofUserContext in ClientIdent and ServiceIdent.

We accept only reference types as TSC. This allows to modify user context when receiving a message.

Specify WcfBasicClientAsync<object>, when you do not need the user context.

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

System.Object
   WcfBasicClientAsync

public class WcfBasicClientAsync : IWcfBasicPartner

Requirements

Namespace: SourceForge.AsyncWcfLib.Basic

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

See Also

WcfBasicClientAsync Members | SourceForge.AsyncWcfLib.Basic Namespace