ServiceHostFactory Constructor

Definition

Initializes a new instance of the ServiceHostFactory class.

public:
 ServiceHostFactory();
public ServiceHostFactory ();
Public Sub New ()

Examples

This examples show how to use the ServiceHostFactory:

static void Main()
{
    ServiceHostFactory factory = new ServiceHostFactory();
}
Shared Sub Main()
    Dim factory As New ServiceHostFactory()
End Sub

Applies to