SoapExtensionReflector.ReflectMethod Method

Definition

Abstract method that a derived class must implement to add SOAP extension information to a ServiceDescription object on a per-method basis.

C#
public abstract void ReflectMethod();

Remarks

The ReflectMethod method is called for each Web method that belongs to a binding that the ServiceDescription represents. The ReflectMethod method does not use the Web method directly. The SOAP extension information gets added for all Web methods in a binding reflected from a Web service class.

An implementation of the ReflectMethod can generate information like operation binding, abstract operation, and messages.

Applies to

Produkt Verzie
.NET Framework 1.1, 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