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