Uses of Class
system.servicemodel.configuration.MsmqBindingElementBase
-
Packages that use MsmqBindingElementBase Package Description system.servicemodel.configuration -
-
Uses of MsmqBindingElementBase in system.servicemodel.configuration
Subclasses of MsmqBindingElementBase in system.servicemodel.configuration Modifier and Type Class Description class
MsmqIntegrationBindingElement
The base .NET class managing System.ServiceModel.Configuration.MsmqIntegrationBindingElement, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089.class
NetMsmqBindingElement
The base .NET class managing System.ServiceModel.Configuration.NetMsmqBindingElement, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089.Methods in system.servicemodel.configuration that return MsmqBindingElementBase Modifier and Type Method Description static MsmqBindingElementBase
MsmqBindingElementBase. cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoMsmqBindingElementBase
, a cast assert is made to check if types are compatible.
-