ServiceDescription::GetService Method (Type^)
.NET Framework (current version)
Returns a service description initialized with a specified service type.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Parameters
- serviceType
-
Type:
System::Type^
The Type of the service.
Return Value
Type: System.ServiceModel.Description::ServiceDescription^The ServiceDescription for the service type provided.
| Exception | Condition |
|---|---|
| ArgumentNullException | serviceType is null. |
Use this method to reflect on behaviors using the Windows Communication Foundation (WCF) programming model when replacing ServiceHostBase with you own hosting mechanism.
GetService(Type^) initializes the Name, Namespace, and ConfigurationName properties, reflects on the type for any the ServiceBehaviorAttribute objects and adds them to Behaviors, and ensures that the ServiceBehaviorAttribute is attached to the service.
.NET Framework
Available since 3.0
Available since 3.0
Show: