WcfDataServerHelper Class
In This Article
Provides static helper methods to be used in the Middle Tier Security scenario.
Namespace: DevExpress.ExpressApp.Security.ClientServer.Wcf
Assembly: DevExpress.ExpressApp.Security.Xpo.v24.2.dll
NuGet Package: DevExpress.ExpressApp.Security.Xpo
#Declaration
#Remarks
This class provides the following useful static methods.
Method | Description |
---|---|
Create |
Creates a object that you can use in the WCF Application Server implementation. You can pass this method result to the Add |
Create |
Creates a WSHttp |
Add |
Adds the specified type to the WCF data service contract’s known types list. You should call this method both on the server and client sides before the data server and/or client application is initialized to register your custom permission requests and custom logon parameters. You do not need to use this method when you use standard logon parameters and have no custom permission requests implemented. |
See Also