Share via


SoapTransport.LoadFormatter Method (String)

Gets a SOAP formatter based on the specified type.

Namespace: Microsoft.Web.Services3.Messaging
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)

Usage

'Usage
Dim typeName As String
Dim returnValue As ISoapFormatter
returnValue = SoapTransport.LoadFormatter(typeName)

Syntax

'Declaration
Overloads Public Shared Function LoadFormatter( _
    ByVal typeName As String _
) As ISoapFormatter
public static ISoapFormatter LoadFormatter(
    string typeName
);
public:
static ISoapFormatter^ LoadFormatter(
    String^ typeName
);
public static ISoapFormatter LoadFormatter(
    System.String typeName
);
public static function LoadFormatter(
     typeName : String
) : ISoapFormatter;

Parameters

  • typeName
    The name of the SOAP formatter type to get.

Return Value

A ISoapFormatter that represents the specified SOAP formatter.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server

Target Platforms

See Also

Reference

SoapTransport Class
SoapTransport Members
Microsoft.Web.Services3.Messaging Namespace