portName Property
This topic documents a feature of Binary Behaviors, which are obsolete as of Internet Explorer 10.
Specifies a port name that is used to access resources provided by a Web Service.
Syntax
HTML N/A Scripting [ objCallportName = ] objCall.portName
Possible Values
objCall An instance of the call object. portName A String that defines the port name of a Web Service. The property is read/write. The property has no default value.
Remarks
This is an optional property of the call object.
For this property to be applied to a remote method invocation, the call object must be passed as the fo parameter of the callService method.
For more information and sample code illustrating the use of this property, see the call object.
Applies To
See Also