NAnt SDK Documentation - v0.92

Proxy Class

Contains HTTP proxy settings used to process requests to Internet resources.

For a list of all members of this type, see Proxy Members.

System.Object
   NAnt.Core.Element
      NAnt.Core.DataTypeBase
         NAnt.Core.Types.Proxy

[Visual Basic]
<ElementName(Name:="proxy")>
Public Class Proxy
    Inherits DataTypeBase
[C#]
[ElementName(Name="proxy")]
public class Proxy : DataTypeBase

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: NAnt.Core.Types

Assembly: NAnt.Core (in NAnt.Core.dll)

See Also

Proxy Members | NAnt.Core.Types Namespace