Skip to main content
.NET Framework 4.6.2+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

WcfDataServerHelper Class

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

#Declaration

public static class WcfDataServerHelper

#Remarks

This class provides the following useful static methods.

Method Description
CreateNetTcpBinding() Creates a object that you can use in the WCF Application Server implementation. You can pass this method result to the AddServiceEndpoint method, when configuring the ServiceHost object. An example is provided in the Middle Tier Security topic.
CreateDefaultBinding() Creates a WSHttpBinding object that you can use in the WCF Application Server implementation. You can pass this method result to the AddServiceEndpoint method, when configuring the ServiceHost object. An example is provided in the Middle Tier Security topic.
AddKnownType(Type) 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.

#Inheritance

Object
WcfDataServerHelper
See Also