7 types derived from CommunicationObject
System.ServiceModel.Federation (1)
System\IdentityModel\Security\WrapperSecurityCommunicationObject.cs (1)
15internal class WrapperSecurityCommunicationObject : CommunicationObject
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\StreamUpgradeProvider.cs (1)
8public abstract class StreamUpgradeProvider : CommunicationObject
System.ServiceModel.Primitives (4)
netstandard.cs (4)
430public abstract partial class ChannelFactory : System.ServiceModel.Channels.CommunicationObject, System.IDisposable, System.ServiceModel.Channels.IChannelFactory, System.ServiceModel.ICommunicationObject 1075public sealed partial class InstanceContext : System.ServiceModel.Channels.CommunicationObject, System.ServiceModel.IExtensibleObject<System.ServiceModel.InstanceContext> 1311public abstract partial class ChannelBase : System.ServiceModel.Channels.CommunicationObject, System.ServiceModel.Channels.IChannel, System.ServiceModel.ICommunicationObject, System.ServiceModel.IDefaultCommunicationTimeouts 1353public abstract partial class ChannelManagerBase : System.ServiceModel.Channels.CommunicationObject, System.ServiceModel.IDefaultCommunicationTimeouts
UnitTests.Common (1)
MockCommunicationObject.cs (1)
14public class MockCommunicationObject : CommunicationObject, IMockCommunicationObject
1 reference to CommunicationObject
System.ServiceModel (1)
netstandard.cs (1)
45[assembly: TypeForwardedTo(typeof(CommunicationObject))]