Edit

Share via


TransportDuplexSessionChannel.OnSendCore(Message, TimeSpan) Method

Definition

protected:
 abstract void OnSendCore(System::ServiceModel::Channels::Message ^ message, TimeSpan timeout);
protected abstract void OnSendCore (System.ServiceModel.Channels.Message message, TimeSpan timeout);
abstract member OnSendCore : System.ServiceModel.Channels.Message * TimeSpan -> unit
Protected MustOverride Sub OnSendCore (message As Message, timeout As TimeSpan)

Parameters

message
Message
timeout
TimeSpan

Applies to