4 implementations of Request
Extensibility.MessageInterceptor.IntegrationTests (1)
InterceptingChannelFactory.cs (1)
278public Message Request(Message message, TimeSpan timeout)
System.ServiceModel.Primitives (1)
netstandard.cs (1)
545System.ServiceModel.Channels.Message System.ServiceModel.Channels.IRequestChannel.Request(System.ServiceModel.Channels.Message message, System.TimeSpan timeout) { return default; }
System.ServiceModel.Primitives.Tests (1)
ServiceModel\ThrowingOnCloseBindingElement.cs (1)
215public Message Request(Message message, TimeSpan timeout) => InnerChannel.Request(message, timeout);
UnitTests.Common (1)
MockRequestChannel.cs (1)
32public Message Request(Message message, TimeSpan timeout)
2 references to Request
Client.TypedClient.IntegrationTests (1)
TypedProxyTests.4.0.0.cs (1)
312replyMessage = channel.Request(requestMessage, TimeSpan.FromSeconds(60));
System.ServiceModel.Primitives.Tests (1)
ServiceModel\ThrowingOnCloseBindingElement.cs (1)
215public Message Request(Message message, TimeSpan timeout) => InnerChannel.Request(message, timeout);