AsyncWcfLib

IWcfDualContractSync.WcfRequest Method

Handle a request on a service.

[OperationContract(Name="null", Action="null", ProtectionLevel=ProtectionLevel.None, HasProtectionLevel=False, ReplyAction="null", AsyncPattern=False, IsOneWay=False, IsInitiating=True, IsTerminating=False)]
IWcfMessage WcfRequest(
   IWcfMessage msg,
   ref WcfReqIdent id
);

Parameters

msg
Request message.
id
Internally used identification info for a request (received and returned).

Return Value

Response message.

See Also

IWcfDualContractSync Interface | SourceForge.AsyncWcfLib.Basic Namespace