IWcfBasicContractSync.WcfRequest Method
Synchronious send a request to 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
- The request message.
-
id
- Internally used identification info for a request (received and returned).
Return Value
The response message.
See Also
IWcfBasicContractSync Interface | SourceForge.AsyncWcfLib.Basic Namespace