Ejemplo n.º 1
0
        private string GetUserAgent()
        {
            UserAgent userAgent = new UserAgent("ASAutoDiscover", "CrossForest", (this.uriSource == UriSource.Directory) ? "Directory" : "EmailDomain", null);

            return(userAgent.ToString());
        }