Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 1 and Version 2 of WcfSettings


Ignore:
Timestamp:
04/16/09 16:39:32 (15 years ago)
Author:
mbecirov
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WcfSettings

    v1 v2  
    11Methods:
    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.
    33
    4   SetServiceCertificate(ServiceHost svchost) - Adds a default certificate to given service.
     4  *SetServiceCertificate(ServiceHost svchost) - Adds a default certificate to given service.
    55
    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.
    77
    8   GetDefaultPort() - Gets the port number for all services.
     8  *GetDefaultPort() - Gets the port number for all services.
    99
    1010Classes:
    11   PermissiveCertificatePolicy - Overrides the certificate authentification process.
     11  *PermissiveCertificatePolicy - Overrides the certificate authentification process.