AsyncWcfLib

WcfReqIdent.SendResponse Method

Respond to a request. SendResponse may be called several times on one request. The responses are added into a WcfNotificationMessage. The individual messages are received on client side. If SendResponse is not called on a request, AsyncWcfLib automatically returns a WcfIdleMessage to the client.

public void SendResponse(
   IWcfMessage msg
);

Parameters

msg
The message to send as response.

See Also

WcfReqIdent Class | SourceForge.AsyncWcfLib Namespace