Interface IBindingProvider
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/javax/xml/ws/BindingProvider.html
public interface IBindingProvider
Properties
Binding
Binding Binding { get; }
Property Value
EndpointReference
EndpointReference EndpointReference { get; }
Property Value
RequestContext
Map<String, object> RequestContext { get; }
Property Value
ResponseContext
Map<String, object> ResponseContext { get; }
Property Value
Methods
GetEndpointReference<T>(Class)
T GetEndpointReference<T>(Class arg0) where T : EndpointReference
Parameters
Returns
- T
T