IPlayReadyServiceRequest.Uri Property

Definition

Gets or sets the URI used to perform a service request action.

public:
 property Uri ^ Uri { Uri ^ get(); void set(Uri ^ value); };
Uri Uri();

void Uri(Uri value);
public System.Uri Uri { get; set; }
var uri = iPlayReadyServiceRequest.uri;
iPlayReadyServiceRequest.uri = uri;
Public Property Uri As Uri

Property Value

The URI to be used.

Remarks

For certain service requests, the URI must be set before calling BeginServiceRequest either through this property or through a different property (such as a content header) that contains a URI.

This property cannot be set after BeginServiceRequest or GenerateManualEnablingChallenge have been called.

Applies to