NSStream.NetworkServiceType Property

Definition

The low-level service type that this stream is providing.

[Foundation.Field("NSStreamNetworkServiceType", "Foundation")]
public static Foundation.NSString NetworkServiceType { get; }
member this.NetworkServiceType : Foundation.NSString

Property Value

Attributes

Remarks

This is the low-level token-based setting for the service type, in general, you can use the strongly typed ServiceType instead.

Applies to