IChannelProvider.GetChannelServiceAsync Method

Definition

Gets the channel service property for this channel provider.

public System.Threading.Tasks.Task<string> GetChannelServiceAsync ();
abstract member GetChannelServiceAsync : unit -> System.Threading.Tasks.Task<string>
Public Function GetChannelServiceAsync () As Task(Of String)

Returns

The channel service property for the channel provider.

Applies to