Click or drag to resize

domainAnalysis Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Analisys of domain landing URL
Inheritance Hierarchy
SystemObject
  dataBindableBase
    imbBindable
      imbACE.Network.toolsdomainAnalysis

Namespace:  imbACE.Network.tools
Assembly:  imbACE.Network (in imbACE.Network.dll) Version: 0.2
Syntax
C#
public class domainAnalysis : imbBindable
Request Example View Source

The domainAnalysis type exposes the following members.

Constructors
  NameDescription
Public methoddomainAnalysis
Constructor only for XML Serialization purposes
Public methoddomainAnalysis(String)
Creates analysis of domain name from provided url string.
Top
Properties
  NameDescription
Public propertydomainName
Complete domain name like: tim-sistem.rs when url was http://www.tim-sistem.rs
Public propertydomainRootName
Domain name without the top level domain
Public propertydomainUrlTokens
Public propertydomainWords
Reci koje su otkrivene u domainRoot imenu domena
Public propertyisFound
Da li je pronadjen TLD
Public propertytld
TOP LEVEL DOMAIN deo domena
Public propertytldDefinition
Referenca prema imbTopLevelDomain objektu
Public propertyurl
The original url form
Public propertyurlProper
The proper form of url with shema definition: like: http://www.timsistem.co.rs or http://emdip.co.rs
Top
Methods
  NameDescription
Public methodGetResolvedUrl
Public methodGetURLWithoutDomainName
Makes the URL version without domain name. Like: from http://www.koplas.co.rs/proizvodi/mtx.php to /proizvodi/mtx.php
Public methodOnPropertyChanged (Inherited from dataBindableBase.)
Top
Events
  NameDescription
Public eventPropertyChanged (Inherited from dataBindableBase.)
Top
Fields
Extension Methods
  NameDescription
Public Extension MethodaceGenEx (Defined by aceExceptionTools.)
Public Extension MethodaceSciEx (Defined by aceExceptionTools.)
Top
See Also