Click or drag to resize

XmlDocumentationGetFullUrl Method

Get full url, combined of baseUrl and urlLocalTypePart

Namespace:  Tse.EasyBook.Server.WcfContracts.WebClient
Assembly:  Tse.EasyBook.Server.WcfContracts (in Tse.EasyBook.Server.WcfContracts.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static string GetFullUrl(
	string baseUrl,
	string urlLocalTypePart
)

Parameters

baseUrl
Type: SystemString

[Missing <param name="baseUrl"/> documentation for "M:Tse.EasyBook.Server.WcfContracts.WebClient.XmlDocumentation.GetFullUrl(System.String,System.String)"]

urlLocalTypePart
Type: SystemString

[Missing <param name="urlLocalTypePart"/> documentation for "M:Tse.EasyBook.Server.WcfContracts.WebClient.XmlDocumentation.GetFullUrl(System.String,System.String)"]

Return Value

Type: String

[Missing <returns> documentation for "M:Tse.EasyBook.Server.WcfContracts.WebClient.XmlDocumentation.GetFullUrl(System.String,System.String)"]

See Also