Share via


SoapTransport.LoadFormatter Method (Type)

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 type As Type
Dim returnValue As ISoapFormatter
returnValue = SoapTransport.LoadFormatter(type)

Syntax

'Declaration
Overloads Public Shared Function LoadFormatter( _
    ByVal type As Type _
) As ISoapFormatter
public static ISoapFormatter LoadFormatter(
    Type type
);
public:
static ISoapFormatter^ LoadFormatter(
    Type^ type
);
public static ISoapFormatter LoadFormatter(
    Type type
);
public static function LoadFormatter(
     type : Type
) : ISoapFormatter;

Parameters

  • type
    The System.Type of the SOAP formatter 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