7 references to ReplyRelationshipType
dotnet-svcutil-lib (7)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Addressing.cs (4)
771get { return ReplyRelationshipType; } 791if (relationshipType == ReplyRelationshipType) 811relationshipType = ReplyRelationshipType; 834if (actor.Length == 0 && mustUnderstand == mustUnderstandValue && !relay && (object)relationship == (object)ReplyRelationshipType)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageHeaders.cs (3)
261return GetRelatesTo(RelatesToHeader.ReplyRelationshipType); 265SetRelatesTo(RelatesToHeader.ReplyRelationshipType, value); 1501SetRelatesTo(RelatesToHeader.ReplyRelationshipType, relatesToHeader);