SipUriParser.CheckHostName(String) 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.
Returns the UriHostNameType enum member for a host name specified as a string.
public:
static UriHostNameType CheckHostName(System::String ^ name);
public static UriHostNameType CheckHostName (string name);
static member CheckHostName : string -> UriHostNameType
Public Shared Function CheckHostName (name As String) As UriHostNameType
Parameters
- name
- String
The host string.
Returns
Returns the host name enum given a host name string.