Table of Contents

Interface IPortInfo

Namespace
Javax.Xml.Ws.Handler
Assembly
MASES.JNet.dll

.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/javax/xml/ws/handler/PortInfo.html

public interface IPortInfo

Properties

BindingID

String BindingID { get; }

Property Value

String

PortName

QName PortName { get; }

Property Value

QName

ServiceName

QName ServiceName { get; }

Property Value

QName