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

'Declaration
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
Public method ProxyInfo Initializes a new ProxyInfo instance.

Top

Properties

  Name Description
Public property Description Gets a description of the proxy connection.
Public property Flags Gets the flags for this proxy server record.
Public property FriendlyName Gets the name of the server.
Public property Site Gets the site of the server.
Public property Url Gets the URL of the server.

Top

Methods

  Name Description
Public method Equals Determines whether the specified ProxyInfo is equal to this instance. (Overrides Object.Equals(Object).)
Public method GetHashCode Gets the hash code for this object. (Overrides Object.GetHashCode().)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method 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.

See Also

Reference

Microsoft.TeamFoundation.VersionControl.Client Namespace