PlayReadySecureStopServiceRequest.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 = playReadySecureStopServiceRequest.uri;
playReadySecureStopServiceRequest.uri = uri;
Public Property Uri As Uri

Property Value

The URI to be used.

Implements

Uri

Remarks

The URI must be set through this property before calling BeginServiceRequest.

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

Applies to