แก้ไข

แชร์ผ่าน


ServiceHostBase Constructor

Definition

Initializes a new instance of the ServiceHostBase class.

protected:
 ServiceHostBase();
protected ServiceHostBase ();
Protected Sub New ()

Examples

ServiceHost hostDefault = new
 ServiceHost(typeof(CalculatorService));

Applies to