Swapper.NET Logo

Source Code Interfaces ~ ISchemaResolver.cs


using System;

namespace RevolutionaryStuff.P2P.Basics
{
	public interface ISchemaResolver
	{
		string GetSchema(string namespaceUri);
	}
}