Changes between Version 1 and Version 2 of WcfSettings
- Timestamp:
- 04/16/09 16:39:32 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WcfSettings
v1 v2 1 1 Methods: 2 GetBinding() - Gets a new binding configuration (normally of type NetTcpBinding) with message-based security.2 *GetBinding() - Gets a new binding configuration (normally of type NetTcpBinding) with message-based security. 3 3 4 SetServiceCertificate(ServiceHost svchost) - Adds a default certificate to given service.4 *SetServiceCertificate(ServiceHost svchost) - Adds a default certificate to given service. 5 5 6 GetActiveIP() - Gets the IP address of the first active TCP connection on the local computer. Mainly for testing purpose.6 *GetActiveIP() - Gets the IP address of the first active TCP connection on the local computer. Mainly for testing purpose. 7 7 8 GetDefaultPort() - Gets the port number for all services.8 *GetDefaultPort() - Gets the port number for all services. 9 9 10 10 Classes: 11 PermissiveCertificatePolicy - Overrides the certificate authentification process.11 *PermissiveCertificatePolicy - Overrides the certificate authentification process.