7 references to ReplyRelationshipType
System.ServiceModel.Primitives (7)
System\ServiceModel\Channels\Addressing.cs (4)
816get { return ReplyRelationshipType; } 851if (relationshipType == ReplyRelationshipType) 871relationshipType = ReplyRelationshipType; 894if (actor.Length == 0 && mustUnderstand == mustUnderstandValue && !relay && (object)relationship == (object)ReplyRelationshipType)
System\ServiceModel\Channels\MessageHeaders.cs (3)
303return GetRelatesTo(RelatesToHeader.ReplyRelationshipType); 307SetRelatesTo(RelatesToHeader.ReplyRelationshipType, value); 1695SetRelatesTo(RelatesToHeader.ReplyRelationshipType, relatesToHeader);