1 instantiation of PeerMessageProperty
System.ServiceModel (1)
System\ServiceModel\Channels\PeerHelpers.cs (1)
799PeerMessageProperty peerProperty = new PeerMessageProperty();
3 references to PeerMessageProperty
System.ServiceModel (3)
System\ServiceModel\Channels\PeerFlooder.cs (2)
358PeerMessageProperty peerProperty = null; 363peerProperty = (PeerMessageProperty)floodInfo.Properties[PeerStrings.PeerProperty];
System\ServiceModel\Channels\PeerHelpers.cs (1)
799PeerMessageProperty peerProperty = new PeerMessageProperty();