コード例 #1
0
 void SetCurrentAuthenticationSessionOnPayload(MessagePayload toInput)
 {
     PerformLogging(toInput);
     toInput.SetAuthenticationSession(cache.GetCurrentSessionFor(GetServer()));
 }