wcf - How can i Send response to authorize client? -


just finished first wcf service.

i want limit client service wcf server - want response client have right password ( password send string in 1 of argument field ) or response client have specific ip address.

how can in wcf ?

thanks help.

the "normal" expected behavior wcf service to:

  • return valid result users authorized call service
  • throw faultexception (possibly typed faultexception<securitynegotiationexception>) users not authorized

Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -