ISoapServerTlb Interface

Definition

Processes authenticated, encrypted SOAP components on servers.

public interface class ISoapServerTlb
[System.Runtime.InteropServices.Guid("1E7BA9F7-21DB-4482-929E-21BDE2DFE51C")]
public interface ISoapServerTlb
[<System.Runtime.InteropServices.Guid("1E7BA9F7-21DB-4482-929E-21BDE2DFE51C")>]
type ISoapServerTlb = interface
Public Interface ISoapServerTlb
Derived
Attributes

Remarks

See SoapServerTlb for the default implementation.

ISoapServerTlb is used internally by the .NET Framework. You do not need to use it directly in your code.

Methods

AddServerTlb(String, String, String, String, String, String, String, String, String, String, String, String, String)

Adds the entries for a server type library to the Web.config and Default.disco files, depending on security options, and generates a proxy if necessary.

DeleteServerTlb(String, String, String, String, String, String, String, String, String, String)

Removes entries for a server type library from the Web.config and Default.disco files, depending on security options.

Applies to