ServerAddress.FromUrl(String) Method

Definition

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

Returns

Applies to