Share via


IChannel.IngestUrl Property

[This topic is pre-release documentation and is subject to change in future releases. Participation in the preview is limited to invitees only. For more information, see the Release Notes.]

Gets ingest URL.

Namespace:  Microsoft.WindowsAzure.MediaServices.Client
Assembly:  Microsoft.WindowsAzure.MediaServices.Client.Live (in Microsoft.WindowsAzure.MediaServices.Client.Live.dll)

Syntax

'Declaration
ReadOnly Property IngestUrl As Uri 
    Get
'Usage
Dim instance As IChannel 
Dim value As Uri 

value = instance.IngestUrl
Uri IngestUrl { get; }
property Uri^ IngestUrl {
    Uri^ get ();
}
abstract IngestUrl : Uri
function get IngestUrl () : Uri

Property Value

Type: System.Uri

See Also

Reference

IChannel Interface

Microsoft.WindowsAzure.MediaServices.Client Namespace