10 types derived from ClientBase
Client.ClientBase.IntegrationTests (1)
MessageInspectorTestHelpers.cs (1)
41public class MI_ClientBase<T> : ClientBase<T> where T : class
ScenarioTests.Common.Tests (3)
ScenarioTestTypes.cs (3)
819public class MyClientBase<T> : ClientBase<T> where T : class 833public class MyClientBase : ClientBase<IWcfServiceGenerated> 847public class MyClientBaseWithChannelBase : ClientBase<IWcfServiceBeginEndGenerated>
System.ServiceModel.Primitives (1)
netstandard.cs (1)
1171public abstract partial class DuplexClientBase<TChannel> : System.ServiceModel.ClientBase<TChannel> where TChannel : class
System.ServiceModel.Primitives.Tests (3)
ServiceModel\ClientBaseTest.cs (3)
209public class MyClientBase : ClientBase<ITestService> 230public class MyClientBase2 : ClientBase<ITestService2> 243public class MyClientBase3 : ClientBase<ITestService3>
UnitTests.Common (2)
TestHelpers.cs (2)
48public class MyClientBase<T> : ClientBase<T> where T : class 57public class MyClientBase : ClientBase<IWcfServiceGenerated>
5 references to ClientBase
ScenarioTests.Common.Tests (1)
ScenarioTestTypes.cs (1)
866public MyChannelBase(ClientBase<IWcfServiceBeginEndGenerated> client) :
System.ServiceModel (1)
netstandard.cs (1)
102[assembly: TypeForwardedTo(typeof(ClientBase<>))]
System.ServiceModel.Primitives (3)
netstandard.cs (3)
494protected void InvokeAsync(System.ServiceModel.ClientBase<TChannel>.BeginOperationDelegate beginOperationDelegate, object[] inValues, System.ServiceModel.ClientBase<TChannel>.EndOperationDelegate endOperationDelegate, System.Threading.SendOrPostCallback operationCompletedCallback, object userState) { } 509protected ChannelBase(System.ServiceModel.ClientBase<T> client) { }