示例#1
0
 public static ICustomMarshaler GetInstance(string cookie)
 {
     if (null == _instance)
     {
         _instance = new CredentialMarshaler();
     }
     return(_instance);
 }
 public static ICustomMarshaler GetInstance(string cookie)
 {
     if (null == _instance)
         _instance = new CredentialMarshaler();
     return _instance;
 }