WCF-Xtensions Class Reference for Mono
AddDefaultEndpoints() Method






Syntax
'Declaration
 
Public Overridable Function AddDefaultEndpoints() As System.Collections.ObjectModel.ReadOnlyCollection(Of ServiceEndpoint)
'Usage
 
Dim instance As XServiceHost
Dim value As System.Collections.ObjectModel.ReadOnlyCollection(Of ServiceEndpoint)
 
value = instance.AddDefaultEndpoints()
public virtual System.Collections.ObjectModel.ReadOnlyCollection<ServiceEndpoint> AddDefaultEndpoints()
public function AddDefaultEndpoints(): System.Collections.ObjectModel.ReadOnlyCollection; virtual; 
public function AddDefaultEndpoints() : System.Collections.ObjectModel.ReadOnlyCollection;
public: virtual System.Collections.ObjectModel.ReadOnlyCollection<ServiceEndpoint*>* AddDefaultEndpoints(); 
public:
virtual System.Collections.ObjectModel.ReadOnlyCollection<ServiceEndpoint^>^ AddDefaultEndpoints(); 
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

XServiceHost Class
XServiceHost Members

Send Feedback