WebServiceEndpoint Classe

Definição

Um ponto de extremidade padrão com uma associação WebHttpBinding fixa.A standard endpoint with a fixed WebHttpBinding binding.

public ref class WebServiceEndpoint abstract : System::ServiceModel::Description::ServiceEndpoint
public abstract class WebServiceEndpoint : System.ServiceModel.Description.ServiceEndpoint
type WebServiceEndpoint = class
    inherit ServiceEndpoint
Public MustInherit Class WebServiceEndpoint
Inherits ServiceEndpoint
Herança
WebServiceEndpoint
Derivado

Comentários

Essa é uma classe base abstrata sem um construtor público ou protegido e não se destina aos desenvolvedores estenderem.This is an abstract base class without a public or protected constructor and is not intended for developers to extend. É a classe base para as WebHttpEndpoint classes e WebScriptEndpoint .It is the base class for the WebHttpEndpoint and WebScriptEndpoint classes.

Propriedades

Address

Obtém ou define o endereço do ponto de extremidade para o ponto de extremidade de serviço.Gets or sets the endpoint address for the service endpoint.

(Herdado de ServiceEndpoint)
Behaviors

Obtém os comportamentos de ponto de extremidade de serviço.Gets the behaviors for the service endpoint.

(Herdado de ServiceEndpoint)
Binding

Obtém ou define a associação para o ponto de extremidade de serviço.Gets or sets the binding for the service endpoint.

(Herdado de ServiceEndpoint)
ContentTypeMapper

Obtém ou define o WebContentTypeMapper associado ao WebServiceEndpoint.Gets or sets the WebContentTypeMapper associated with the WebServiceEndpoint.

Contract

Obtém o contrato do ponto de extremidade de serviço.Gets the contract for the service endpoint.

(Herdado de ServiceEndpoint)
CrossDomainScriptAccessEnabled

Obtém ou define um valor que indica se o acesso de script entre domínios está habilitado para o WebServiceEndpoint.Gets or sets a value that indicates whether cross domain script access is enabled for the WebServiceEndpoint.

EndpointBehaviors

Obtém os comportamentos de ponto de extremidade para o serviço.Gets the endpoint behaviors for the service.

(Herdado de ServiceEndpoint)
HostNameComparisonMode

Obtém ou define um valor que indica se o nome do host é usado para acessar o serviço ao corresponder ao URI.Gets or sets a value that indicates whether the hostname is used to reach the service when matching the URI.

IsSystemEndpoint

Obtém ou define se o ponto de extremidade de serviço é gerado pelo sistema em vez de ser definido pelo usuário.Gets or sets whether the service endpoint is generated by the system as opposed to being user-defined.

(Herdado de ServiceEndpoint)
ListenUri

Obtém ou define o URI em que o ponto de extremidade de serviço escuta.Gets or sets the URI at which the service endpoint listens.

(Herdado de ServiceEndpoint)
ListenUriMode

Obtém ou define como o transporte manipula o URI, o qual é fornecido para que nele seja realizada a escuta pelo serviço.Gets or sets how the transport handles the URI that is provided for the service to listen on.

(Herdado de ServiceEndpoint)
MaxBufferPoolSize

Obtém ou define a quantidade máxima de memória alocada para o gerenciador de buffer que gerencia os buffers exigidos pelos pontos de extremidade que usam essa associação.Gets or sets the maximum amount of memory allocated for the buffer manager that manages the buffers required by endpoints that use this binding.

MaxBufferSize

Obtém ou define a quantidade máxima de memória alocada para uso do gerenciador dos buffers de mensagens que recebem mensagens do canal.Gets or sets the maximum amount of memory that is allocated for use by the manager of the message buffers that receive messages from the channel.

MaxReceivedMessageSize

Obtém ou define o tamanho máximo de uma mensagem que pode ser processado pela associação.Gets or sets the maximum size for a message that can be processed by the binding.

Name

Obtém ou define o nome do ponto de extremidade de serviço.Gets or sets the name of the service endpoint.

(Herdado de ServiceEndpoint)
ReaderQuotas

Obtém ou define as restrições na complexidade das mensagens SOAP que podem ser processadas por pontos de extremidade configurados com essa associação.Gets or sets constraints on the complexity of SOAP messages that can be processed by endpoints configured with this binding.

Security

Obtém as configurações de segurança usadas com essa associação.Gets the security settings used with this binding.

TransferMode

Obtém ou define um valor que indica se o serviço configurado com a associação usa os modos de transferência de mensagens por transmissão ou armazenamento em buffer (ou ambos).Gets or sets a value that indicates whether the service configured with the binding uses streamed or buffered (or both) modes of message transfer.

WebEndpointType

Obtém do ponto de extremidade de serviço Web.Gets the of the Web service endpoint.

WriteEncoding

Obtém ou define a codificação de caracteres usada para o texto da mensagem.Gets or sets the character encoding that is used for the message text.

Métodos

Equals(Object)

Determina se o objeto especificado é igual ao objeto atual.Determines whether the specified object is equal to the current object.

(Herdado de Object)
GetHashCode()

Serve como a função de hash padrão.Serves as the default hash function.

(Herdado de Object)
GetType()

Obtém o Type da instância atual.Gets the Type of the current instance.

(Herdado de Object)
MemberwiseClone()

Cria uma cópia superficial do Object atual.Creates a shallow copy of the current Object.

(Herdado de Object)
ToString()

Retorna uma cadeia de caracteres que representa o objeto atual.Returns a string that represents the current object.

(Herdado de Object)

Aplica-se a