Click or drag to resize
weroSoft AG, Software
ConfiguratorGetEndpointTargetPath Method
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Gets the endpoint target path.

Namespace:  WeroSoft.Communication.Configuration
Assembly:  WeroSoft.Communication.Library (in WeroSoft.Communication.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public static string GetEndpointTargetPath(
	string host,
	int port,
	string path,
	bool isEndPointSpecific
)

Parameters

host
Type: SystemString

[Missing <param name="host"/> documentation for "M:WeroSoft.Communication.Configuration.Configurator.GetEndpointTargetPath(System.String,System.Int32,System.String,System.Boolean)"]

port
Type: SystemInt32

[Missing <param name="port"/> documentation for "M:WeroSoft.Communication.Configuration.Configurator.GetEndpointTargetPath(System.String,System.Int32,System.String,System.Boolean)"]

path
Type: SystemString

[Missing <param name="path"/> documentation for "M:WeroSoft.Communication.Configuration.Configurator.GetEndpointTargetPath(System.String,System.Int32,System.String,System.Boolean)"]

isEndPointSpecific
Type: SystemBoolean

[Missing <param name="isEndPointSpecific"/> documentation for "M:WeroSoft.Communication.Configuration.Configurator.GetEndpointTargetPath(System.String,System.Int32,System.String,System.Boolean)"]

Return Value

Type: String
Created string.
See Also