HostConfiguration Constructors
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.
Overloads
HostConfiguration() | |
HostConfiguration(String, Int32, Int32, Int32, Int32) |
HostConfiguration()
public:
HostConfiguration();
public HostConfiguration ();
Public Sub New ()
Applies to
HostConfiguration(String, Int32, Int32, Int32, Int32)
public:
HostConfiguration(System::String ^ name, int httpPort, int httpsPort, int netTcpPort, int tlsClientPort);
public HostConfiguration (string name, int httpPort, int httpsPort, int netTcpPort, int tlsClientPort);
new Microsoft.IdentityServer.PolicyModel.Configuration.HostConfiguration : string * int * int * int * int -> Microsoft.IdentityServer.PolicyModel.Configuration.HostConfiguration
Public Sub New (name As String, httpPort As Integer, httpsPort As Integer, netTcpPort As Integer, tlsClientPort As Integer)
Parameters
- name
- String
- httpPort
- Int32
- httpsPort
- Int32
- netTcpPort
- Int32
- tlsClientPort
- Int32