AsyncWcfLib

IWcfBasicPartner.PostInput Method

Post a request or response message to the input of this partner. ** Usage ** Internal: Post a message into this partners input queue. ActorOutput (client): Post a response into this clients input queue. ActorOutput.m_OutputClient (server-proxy): Send a request to the connected remote service. Serviceside: Sender.PostInput() sends a response from client-stub to the remote client.

void PostInput(
   WcfReqIdent id
);

Parameters

id
A WcfReqIdent the 'Sender' property references the sending partner.

See Also

IWcfBasicPartner Interface | SourceForge.AsyncWcfLib.Basic Namespace