Method MakeClientHost
MakeClientHost(Type, Type)
Makes a TopSolid client WCF host.
Declaration
public ServiceHost MakeClientHost(Type inClassType, Type inInterfaceType)
Parameters
| Type | Name | Description |
|---|---|---|
| Type | inClassType | Class type, implementing the |
| Type | inInterfaceType | Interface type. |
Returns
| Type | Description |
|---|---|
| ServiceHost | Host. |