SoapServerTlb Class

Definition

Processes authenticated, encrypted SOAP components on servers. This class cannot be inherited.

public ref class SoapServerTlb sealed : System::EnterpriseServices::Internal::ISoapServerTlb
[System.Runtime.InteropServices.Guid("F6B6768F-F99E-4152-8ED2-0412F78517FB")]
public sealed class SoapServerTlb : System.EnterpriseServices.Internal.ISoapServerTlb
[<System.Runtime.InteropServices.Guid("F6B6768F-F99E-4152-8ED2-0412F78517FB")>]
type SoapServerTlb = class
    interface ISoapServerTlb
Public NotInheritable Class SoapServerTlb
Implements ISoapServerTlb
Inheritance
SoapServerTlb
Attributes
Implements

Remarks

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

Constructors

SoapServerTlb()

Initializes a new instance of the SoapServerTlb class.

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.

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to