Edit

Share via


IResponseServiceCallback.SendResponse Method

Definition

Overloads

SendResponse(Message)
SendResponse(Message, String)

SendResponse(Message)

[System.ServiceModel.OperationContract(Action="*", IsOneWay=true)]
public void SendResponse (System.ServiceModel.Channels.Message m);
abstract member SendResponse : System.ServiceModel.Channels.Message -> unit
Public Sub SendResponse (m As Message)

Parameters

Attributes

Applies to

SendResponse(Message, String)

public void SendResponse (System.ServiceModel.Channels.Message m, string clientData);
abstract member SendResponse : System.ServiceModel.Channels.Message * string -> unit
Public Sub SendResponse (m As Message, clientData As String)

Parameters

clientData
String

Applies to