ProxyInfo Class
Information about a proxy server connection.
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.VersionControl.Client.ProxyInfo
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Декларация
Public NotInheritable Class ProxyInfo
public sealed class ProxyInfo
public ref class ProxyInfo sealed
[<Sealed>]
type ProxyInfo = class end
public final class ProxyInfo
The ProxyInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ProxyInfo | Initializes a new ProxyInfo instance. |
Top
Properties
Name | Description | |
---|---|---|
Description | Gets a description of the proxy connection. | |
Flags | Gets the flags for this proxy server record. | |
FriendlyName | Gets the name of the server. | |
Site | Gets the site of the server. | |
Url | Gets the URL of the server. |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified ProxyInfo is equal to this instance. (Overrides Object.Equals(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 | Gets the hash code for this object. (Overrides Object.GetHashCode().) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Creates a user-readable string that describes a proxy server connection. (Overrides Object.ToString().) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.