ServerType(Type) Constructor

Definition

Creates a new ServerType.

public:
 ServerType(Type ^ type);
public ServerType (Type type);
new System.Web.Services.Protocols.ServerType : Type -> System.Web.Services.Protocols.ServerType
Public Sub New (type As Type)

Parameters

type
Type

The Type that exposes the XML Web service.

Applies to