Click or drag to resize
weroSoft AG, Software
ClientConfiguratorRegisterEndpointInformation Method
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Registers an endpoint and triggers creating a configuration.

Namespace:  WeroSoft.Communication.Configuration
Assembly:  WeroSoft.Communication.Library (in WeroSoft.Communication.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public override EndpointConfiguration RegisterEndpointInformation(
	EndpointInformation endpointInfo
)

Parameters

endpointInfo
Type: WeroSoft.Communication.ContractsEndpointInformation
Information object describing an endpoint.

Return Value

Type: EndpointConfiguration

[Missing <returns> documentation for "M:WeroSoft.Communication.Configuration.ClientConfigurator.RegisterEndpointInformation(WeroSoft.Communication.Contracts.EndpointInformation)"]

Implements

IEndpointConfiguratorRegisterEndpointInformation(EndpointInformation)
IEndpointConfiguratorRegisterEndpointInformation(EndpointInformation)
See Also