ServerAddress Class¶
- Namespace
Microsoft.AspNetCore.Server.Kestrel- Assemblies
- Microsoft.AspNetCore.Server.Kestrel
Methods¶
-
Equals(System.Object)¶ Return type: System.Boolean public override bool Equals(object obj)
-
FromUrl(System.String)¶ Return type: Microsoft.AspNetCore.Server.Kestrel.ServerAddress public static ServerAddress FromUrl(string url)
-
GetHashCode()¶ Return type: System.Int32 public override int GetHashCode()
-
ToString()¶ Return type: System.String public override string ToString()
-
Properties¶
-
Microsoft.AspNetCore.Server.Kestrel.ServerAddress.Host¶ Return type: System.String public string Host { get; }
-
Microsoft.AspNetCore.Server.Kestrel.ServerAddress.IsUnixPipe¶ Return type: System.Boolean public bool IsUnixPipe { get; }
-
Microsoft.AspNetCore.Server.Kestrel.ServerAddress.PathBase¶ Return type: System.String public string PathBase { get; }
-
Microsoft.AspNetCore.Server.Kestrel.ServerAddress.Port¶ Return type: System.Int32 public int Port { get; }
-
Microsoft.AspNetCore.Server.Kestrel.ServerAddress.Scheme¶ Return type: System.String public string Scheme { get; }
-
Microsoft.AspNetCore.Server.Kestrel.ServerAddress.UnixPipePath¶ Return type: System.String public string UnixPipePath { get; }
-