System.Web.Services.Description.ProtocolReflector: Method Members

The methods of System.Web.Services.Description.ProtocolReflector are listed below. For a list of all members, see the ProtocolReflector Members list.

See Also: Inherited members from System.Object

Public Methods

GetServiceDescription(string) : ServiceDescription

Gets a System.Web.Services.Description.ServiceDescription object for a given XML namespace and the applicable communication protocol.

Protected Methods

BeginClass()

When overridden in a derived class, performs processing before System.Web.Services.Description.ProtocolReflector calls the ProtocolReflector.ReflectMethod method for each of the methods for a binding.

EndClass()

When overridden in a derived class, performs processing after . has called the ProtocolReflector.ReflectMethod method for each of the methods for a binding.

ReflectDescription()

When overridden in a derived class, generates service-specific description information that gets placed in a System.Web.Services.Description.ServiceDescription object that corresponds to a binding.

abstract
ReflectMethod() : bool

When overridden in a derived class, generates method-specific information that gets placed in a System.Web.Services.Description.ServiceDescription object corresponding to a binding.

ReflectMethodBinding() : string

When overridden in a derived class, returns the name of the binding that a method belongs to.