Class HttpExchangePrincipal
Inheritance
System.Object
HttpExchangePrincipal
Namespace: Steeltoe.Management.Endpoint.Actuators.HttpExchanges
Assembly: Steeltoe.Management.Endpoint.dll
Syntax
csharp
public sealed class HttpExchangePrincipal : object
Constructors
| Edit this page View SourceHttpExchangePrincipal(String)
Declaration
csharp
public HttpExchangePrincipal(string name)
Parameters
Type | Name | Description |
---|---|---|
System. |
name |
Properties
| Edit this page View SourceName
Declaration
csharp
public string Name { get; }
Property Value
Type | Description |
---|---|
System. |