ServiceConfiguration Clase
Definición
Representa una propiedad configurable para el servicio.Represents a configurable property for the service.
public ref class ServiceConfiguration
public class ServiceConfiguration
type ServiceConfiguration = class
Public Class ServiceConfiguration
- Herencia
-
ServiceConfiguration
Propiedades
Authentication |
Obtiene el comportamiento de autenticación de servicio.Gets the service authentication behavior. |
Authorization |
Obtiene el comportamiento de la autorización para el servicio.Gets the authorization behavior for the service. |
BaseAddresses |
Obtiene las direcciones base usadas por el servicio.Gets the base addresses used by the service. |
CloseTimeout |
Obtiene o establece el intervalo de tiempo permitido para que el servicio se cierre.Gets or sets the interval of time allowed for the service to close. |
Credentials |
Obtiene las credenciales del servicio.Gets the service credential. |
Description |
Obtiene la descripción de servicio.Gets the service description. |
IdentityConfiguration |
Obtiene o establece la configuración de identidad para el servicio.Gets or sets the identity configuration for the service. |
OpenTimeout |
Obtiene o establece el intervalo de tiempo permitido para que el servicio se abra.Gets or sets the interval of time allowed for the service to open. |
UseIdentityConfiguration |
Obtiene o establece un valor que indica si el servicio utiliza la configuración de identidad.Gets or sets a value that indicates whether the service uses identity configuration. |
Métodos
AddServiceEndpoint(ServiceEndpoint) |
Agrega el extremo de servicio especificado al servicio de configuración.Adds the specified service endpoint to the configuration service. |
AddServiceEndpoint(Type, Binding, String) |
Agrega un extremo de servicio al servicio de configuración con un contrato especificado, un enlace y una dirección del extremo.Adds a service endpoint to the configuration service with a specified contract, binding, and endpoint address. |
AddServiceEndpoint(Type, Binding, String, Uri) |
Agrega un extremo de servicio al servicio de configuración con un contrato especificado, un enlace, una dirección del extremo y un URI que contiene la dirección en la que realiza escuchas.Adds a service endpoint to the configuration service with a specified contract, binding, endpoint address and URI that contains the address at which it listens. |
AddServiceEndpoint(Type, Binding, Uri) |
Agrega un extremo de servicio al servicio de configuración con un contrato especificado, un enlace y un URI que contiene la dirección del extremo.Adds a service endpoint to the configuration service with a specified contract, binding, and URI that contains the endpoint address. |
AddServiceEndpoint(Type, Binding, Uri, Uri) |
Agrega un extremo de servicio al servicio de configuración con un contrato especificado, un enlace y URI que contienen la dirección del extremo y la de escuchaAdds a service endpoint to the configuration service with the specified contract, binding, and URIs that contain the endpoint and listening addresses. |
EnableProtocol(Binding) |
Habilita un protocolo de enlace con el extremo de servicio.Enables a binding protocol with the service endpoint. |
Equals(Object) |
Determina si el objeto especificado es igual que el objeto actual.Determines whether the specified object is equal to the current object. (Heredado de Object) |
GetHashCode() |
Sirve como la función hash predeterminada.Serves as the default hash function. (Heredado de Object) |
GetType() |
Obtiene el Type de la instancia actual.Gets the Type of the current instance. (Heredado de Object) |
LoadFromConfiguration() |
Carga una configuración de la configuración de servicio actual.Loads a configuration from the current service configuration. |
LoadFromConfiguration(Configuration) |
Carga la configuración de la configuración de servicio actual.Loads the configuration from the current service configuration. |
MemberwiseClone() |
Crea una copia superficial del Object actual.Creates a shallow copy of the current Object. (Heredado de Object) |
SetEndpointAddress(ServiceEndpoint, String) |
Establece la dirección del punto de conexión especificado en la dirección especificada.Sets the endpoint address of the specified endpoint to the specified address. |
ToString() |
Devuelve una cadena que representa el objeto actual.Returns a string that represents the current object. (Heredado de Object) |