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