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