NSStream.ServiceType Property

Definition

The service type that the stream is providing.

public Foundation.NSStreamServiceType ServiceType { get; set; }
member this.ServiceType : Foundation.NSStreamServiceType with get, set

Property Value

Remarks

The service type of an NSStream determine which kind of service a stream is providing. The Background and Video and VoIP affect the audio routing and can control whether an application is suspended or not.

Applies to