Free cookie consent management tool by TermsFeed Policy Generator

Changes between Initial Version and Version 1 of WcfSettings


Ignore:
Timestamp:
04/16/09 16:37:38 (15 years ago)
Author:
mbecirov
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WcfSettings

    v1 v1  
     1Methods:
     2  GetBinding() - Gets a new binding configuration (normally of type NetTcpBinding) with message-based security.
     3
     4  SetServiceCertificate(ServiceHost svchost) - Adds a default certificate to given service.
     5
     6  GetActiveIP() - Gets the IP address of the first active TCP connection on the local computer. Mainly for testing purpose.
     7
     8  GetDefaultPort() - Gets the port number for all services.
     9
     10Classes:
     11  PermissiveCertificatePolicy - Overrides the certificate authentification process.