Exemple #1
0
 /// <summary>
 /// Add Url to List
 /// </summary>
 /// <param name="item">
 /// The item.
 /// </param>
 /// <returns>
 /// The <see cref="int"/>.
 /// </returns>
 public int Add(UrlLocation item)
 {
     return(this.map.Add(item));
 }
Exemple #2
0
		public MozuUrl(string url, UrlLocation location, bool useSSL)
		{
			Url = url.ToLower();
			Location = location;
            UseSSL = useSSL;
		}
Exemple #3
0
 public MozuUrl(string url, UrlLocation location, bool useSSL)
 {
     Url      = url.ToLower();
     Location = location;
     UseSSL   = useSSL;
 }