Example #1
0
 public TestUserToken.HttpAuthenticationService.UpdateSessionPropertiesResponse UpdateSessionProperties(TestUserToken.HttpAuthenticationService.UpdateSessionProperties UpdateSessionProperties1)
 {
     TestUserToken.HttpAuthenticationService.UpdateSessionPropertiesRequest inValue = new TestUserToken.HttpAuthenticationService.UpdateSessionPropertiesRequest();
     inValue.UpdateSessionProperties = UpdateSessionProperties1;
     TestUserToken.HttpAuthenticationService.UpdateSessionPropertiesResponse1 retVal = ((TestUserToken.HttpAuthenticationService.AuthenticationServicePortType)(this)).UpdateSessionProperties(inValue);
     return(retVal.UpdateSessionPropertiesResponse);
 }
Example #2
0
 public System.Threading.Tasks.Task <TestUserToken.HttpAuthenticationService.UpdateSessionPropertiesResponse1> UpdateSessionPropertiesAsync(TestUserToken.HttpAuthenticationService.UpdateSessionProperties UpdateSessionProperties)
 {
     TestUserToken.HttpAuthenticationService.UpdateSessionPropertiesRequest inValue = new TestUserToken.HttpAuthenticationService.UpdateSessionPropertiesRequest();
     inValue.UpdateSessionProperties = UpdateSessionProperties;
     return(((TestUserToken.HttpAuthenticationService.AuthenticationServicePortType)(this)).UpdateSessionPropertiesAsync(inValue));
 }
Example #3
0
 TestUserToken.HttpAuthenticationService.UpdateSessionPropertiesResponse1 TestUserToken.HttpAuthenticationService.AuthenticationServicePortType.UpdateSessionProperties(TestUserToken.HttpAuthenticationService.UpdateSessionPropertiesRequest request)
 {
     return(base.Channel.UpdateSessionProperties(request));
 }
Example #4
0
 System.Threading.Tasks.Task <TestUserToken.HttpAuthenticationService.UpdateSessionPropertiesResponse1> TestUserToken.HttpAuthenticationService.AuthenticationServicePortType.UpdateSessionPropertiesAsync(TestUserToken.HttpAuthenticationService.UpdateSessionPropertiesRequest request)
 {
     return(base.Channel.UpdateSessionPropertiesAsync(request));
 }