7 references to ReplyRelationshipType
System.ServiceModel (7)
System\ServiceModel\Channels\Addressing.cs (4)
789get { return ReplyRelationshipType; } 809if (relationshipType == ReplyRelationshipType) 829relationshipType = ReplyRelationshipType; 852if (actor.Length == 0 && mustUnderstand == mustUnderstandValue && !relay && (object)relationship == (object)ReplyRelationshipType)
System\ServiceModel\Channels\MessageHeaders.cs (3)
260return GetRelatesTo(RelatesToHeader.ReplyRelationshipType); 264SetRelatesTo(RelatesToHeader.ReplyRelationshipType, value); 1509SetRelatesTo(RelatesToHeader.ReplyRelationshipType, relatesToHeader);