1 implementation of IOnlineStatus
System.ServiceModel (1)
System\ServiceModel\PeerNode.cs (1)
13public sealed class PeerNode : IOnlineStatus
4 references to IOnlineStatus
System.ServiceModel (4)
System\ServiceModel\Channels\PeerChannelListener.cs (1)
133else if (typeof(T) == typeof(IOnlineStatus))
System\ServiceModel\Channels\PeerDuplexChannel.cs (1)
88else if (typeof(T) == typeof(IOnlineStatus))
System\ServiceModel\Channels\PeerInputChannel.cs (1)
44else if (typeof(T) == typeof(IOnlineStatus))
System\ServiceModel\Channels\PeerOutputChannel.cs (1)
47else if (typeof(T) == typeof(IOnlineStatus))