Пример #1
0
 private ClientProtocolType GetClientProtocolType()
 {
     return
         ((ClientProtocolType)
          NativeMethodsHelper.QuerySessionInformationForShort(_server.Handle, _sessionId,
                                                              WTS_INFO_CLASS.WTSClientProtocolType));
 }
Пример #2
0
 private short GetClientProductId()
 {
     return(NativeMethodsHelper.QuerySessionInformationForShort(_server.Handle, _sessionId,
                                                                WTS_INFO_CLASS.WTSClientProductId));
 }