public AccessProfileInfo[] GetAccessProfileInfo()
        {
            GetAccessProfileInfoRequest  inValue = new GetAccessProfileInfoRequest();
            GetAccessProfileInfoResponse retVal  = ((ConfigurationServiceSoap)(this)).GetAccessProfileInfo(inValue);

            return(retVal.AccessProfileInfo);
        }
        public System.IAsyncResult BeginGetAccessProfileInfo(System.AsyncCallback callback, object asyncState)
        {
            GetAccessProfileInfoRequest inValue = new GetAccessProfileInfoRequest();

            return(((ConfigurationServiceSoap)(this)).BeginGetAccessProfileInfo(inValue, callback, asyncState));
        }
 System.IAsyncResult ConfigurationServiceSoap.BeginGetAccessProfileInfo(GetAccessProfileInfoRequest request, System.AsyncCallback callback, object asyncState)
 {
     return(base.Channel.BeginGetAccessProfileInfo(request, callback, asyncState));
 }
 GetAccessProfileInfoResponse ConfigurationServiceSoap.GetAccessProfileInfo(GetAccessProfileInfoRequest request)
 {
     return(base.Channel.GetAccessProfileInfo(request));
 }