ServerAddress.FromUrl(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.
public:
static Microsoft::AspNetCore::Server::Kestrel::Core::ServerAddress ^ FromUrl(System::String ^ url);
public static Microsoft.AspNetCore.Server.Kestrel.Core.ServerAddress FromUrl (string url);
static member FromUrl : string -> Microsoft.AspNetCore.Server.Kestrel.Core.ServerAddress
Public Shared Function FromUrl (url As String) As ServerAddress
Parameters
- url
- String