ReportingServicesBatchUpload.ReportingServices2005WebService.ReportingService2005.ListSecureMethods C# (CSharp) Method

ListSecureMethods() private method

private ListSecureMethods ( ) : string[]
return string[]
        public string[] ListSecureMethods() {
            object[] results = this.Invoke("ListSecureMethods", new object[0]);
            return ((string[])(results[0]));
        }
        
ReportingService2005