Share via


TransportHosts Class

Represents the <host> element that specifies which clients are allowed or denied access to a Web service.

Namespace: Microsoft.Web.Services3.Messaging.Configuration
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)

Usage

'Usage
Dim transportHosts1 As New TransportHosts()

Syntax

'Declaration
Public Class TransportHosts
    Inherits ConfigurationElement
public class TransportHosts : ConfigurationElement
public ref class TransportHosts : ConfigurationElement
public class TransportHosts extends ConfigurationElement
public class TransportHosts extends ConfigurationElement

Inheritance Hierarchy

System.Object
   System.Configuration.ConfigurationElement
    Microsoft.Web.Services3.Messaging.Configuration.TransportHosts

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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server

Target Platforms

See Also

Reference

TransportHosts Members
Microsoft.Web.Services3.Messaging.Configuration Namespace

Other Resources

<host> Element