BindingAddress.Parse(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.
Parses the specified address
as a BindingAddress.
public:
static Microsoft::AspNetCore::Http::BindingAddress ^ Parse(System::String ^ address);
public static Microsoft.AspNetCore.Http.BindingAddress Parse (string address);
static member Parse : string -> Microsoft.AspNetCore.Http.BindingAddress
Public Shared Function Parse (address As String) As BindingAddress
Parameters
- address
- String
The address to parse.
Returns
The parsed address.