AdapterConfigValidationHelper.ValidateAddress Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static void ValidateAddress(System::String ^ address, UriKind addressKind, System::String ^ scheme, Exception ^ schemeException);
public static void ValidateAddress (string address, UriKind addressKind, string scheme, Exception schemeException);
static member ValidateAddress : string * UriKind * string * Exception -> unit
Public Shared Sub ValidateAddress (address As String, addressKind As UriKind, scheme As String, schemeException As Exception)
Parameters
- address
- String
- addressKind
- UriKind
- scheme
- String
- schemeException
- Exception