SoapServerMethod Constructors

Definition

Creates a new SoapServerMethod.

Overloads

SoapServerMethod()

Creates a new SoapServerMethod.

public SoapServerMethod ();

Applies to

.NET Framework 4.8.1 a další verze
Produkt Verze
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

SoapServerMethod(Type, LogicalMethodInfo)

Creates a new SoapServerMethod.

public SoapServerMethod (Type serverType, System.Web.Services.Protocols.LogicalMethodInfo methodInfo);

Parameters

serverType
Type

The Type to which this method belongs.

methodInfo
LogicalMethodInfo

The LogicalMethodInfo with which to initialize this SoapServerMethod.

Applies to

.NET Framework 4.8.1 a další verze
Produkt Verze
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1