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 Function Create (
	parent As Object,
	configContextObj As Object,
	section As XmlNode
) As Object

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: