System.ServiceModel.Channels.WsrmIndex abstract class WsrmIndex Documentation Code namespace System.ServiceModel.Channels { internal abstract class WsrmIndex { protected abstract ActionHeader GetActionHeader(string element); protected WsrmIndex(); } }