IVsWCFReferenceGroup::GetProxyNamespace Method ()
Visual Studio 2015
Returns the namespace for proxy classes generated from a Windows Communication Foundation (WCF) reference group.
Assembly: Microsoft.VisualStudio.WCFReference.Interop (in Microsoft.VisualStudio.WCFReference.Interop.dll)
The proxy namespace is derived automatically from the namespace retuned by calling GetNamespace, but it might combine with the default namespace of the project. There is no way to change it explicitly.
Show: