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