ChannelFactory<TChannel>.CreateDescription Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Creates a description of the service endpoint.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Return Value
Type: System.ServiceModel.Description.ServiceEndpointThe ServiceEndpoint of the service.
| Exception | Condition |
|---|---|
| InvalidOperationException | The callback contract is null, but the service endpoint requires one that is not null (Nothing). |
Show: