'Declaration Public Shared Function TryParseHostedFullName( _ ByVal hostedFullName As String, _ ByRef hostName As String, _ ByRef port As Integer, _ ByRef path As String _ ) As Boolean
Parameters
- hostedFullName
- A System.String that represents a hosted full name as computed by the ComputeHostedFullName Method.
- hostName
- A System.String that represents the host name part of the supplied hosted full name string.
- port
- A System.Int32 value that represents the port number part of the supplied hosted full name string.
- path
- A System.String that represents the path part of the supplied hosted full name string.
Return Value
A System.Boolean value that indicates whether the supplied hostedFullName was successfully parsed or not.