9 references to DefaultSendTimeout
Extensibility.MessageInterceptor.IntegrationTests (6)
InterceptingChannelFactory.cs (4)
142
return BeginSend(message,
DefaultSendTimeout
, callback, state);
158
Send(message,
DefaultSendTimeout
);
257
return BeginRequest(message, this.
DefaultSendTimeout
, callback, state);
275
return Request(message, this.
DefaultSendTimeout
);
InterceptingDuplexChannel.cs (2)
290
Send(message,
DefaultSendTimeout
);
301
return BeginSend(message,
DefaultSendTimeout
, callback, state);
System.ServiceModel.NetFramingBase (3)
System\ServiceModel\Channels\OutputChannel.cs (3)
23
return BeginSend(message,
DefaultSendTimeout
, callback, state);
72
Send(message,
DefaultSendTimeout
);
97
return SendAsync(message,
DefaultSendTimeout
);