Symphony Framework
HostServiceType Enumeration
Symphony.Harmony Namespace : HostServiceType Enumeration
Symphony Bridge host service types.
Syntax
public enum HostServiceType : System.Enum 
Members
MemberDescription
ConsoleServerTcpConnect to the remote Symphony Bridge server using the Net TCP-IP protocol.
ConsoleServerWebConnect to the remote Symphony Bridge server using the Web HTTP Web Service protocol.
IISServer {depreciated>}
RelayServerConnect to the remote Symphony Bridge server using the Microsoft Azure Service Bus Relay protocol.
ServiceServerTcpConnect to the remote Symphony Bridge server using the Net TCP-IP protocol.
ServiceServerWebConnect to the remote Symphony Bridge server using the Web HTTP Web Service protocol.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Symphony.Harmony.HostServiceType

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Symphony.Harmony Namespace