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