You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Results in NotImplementedException: The method or operation is not implemented. SystemInteract.Remote.Remote.SshProcess.get_StartInfo() SystemInteract.ProcessHelper.ReadToEnd(ISystemProcess process, Action<string> output, Action<string> error, int timeout) SystemInteract.ProcessHelper.ReadToEnd(ISystemProcess process, out string output, out string error, int timeout) IPTables.Net.Iptables.Adapter.Client.IPTablesBinaryAdapterClient.ListRules(string table) IPTables.Net.IpTablesSystem.GetRules(IIPTablesAdapterClient client, string table) IPTables.Net.IpTablesSystem.GetChain(IIPTablesAdapterClient client, string table, string chain) IPTables.Net.IpTablesSystem.GetChain(string table, string chain, int ipVersion)
Is there any way for this to work or is this still unfinished?
The text was updated successfully, but these errors were encountered:
Attempting to use the library with ssfactory from SystemInteract.Remote.
Everything I attempt to do throws a NotImplementedException.
Example
Results in
NotImplementedException: The method or operation is not implemented. SystemInteract.Remote.Remote.SshProcess.get_StartInfo() SystemInteract.ProcessHelper.ReadToEnd(ISystemProcess process, Action<string> output, Action<string> error, int timeout) SystemInteract.ProcessHelper.ReadToEnd(ISystemProcess process, out string output, out string error, int timeout) IPTables.Net.Iptables.Adapter.Client.IPTablesBinaryAdapterClient.ListRules(string table) IPTables.Net.IpTablesSystem.GetRules(IIPTablesAdapterClient client, string table) IPTables.Net.IpTablesSystem.GetChain(IIPTablesAdapterClient client, string table, string chain) IPTables.Net.IpTablesSystem.GetChain(string table, string chain, int ipVersion)
Is there any way for this to work or is this still unfinished?
The text was updated successfully, but these errors were encountered: