I am writing custom membership provider for my WCF application and I need to know current endpoints URL in ValidateUser()
method.
How can I get this information about current channel that is used?
I have checked OperationContext, WebOperationContext and HttpContext. They are all null.
TIA
Mijalko