WCF-Xtensions Class Reference for Mono
WcfXTransport Enumeration






Defines a WCF-Xtension transport to be used by the binding.
Syntax
'Declaration
 
Public Enum WcfXTransport 
   Inherits System.Enum
'Usage
 
Dim instance As WcfXTransport
public enum WcfXTransport : System.Enum 
public enum WcfXTransport = class(System.Enum)
public enum WcfXTransport extends System.Enum
__value public enum WcfXTransport : public System.Enum 
public enum class WcfXTransport : public System.Enum 
Members
MemberDescription
BindingSpecified The transport specified by the binding. In case if transport is not specified by the binding, system provided HTTP transoirt is used by default.
LiteHttp WCF-Xtension lightweight HTTP implementation.
SoapTcp Java Metro stack interoperable SOAP/TCP transport.
SoapTcpDuplex Duplex SOAP/TCP transport.
WebSocket WebSocket transport.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Noemax.WCFX.WcfXTransport

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

Noemax.WCFX Namespace

Send Feedback