Click or drag to resize

UtilitiesRegisterPortWcf Method

Registers the port used for HTTP and WebService Server (WCF). For SSL supports, Certificate Thumbprint mus be specified in certhash

Namespace:  Hummingbird.TestFramework
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public static void RegisterPortWcf(
	int port,
	string certhash,
	string appid
)

Parameters

port
Type: SystemInt32
The port number.
certhash
Type: SystemString
The Certificate Hash (Thumbprint) of the certificate to use for register SSL
appid
Type: SystemString
The Application ID, The value specified in GuidAttribute of AssemblyInfo.cs
See Also