iControl.NetworkingiSessionRemoteInterface.Beginget_behind_nat C# (CSharp) Method

Beginget_behind_nat() public method

public Beginget_behind_nat ( string peers, System callback, object asyncState ) : System.IAsyncResult
peers string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_behind_nat(string [] peers, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_behind_nat", new object[] {
            peers}, callback, asyncState);
        }
NetworkingiSessionRemoteInterface