wasStitchNET

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 14  →  ?path2? @ 15
/XmlRpc/Methods/IXmlRpcStitch.cs
@@ -11,9 +11,16 @@
/// <summary>
/// The interface for Xml RPC Stich Method.
/// </summary>
public interface IXmlRpcStitch : IXmlRpcProxy
public interface IXmlRpcStitch
{
[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
{
}
}