ProtocolsConfigurationHandler.Create Method (Object, Object, XmlNode)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Creates a new protocols configuration object.

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

public object Create(
	object parent,
	object configContextObj,
	XmlNode section
)

Parameters

parent
Type: System.Object

The parent configuration section.

configContextObj
Type: System.Object

The configuration context object.

section
Type: System.Xml.XmlNode

The configuration section to create.

Return Value

Type: System.Object

The new protocols configuration object.

.NET Framework
Available since 2.0
Return to top
Show: