Interface IWebServiceContext
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/javax/xml/ws/WebServiceContext.html
public interface IWebServiceContext
Properties
MessageContext
MessageContext MessageContext { get; }
Property Value
UserPrincipal
Principal UserPrincipal { get; }
Property Value
Methods
GetEndpointReference(params Element[])
EndpointReference GetEndpointReference(params Element[] arg0)
Parameters
Returns
GetEndpointReference<T>(Class, params Element[])
T GetEndpointReference<T>(Class arg0, params Element[] arg1) where T : EndpointReference
Parameters
Returns
- T
T
Type Parameters
IsUserInRole(String)
bool IsUserInRole(String arg0)