ISoapUtility Interface

Definição

Fornece utilitários para dar suporte à exportação de proxies de aplicativo COM+ habilitado para SOAP pelo servidor e à importação de proxies pelo cliente.Provides utilities to support the exporting of COM+ SOAP-enabled application proxies by the server and the importing of the proxies by the client.

public interface class ISoapUtility
[System.Runtime.InteropServices.Guid("5AC4CB7E-F89F-429b-926B-C7F940936BF4")]
public interface ISoapUtility
[<System.Runtime.InteropServices.Guid("5AC4CB7E-F89F-429b-926B-C7F940936BF4")>]
type ISoapUtility = interface
Public Interface ISoapUtility
Derivado
Atributos

Comentários

As funções do utilitário que o ISoapUtility fornece são chamadas de vários locais no com+; no entanto, sua principal finalidade é oferecer suporte à exportação e à importação de proxies de cliente.The utility functions that ISoapUtility provides are called from numerous locations within COM+; however, their primary purpose is to support the export and import of client proxies.

Consulte SoapUtility para obter a implementação padrão.See SoapUtility for the default implementation.

ISoapUtilityé usado internamente pelo .NET Framework.ISoapUtility is used internally by the .NET Framework. Você não precisa usá-lo diretamente no seu código.You do not need to use it directly in your code.

Métodos

GetServerBinPath(String, String, String, String)

Retorna o caminho para o diretório de compartimento de raiz virtual de SOAP.Returns the path for the SOAP virtual root bin directory.

GetServerPhysicalPath(String, String, String, String)

Retorna o caminho para a raiz virtual de SOAP.Returns the path for the SOAP virtual root.

Present()

Determina se há interfaces de SOAP autenticadas e criptografadas.Determines whether authenticated, encrypted SOAP interfaces are present.

Aplica-se a