1 interface inheriting from IExtensibleObject
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\IContextChannel.cs (1)
15
public interface IContextChannel : IChannel,
IExtensibleObject
<IContextChannel>
2 implementations of IExtensibleObject
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\InstanceContext.cs (1)
17
public sealed class InstanceContext : CommunicationObject,
IExtensibleObject
<InstanceContext>
FrameworkFork\System.ServiceModel\System\ServiceModel\OperationContext.cs (1)
13
public sealed class OperationContext :
IExtensibleObject
<OperationContext>
8 references to IExtensibleObject
dotnet-svcutil-lib (8)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (1)
1446
IExtensionCollection<IContextChannel>
IExtensibleObject
<IContextChannel>.Extensions
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
725
IExtensionCollection<IContextChannel>
IExtensibleObject
<IContextChannel>.Extensions
FrameworkFork\System.ServiceModel\System\ServiceModel\ClientBase.cs (2)
751
IExtensionCollection<IContextChannel>
IExtensibleObject
<IContextChannel>.Extensions
753
get { return ((
IExtensibleObject
<IContextChannel>)_channel).Extensions; }
FrameworkFork\System.ServiceModel\System\ServiceModel\ExtensionCollection.cs (1)
11
where T :
IExtensibleObject
<T>
FrameworkFork\System.ServiceModel\System\ServiceModel\IExtensibleObject.cs (1)
11
where T :
IExtensibleObject
<T>
FrameworkFork\System.ServiceModel\System\ServiceModel\IExtension.cs (1)
9
public interface IExtension<T> where T :
IExtensibleObject
<T>
FrameworkFork\System.ServiceModel\System\ServiceModel\IExtensionCollection.cs (1)
12
where T :
IExtensibleObject
<T>