internal static WSFederationHttpBindingCollectionElement GetBindingCollectionElement()
 {
     return((WSFederationHttpBindingCollectionElement)ConfigurationHelpers.GetBindingCollectionElement("wsFederationHttpBinding"));
 }
Exemplo n.º 2
0
 internal static MsmqIntegrationBindingCollectionElement GetBindingCollectionElement()
 {
     return((MsmqIntegrationBindingCollectionElement)ConfigurationHelpers.GetBindingCollectionElement("msmqIntegrationBinding"));
 }
 internal static NetMsmqBindingCollectionElement GetBindingCollectionElement()
 {
     return((NetMsmqBindingCollectionElement)ConfigurationHelpers.GetBindingCollectionElement("netMsmqBinding"));
 }
 internal static BasicHttpBindingCollectionElement GetBindingCollectionElement()
 {
     return((BasicHttpBindingCollectionElement)ConfigurationHelpers.GetBindingCollectionElement("basicHttpBinding"));
 }
 internal static NetHttpsBindingCollectionElement GetBindingCollectionElement()
 {
     return((NetHttpsBindingCollectionElement)ConfigurationHelpers.GetBindingCollectionElement(ConfigurationStrings.NetHttpsBindingCollectionElementName));
 }
 internal static UdpBindingCollectionElement GetBindingCollectionElement()
 {
     return((UdpBindingCollectionElement)ConfigurationHelpers.GetBindingCollectionElement(UdpTransportConfigurationStrings.UdpBindingElementName));
 }