wasStitchNET

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 15  →  ?path2? @ 14
/XmlRpc/Methods/IXmlRpcStitch.cs
@@ -11,16 +11,9 @@
/// <summary>
/// The interface for Xml RPC Stich Method.
/// </summary>
public interface IXmlRpcStitch
public interface IXmlRpcStitch : IXmlRpcProxy
{
[XmlRpcMethod]
void Stitch(string service, string server, string version, string path, XmlRpcStitchOptions options);
}
 
/// <summary>
/// IXmlRpcStitch proxy for performing XML-RPC calls.
/// </summary>
public interface IXmlRpcStitchProxy : IXmlRpcStitch
{
}
}