Click or drag to resize

IPWhitelistValidatorValidate Method

[Missing <summary> documentation for "M:Casewhere.Common.IPWhitelistValidator.Validate(System.String,System.Collections.Generic.IList{System.String})"]


Namespace: Casewhere.Common
Assembly: Casewhere.Common (in Casewhere.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static bool Validate(
	string clientIPString,
	IList<string> ipWhitelist
)

Parameters

clientIPString  String
 
ipWhitelist  IListString
 

Return Value

Boolean

[Missing <returns> documentation for "M:Casewhere.Common.IPWhitelistValidator.Validate(System.String,System.Collections.Generic.IList{System.String})"]

See Also