IP*Works! 2016 PHP Edition
IP*Works! 2016 PHP Edition
Questions / Feedback?

ServiceProtocol Property

The protocol of the service specified by ServiceName / ServicePort .

Object Oriented Interface

public function getServiceProtocol();
public function setServiceProtocol($value);

Procedural Interface

ipworks_ipinfo_get($res, 41 );
ipworks_ipinfo_set($res, 41, $value );

Default Value

''

Remarks

This property contains the protocol for the service specified by ServiceName.

Setting this property to a particular protocol name (for example 'udp' or 'tcp') will force a search for a service for that protocol only. If this property is set to "" (empty string) then the first entry for the service will be returned and this property will be set to the corresponding protocol.

NOTE: This functionality is only available in Windows.

Data Type

String

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 PHP Edition - Version 16.0 [Build 7353]