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