[This is preliminary documentation and is subject to change.]
System Object NFX DisposableObject NFX.ApplicationModel ApplicationComponent NFX.ServiceModel Service NFX.ServiceModel Service Binding NFX.Glue Transport NFX.Glue ServerTransport NFX.Glue ServerTransport TBinding NFX.Glue.Native InProcServerTransport NFX.Glue.Native MpxServerTransport NFX.Glue.Native SyncServerTransportNamespace: NFX.GlueAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public abstract class ServerTransport<TBinding> : ServerTransport
where TBinding : Binding
public abstract class ServerTransport<TBinding> : ServerTransport
where TBinding : Binding
Public MustInherit Class ServerTransport(Of TBinding As Binding)
Inherits ServerTransport
Public MustInherit Class ServerTransport(Of TBinding As Binding)
Inherits ServerTransport
generic<typename TBinding>
where TBinding : Binding
public ref class ServerTransport abstract : public ServerTransport
generic<typename TBinding>
where TBinding : Binding
public ref class ServerTransport abstract : public ServerTransport
[<AbstractClassAttribute>]
type ServerTransport<'TBinding when 'TBinding : Binding> =
class
inherit ServerTransport
end
[<AbstractClassAttribute>]
type ServerTransport<'TBinding when 'TBinding : Binding> =
class
inherit ServerTransport
end
- TBinding