HostList Class |
Namespace: Fiddler
The HostList type exposes the following members.
Name | Description | |
---|---|---|
![]() | HostList() |
Generate an empty HostList
|
![]() | HostList(String) |
Create a hostlist and assign it an initial set of sites
|
Name | Description | |
---|---|---|
![]() | AssignFromString(String) |
Clear the List and assign the new string as the contents of the list.
|
![]() | AssignFromString(String, String) |
Clear the list and assign the new string as the contents of the list.
|
![]() | Clear |
Clear the HostList
|
![]() | ContainsHost(String) |
Determine if a given Host is in the list
|
![]() | ContainsHost(String, Int32) |
Determine if a given Host:Port pair matches an entry in the list
|
![]() | ContainsHostname |
Determine if a given Hostname is in the list
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString |
Return the current list of rules as a string
(Overrides Object.ToString().) |