WcfDataServerHelper Methods
Provides static helper methods to be used in the Middle Tier Security scenario.| Name | Description |
|---|---|
| AddKnownType(Type) static | Adds the specified custom permission requests or custom logon parameters type to the WCF data service contract’s known types list. |
| CreateDefaultBinding() static | Creates a Creates a WSHttpBinding object object that you can use in the Middle Tier Security scenario. |
| CreateNetTcpBinding() static | Creates a NetTcpBinding object that you can use in the Middle Tier Security scenario. |
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetKnownTypes(ICustomAttributeProvider) static | Gets a list of types that are known by the WCF data service’s contract. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ResetKnownTypesLock() static | For internal use. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also