AsyncWcfLib

WcfDefault Methods

The methods of the WcfDefault class are listed below. For a complete list of WcfDefault class members, see the WcfDefault Members topic.

Public Static Methods

ApplicationStart Library users may change here how to extract the application instance id from commandline arguments.

Public Instance Methods

DoClientConfiguration Sets the default client configuration, when connecting without app.config.
DoServiceConfiguration Sets the default service configuration, when no endpoint in app.config is found.
Equals (inherited from Object)
GetAppIdentification The AppIdentification is composed from AppName, HostName, AppInstance and processId to for a unique string
GetHashCode (inherited from Object)
GetType (inherited from Object)
IsAppIdUniqueInPlant Library users may change here whether an application instance is unique in plant or on host. Applications with unique id in plant may be moved from one host to another without configuration change.
IsProcessIdUsed When ApplicationInstance remains 0, the operating system process id is used as a application instance id for communication and trace.
ToString (inherited from Object)

Protected Instance Methods

Finalize (inherited from Object)
GetDefaultBinding Returns the default binding, used by services and clients. URI may be changed e.g. from http:// to https://
MemberwiseClone (inherited from Object)

See Also

WcfDefault Class | SourceForge.AsyncWcfLib Namespace