Url builder constructor.

Namespace: MonoSoftware.Web
Assembly: MonoSoftware.Web (in MonoSoftware.Web.dll) Version: 1.0.40.661 (1.0.40.661)

Syntax

C#
public UrlBuilder(
	string schemeName,
	string hostName
)
Visual Basic
Public Sub New ( 
	schemeName As String,
	hostName As String
)
Visual C++
public:
UrlBuilder(
	String^ schemeName, 
	String^ hostName
)
F#
new : 
        schemeName : string * 
        hostName : string -> UrlBuilder

Parameters

schemeName
Type: System..::..String
Scheme name
hostName
Type: System..::..String
Host name

See Also