System.ServiceModel.MonoInternal.DuplexClientRuntimeChannel.MessageMatchesEndpointDispatcher C# (CSharp) Метод

MessageMatchesEndpointDispatcher() приватный Метод

private MessageMatchesEndpointDispatcher ( Message req, EndpointDispatcher endpoint ) : bool
req Message
endpoint System.ServiceModel.Dispatcher.EndpointDispatcher
Результат 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);
		}
	}