1 type derived from ClientBase
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\DuplexClientBase.cs (1)
9
public abstract class DuplexClientBase<TChannel> :
ClientBase
<TChannel>
4 references to ClientBase
dotnet-svcutil-lib (4)
CodeDomFixup\CodeDomVisitors\ClientClassVisitor.cs (1)
23
(CodeDomHelpers.MatchGenericBaseType(type.BaseTypes[0], typeof(
ClientBase
<>)) ||
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (1)
525
protected ChannelBase(
ClientBase
<T> client)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ClientClassGenerator.cs (2)
34
private static Type s_clientBaseType = typeof(
ClientBase
<>);
168
clientType.BaseTypes.Add(new CodeTypeReference(context.ServiceContractGenerator.GetCodeTypeReference(typeof(
ClientBase
<>)).BaseType, context.ContractTypeReference));