System.ServiceModel.MonoInternal.DuplexClientRuntimeChannel.MessageMatchesEndpointDispatcher C# (CSharp) Method

MessageMatchesEndpointDispatcher() private method

private MessageMatchesEndpointDispatcher ( Message req, EndpointDispatcher endpoint ) : bool
req Message
endpoint System.ServiceModel.Dispatcher.EndpointDispatcher
return bool
		bool MessageMatchesEndpointDispatcher (Message req, EndpointDispatcher endpoint)
		{
			// FIXME: no need to filter address? It'd be mostly anonymous URI though.

			return endpoint.ContractFilter.Match (req);
		}
	}