C-DEngine 5.105

UriExtensions..::..IsUsingTLS Method

return true if this uri has TLS enabled on the given port

Namespace:  nsCDEngine.BaseClasses
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public static bool IsUsingTLS(
	Uri uri,
	int newPort
)
Public Shared Function IsUsingTLS ( _
	uri As Uri, _
	newPort As Integer _
) As Boolean
public:
static bool^ IsUsingTLS(
	Uri^ uri, 
	int^ newPort
)

Parameters

uri
Type: Uri
this URI
newPort
Type: Int32
Port to probe for

Return Value