public nsISupports Connect(string address, WPSMethod wpsMethod, sbyte goIntent) { return(this.CallMethod <nsISupports>("connect", address, wpsMethod, goIntent)); }
public nsISupports Connect(string address, WPSMethod wpsMethod) { return(this.CallMethod <nsISupports>("connect", address, wpsMethod)); }