Beispiel #1
0
 protected internal NetHttpChannelDispatcher(NetHttpChannelManager instance, WADLMethod method, NetHttpUriTemplate template)
 {
     Method    = method;
     Instance  = instance;
     Template  = template;
     MatchType = MatchType.None;
 }
 protected internal NetHttpChannelDispatcher(NetHttpChannelManager instance, WADLMethod method, NetHttpUriTemplate template)
 {
     Method = method;
     Instance = instance;
     Template = template;
     MatchType = MatchType.None;
 }