1 instantiation of GetResponse
System.ServiceModel (1)
System\ServiceModel\Description\ServiceMetadataExtension.cs (1)
603
GetResponse response = new
GetResponse
();
2 references to GetResponse
System.ServiceModel (2)
System\ServiceModel\Description\ServiceMetadataExtension.cs (2)
603
GetResponse
response = new GetResponse();
609
converter = TypedMessageConverter.Create(typeof(
GetResponse
), ReplyAction);