提交 696c528a 编写于 作者: A Atsushi Eno

add public NetTcpSecurity .ctor() and close #667429.

上级 360f833e
......@@ -33,6 +33,12 @@ namespace System.ServiceModel
{
public sealed class NetTcpSecurity
{
#if NET_4_0
public NetTcpSecurity ()
{
}
#endif
internal NetTcpSecurity (SecurityMode mode)
{
this.mode = mode;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册