New to Telerik Test StudioStart a free 30-day trial

Definition

Namespace:ArtOfTest.WebAii.Messaging.Http

Assembly:ArtOfTest.WebAii.dll

Syntax:

C#
public abstract class ListenerInfo

Inheritance: objectListenerInfo

Derived Classes: RequestListenerInfoResponseListenerInfo

Properties

C#
public Guid Guid { get; protected set; }
C#
public string UriFilter { get; set; }

Methods

C#
public override bool Equals(object obj)
Parameters:objobjectReturns:

bool

Overrides: object.Equals(object)

C#
public override int GetHashCode()
Returns:

int

Overrides: object.GetHashCode()

C#
public bool MatchesUri(string uri)
Parameters:uristringReturns:

bool