namespace NewLife.Net.Proxy
{
/// <summary>NAT会话</summary>
public class NATSession : ProxySession<NATProxy, NATSession>
{
///// <summary>代理对象</summary>
//public new NATProxy Proxy { get { return base.Proxy as NATProxy; } set { base.Proxy = value; } }
}
}
|