IVsWCFReferenceGroupDetails Interface

Definition

Provides access to configuration and code generation information for a Windows Communication Foundation (WCF) service reference returned from the Add Service Reference dialog box.

public interface class IVsWCFReferenceGroupDetails
public interface class IVsWCFReferenceGroupDetails
__interface IVsWCFReferenceGroupDetails
public interface IVsWCFReferenceGroupDetails
type IVsWCFReferenceGroupDetails = interface
Public Interface IVsWCFReferenceGroupDetails

Methods

GetGeneratedCode()

Returns the CodeCompileUnit that contains code generated for a Windows Communication Foundation (WCF) service reference.

GetGeneratedContractType(String, String)

Returns the name of a contract type in a Windows Communication Foundation (WCF) service reference.

GetGeneratedEndpointNameInConfiguration(ServiceEndpoint)

Returns the name of an endpoint configuration generated by ServiceEndpoint.

GetServiceEndpoints()

Returns an IEnumerable collection that contains the endpoints for a Windows Communication Foundation (WCF) service reference.

Applies to