IDuplex
Assembly: ServiceStack.Client.dll
View Source
Declaration
[ServiceContract(Namespace = "http://services.servicestack.net/", CallbackContract = typeof(IDuplexCallback))]
public interface IDuplex
Methods
BeginSend(Message)
View Source
Declaration
[OperationContract(Action = "*", ReplyAction = "*")]
void BeginSend(Message msg)
Parameters
Type | Name |
---|---|
System.ServiceModel.Channels.Message | msg |