提交 75343153 编写于 作者: A Atsushi Eno

fixity fix.

上级 98d9cae7
......@@ -140,7 +140,7 @@ namespace System.ServiceModel.Channels
{
#if NET_2_1
// not sure this should be like this, but there isn't Symmetric/Asymmetric elements in 2.1 anyways.
return context.CanBuildInnerChannelFactory ();
return context.CanBuildInnerChannelFactory<TChannel> ();
#else
if (this is TransportSecurityBindingElement)
throw new NotImplementedException ();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册