2 references to TryCreate
System.ServiceModel (2)
System\ServiceModel\Channels\StandardBindingImporter.cs (1)
68
else if (transport is TcpTransportBindingElement && NetTcpBinding.
TryCreate
(elements, out binding))
System\ServiceModel\NetTcpContextBinding.cs (1)
114
if (NetTcpBinding.
TryCreate
(bindingElementsWithoutContext, out netTcpBinding))