IServerInfo Interface
Provides access to members that define a SOM (Server Object Manager).
Members
Name | Description | |
---|---|---|
![]() |
Identity | The user identity of the client (httpHandler) adding the SOM. |
![]() |
ServerName | The name of the SOM. |
IServerInfo.Identity Property
The user identity of the client (httpHandler) adding the SOM.
Public Property Identity As IIdentity
public IIdentity Identity {get; set;}
IServerInfo.ServerName Property
The name of the SOM.
Public Property ServerName As String
public string ServerName {get; set;}
Classes that implement IServerInfo
Classes | Description |
---|