ServerAddress.FromUrl(String) メソッド

定義

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

パラメーター

url
String

戻り値

適用対象