BaseAddressPrefixFilterElement Constructor (Uri^)

 

Initializes a new instance of the BaseAddressPrefixFilterElement class with a specific URI.

Namespace:   System.ServiceModel.Configuration
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
BaseAddressPrefixFilterElement(
	Uri^ prefix
)

Parameters

prefix
Type: System::Uri^

A filter that causes the service to listen on all URIs that start with this specific prefix.

.NET Framework
Available since 3.0
Return to top
Show: