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