Home
last modified time | relevance | path

Searched refs:ThrowInvalidOperation_ConflictingHeader (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Channels/
H A DPeerNodeImplementation.cs349 PeerExceptionHelper.ThrowInvalidOperation_ConflictingHeader(PeerStrings.MessageId); in ProcessOutgoingMessage()
351 … PeerExceptionHelper.ThrowInvalidOperation_ConflictingHeader(PeerOperationNames.PeerTo); in ProcessOutgoingMessage()
353 … PeerExceptionHelper.ThrowInvalidOperation_ConflictingHeader(PeerOperationNames.PeerVia); in ProcessOutgoingMessage()
355 … PeerExceptionHelper.ThrowInvalidOperation_ConflictingHeader(PeerOperationNames.Flood); in ProcessOutgoingMessage()
H A DPeerHelpers.cs729 static internal void ThrowInvalidOperation_ConflictingHeader(string headerName) in ThrowInvalidOperation_ConflictingHeader() method in System.ServiceModel.Channels.PeerExceptionHelper